BODY{
	background-color: #85A685;
	margin-top : 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11Px;
}
A{
	text-decoration: none;
	color: #08006B;
}
A:hover{
	text-decoration: underline;
}

INPUT{
	border : 1px solid Gray;
	background : #F0F8FF;
	font-size : 9px;
}

TH{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11Px;
	color: #fff;
}
TD{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11Px;
	color: #000;
}

.clear{
	clear: both;
}
/**** Estilos para la cabecera ****/
#cabecera{
	background-color: #FFFFFF;
	width: 760px;
	border-bottom-style: double;
	margin-bottom: 2px;
}
#contadores{
	width: 289;
	float: left;
	clear: both;
	background-color: #FFFFFF;
}
#contadores p{
	margin-top: 0px;
	display: block;
	font-size: 9Px;
	background-color: #000000;
	color: #fff;
}
/**********************************/

/**** Estilos para el cuerpo ****/
#contenedor{
	width: 760px;
}
#izquierda {
	float: left;
	width: 122px;
}
#izquierda p{
	margin: 6px 0px 0px 0px;
}
#blanco{
	background-repeat: no-repeat;
	background-image: url('/iconos/logo-circuito.gif');
	background-position: bottom right;	

	float: right;
	width: 636;
	border-color: #7F7F7F;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: #FFFFFF;
}


#central{

	float: left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;	
	width: 430px;
}
#central h1{
	font-size: 16Px;
	font-weight: bold;
	color: #08006B;
	text-decoration: none;	
	text-align: center;
}          
#central h2{
	font-size: 13Px;
	font-weight: bold;
	color: #08006B;
	text-decoration: none;	
	text-align: center;
	margin-top: 0px;
	margin-bottom: 6px;
}
#central h3{
	float: right;
	font-size: 12Px;
	font-weight: normal;
	text-decoration: none;
	text-align: Justify;
}
#central hr{
	clear: both;
	color: #C0C0C0;
	width: 100%;
	height: 1px;
}

#derecha{
	float: right;
	width: 172px;
	display: block;
	background-color: #D0CEDB;
	border-color: #C0BECD;
	border-style: solid;
	border-width: 2px;
}   
#derecha p{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
}
#derecha h3{
	display: block;
	background-color: #7B7D7B;
	font-size: 11px;
	text-align: center;
}


#secciones{
	width: 120px;
	font-weight: bold;
	text-decoration: none;  
	border:1px solid #000; 
	border-bottom: 0px; 
}
#secciones UL{
	margin: 0px;
	padding: 0px;
}

#secciones LI{
	list-style: none;
	line-height:normal;
	border-bottom:1px solid #000; 
}

#secciones a{
	color: #fff;
	display: block;
	padding-left: 4px;
	background-color: #33793E;
}
#secciones a:HOVER{
	background-color: #B5BE73;
	color: #000;
}


#usuarios{
	display: block;
	background-color: #dddddd;
	width: 120px;
	text-align: center;
	font-size: 10px;
	text-align: right;
	border:1px solid #222222;
}
#usuarios p{
	margin-bottom: 4px;
	margin-top: 0px;
	display: block;
	color: #fff;
	text-align: center;
	background-color: #7B7D7B;
}
#usuarios ul{
	margin: 0px;
	padding: 0px;
}
#usuarios ul li{
	border-top:1px solid #222222;
	list-style-type: none;
	line-height:normal;
}


/** Cabeceras de seccion y noticias **/

#seccioncap{
	margin-left: 8px;
	padding: 0px;
	margin-top: 8px;
	width: 620Px;
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #000000;	
}
#seccioncap img{
	margin: 0px;
	float: left;
}

#seccioncap span, #seccioncap a{
	color: #fff;
	padding: 0px;
	padding-top: 26px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
}

.seccion{
	color: white;
}
/***************************************/
#pie{
	font-size: 10Px;
	margin-top: 10px;
	width: 760px;
	text-align: center;
}