/* **************************************************** */
/* **************************************************** */
/*            Historia de las  civilizaciones           */
/* **************************************************** */
/* **************************************************** */

/* ******************** MAIN ************************* */

body{
background: #bbbbbb;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-align : center;
    margin: auto;
}

a{
	color: #A91E1E;
	text-decoration: none;
}

a:hover{
	color: #333333;
	text-decoration: none;
}

img{
	border:0;
}

h1{
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: 30px;
	color: #333333;
}

h2{
	text-align: center;
	padding-top: 10px;
	color: #333333;
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: 35px;
	line-height: 40px;
	background: #FFFFFF url(img/simb7.jpg) center no-repeat;
}

h3{
	color: #333333;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #333333;
}

h4{
	padding-top: 8px;
	text-transform: uppercase;
	margin-left: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h5{
	font-size: 17px;
	margin: 0px;
	color: #000000;
	font-weight: lighter;
	padding-bottom: 3px;
	line-height: 18px;
}

h5 a{
	color: #a91e1e;
}

h6{
	font-size: 13px;
	margin: 10px;
	color: #000000;
	font-weight: lighter;
	padding-bottom: 3px;
	line-height: 18px;
}

/* ******************** POSICION ************************* */

#container
{
width: 880px;
max-width: 880px;
border-left: 0px #000000 solid;
border-right: 0px #000000 solid; 
margin: auto;
background: #ffffff;
color: #333;
text-align:left;



}

#contenido-out
{
	width: 600px;
	max-width: 600px;
	background: #ffffff;
}



#contenido{
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 14px;
	background: #ffffff;
}


#footer{
	clear: both;
	width: 880px;
	color: #000000;
	margin-bottom: -2px;
	padding-bottom: 0px;
	background: #ed933b url(../img/roundedcorner_br.png) no-repeat right;
}


#submenu{
	float: right;
	width: 250px;
	margin: 0;
	padding-top: 20px; 
	color: #FFFFFF;
}



/* ******************** HEADERS ************************* */

#header{
	margin-left: -20;
	width: 920px;
	height: 249px;
	background: #000000 url(../img/marco.jpg) no-repeat left;
}

ul#navheader{
	margin:0;
	padding:0;
	list-style-type:none;
	width:880;
	position:relative;
	display:block;
	height:36px;
	text-transform:lowercase;
	color: #333333;
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: 20px;
	background: #ffffff url(../img/sombra_up.jpg) no-repeat bottom right !important;
	}
	
ul#navheader li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	}
	
ul#navheader li a{
	width: 125px;
	color: #333333;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	height: 36px;
	line-height: 36px;
}


ul#navheader li a:hover{
	background: bottom center no-repeat #A0A0A0;
	height: 36px; 
	color: #333333;
	text-decoration: none;
	line-height: 36px;
	}

ul#navheader li a.activo,ul#saturday li a.current:hover{
	height:36px;
	line-height: 36px;
	color:#ffffff;
	background:#188722;
	}

	

/* ******************** LATERAL Y OTROS ************************* */

#sidebar{
	float: right;
	width: 250px;
	margin: 0;
}

#top{
	width: 880px;
	height: 44px;
	border-bottom: 1px #FFFFFF solid;
		
	background: #000000 url(../img/roundedcorner_tl.png) no-repeat left;
}


.borde-bottom-noticias{
	border-top: #979696 1px dashed;
}



/* ************************ SIDEBAR ****************************** */


.cuadrado-gris{
	background-color: #D6D6D6;
}

.cuadrado-verde{
	background-color: #87F778;
}

.cuadrado-rojo{
	background-color: #FB6E6E;
}

.texto-sidebar{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 7px;
	margin-left: 7px;
	line-height: 13px;
	padding-bottom: 3px;
}



/* ********************** TABLA GLOSARIO ************************** */

table.registros{
		border:0;
		width:100%;
	}
table.registros td{
		border:0;
	}	
table.registros tr.titulos{
		background:#d0d0d0;
		text-align:center;
		text-transform:uppercase;
	}
	
table.registros tr.titulos_civ{
		background:#99CC66;
		text-align:center;
		/*text-transform:uppercase;*/
	}
	
table.registros tr.titulos_glos{
		background:#ABD4F6;
		text-align:center;
		/*text-transform:uppercase;*/
	}

table.registros tr.row0{
		background:#e0e0e0;
	}
table.registros tr.row1{
		background:#f7f7f7;
	}