
/*Layout contenido
----------------------------------------*/

body {
	background-image: url(historia/images/pergamino_back.jpg);
	font-family: verdana, "Microsoft Sans Serif", Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}







/*Menu
-------------------------------------------------*/
#menu_bar {
	position: absolute;
	left: 5px;
	top: 10px;
	width: 175px;
	text-align: center;
}

#menu {
	/*float: left;*/

	width: 170px;
	margin-bottom: 20px;
	background-image: url(images/menu_back.jpg);
	border: solid #990000;
	color: #990000;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	text-align: left;
}

#menu a:link {
	color: #990000;
	text-decoration: none;
}

#menu a:hover {
	color: Lime;
}

#menu a:visited {
	color: #ff4444;
    text-decoration: none;
}

#menu a:active {
	color: Aqua;
}

#menu ul {
	Margin: 0;
	padding-left: 5px;
}

#menu li {
	list-style: none;
}

#contenido {
	position: absolute;
	width: 735px;
	left: 185px;
	top: 10px;
	background-color: #EFFFFF;
	border: solid medium #777777;
	/*float: left;*/
}


/*Formatos generales
----------------------------------------------*/



.center {
	text-align: center;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.right {
	text-align: right;
}


/*Formatos de textos
------------------------------------------------*/

.text_normal {

	text-align: justify;
	text-indent: 2em;
	color: #000033;
	line-height: 1.2em;
	padding: 5px 30px 0 30px;
}

img {
	padding: 5px;
}

.text_notas {
	font-family: tahoma, arial, sans-serif;
	font-style: italic;
	color: #006600;
	text-align: justify;
	padding: 0 20px 0 20px;
}

.text_citas {
	color: #0000CC;
	text-align: justify;
	font-style: italic;
	text-indent: 20px;
}

.text_citas_largas {
	padding: 0 30px 0 30px;
	color: #0000CC;
	text-align: justify;
	text-indent: 20px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #FF0000;
	text-align: center;
}


.pregunta {
	padding: 0 30px 0 20px;
	font-weight: bold;
	text-align: justify;
}
.respuestas {
	color: #0000CC;
	text-align: justify;
	text-indent: 0pt;
	padding: 0 30px 0 50px;
}
.text_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background-color: #CCCCCC;
	padding: 5px;
	border: thin solid #000000;
	right: 10px;
	width: 650px;
	margin: auto;
	left: 5px;
	text-align: justify;
}

/*Listas
--------------------------------------------------*/
.lista_index {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000FF;
}

.sub_titel {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: none;
	color: #FF0000;
	text-align: center;
}
.text_traduct {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	color: #006600;
}
.text_normal_blue {

	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: justify;
	text-indent: 20pt;
	color: #000066;
	padding: 5px 30px 0 30px;
}

/*Vínculos
-------------------------------------------*/

a:link {
	text-decoration: none;
	color: #900000; 
}
a:visited {
	text-decoration: underline;
	color: #FF9900;
}
a:hover {
	text-decoration: none; color:#FF0000; 
}
a:active {
	text-decoration: none;
}

a img {
	border: 0pt none ;
}
