table#historia{
	width: 530px;
	margin-left: 20px;
}

table#historia tr td{
	text-align: center;
}

table#elemento {
	font-weight: bold;
	font-size: 12px;
	color: #777777;
	font-family: Arial;
	border-collapse: collapse;
}

table#elemento td {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	width: 130px;
}

table#elemento tr td a{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #777777;
}

p#entradilla {
	width: 530px;
	margin-left: 20px;
	color: #333366;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

table#menu_historia {
	font-size: 11px;
	font-weight: bold;
	color: #333366;
	width: 530px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
	
}

table#menu_historia tr td {
	width: 50%;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table#menu_historia tr td a{
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #333366;
}

p#titulo {
	width: 530px;
	margin-left: 20px;
	color: #777777;
	text-align: justify;
	font-size: 12px;
	font-weight: bold;
}

p#historia_1 {
	font-family: Arial;
	font-size: 11px;
	color: #777777;
	width: 530px;
	margin-left: 20px;
	text-align: justify;
}

TABLE#titulo {
	font-family: Arial;
	font-size: 12px;
	color: #777777;
	width: 530px;
	margin-left: 20px;
	font-weight: bold;
}

TABLE#titulo TD {
	padding-bottom: 10px;
}

TABLE#detalles {
	font-family: Arial;
	font-size: 11px;
	color: #777777;
	width: 530px;
	margin-left: 20px;
}

TABLE#detalles TD {
	vertical-align: top;
	text-align: left;
}

TABLE#detalles TD#texto_derecha {
	padding-left: 20px;
	text-align: justify;
}

TABLE#detalles TD#texto_izquierda {
	padding-right: 20px;
	text-align: justify;
}

TABLE#detalles TD#texto {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

TABLE#detalles TD#texto_abajo {
	text-align: justify;
}

TABLE#detalles TD#foto_derecha {
	padding-left: 30px;
	padding-top: 10px;
	width: 50%;
	text-align: left;
}

TABLE#detalles TD#foto_izquierda {
	padding-right: 30px;
	padding-top: 10px;
	width: 50%;
	text-align: right;
}

TABLE#volver {
	width: 530px;
	margin-left: 20px;
}

TABLE#volver TD {
	padding-top: 20px;
	text-align: right;
}

TABLE#volver A{
	background-image: url(../images/boton.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #777777;
	border: 1px solid #cccccc;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	cursor: pointer;
	height: 15px;
}