/* CSS Document */
div#header {
   	position: relative;
	width:760px;
	height:94px;
	margin-right:auto;
	margin-left:auto;
}

//Capa que flota a la izquierda:
div#head_logo_izq {
	width: 374px;
	height: 94px;
	margin: 0px;
	float: left;
	background-color: red;
}

//Capa que flota a la derecha:
div#head_logo_der {
   	position: relative;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	width: 386px;
	height:94px;
	margin: 0px;
	float: right;
	background-color: Aqua;
}

BODY {
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0px;
	text-align: center;
	font-size: 14px;
	background-color: #000000;
} 

#contenedor{ 
    text-align: center; 
    width: 1000px; 
    margin: 0 0 0 0px;
	border-color:#000000;
	vertical-align:middle;
}
 
#contenedor2{ 
    text-align: center; 
    width: 600px; 
    margin: 0 0 0 0px;
	position:fixed;
} 
#cabecera{ 
    text-align: center; 
    width: 1000px; 
} 
#menutexto{ 
    text-align: center; 
    width: 1000px; 
} 
#pie{ 
    text-align: center; 
    width: 1000px; 
} 

#cuerpo{
	position: relative;
	width: 980;
	margin-right:auto;
	margin-left:auto;
} 

#derecha{ 

   	position: relative;
	text-align: right;
	vertical-align: bottom;
    width: 180px; 
	margin: 0px;
	float: right;
	
} 

#principalcenter{
	width: 970px;
	margin: 0px;
	float: left;
}

#principal{ 
	width: 790px;
	margin: 0px;
	float: left;
} 


input { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #FFFFFF; background-color: #000000; border: #000099; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
select { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #FFFFFF; background-color: #000000; border: #000099; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; width:inherit}



a:link {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:visited {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}
a:hover {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

/* AHORA SACAMOS EL ENLACE DEL HISTORICO DE NOTICIAS */

a.enlace2:link {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.enlace2:visited {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}
a.enlace2:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffa801;
	text-decoration: none;
}

a.enlace3:link {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CCFF00;
	text-decoration: none;
}

a.enlace3:visited {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CCFF00;
	text-decoration: none;
}
a.enlace3:hover {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CCFF00;
	text-decoration: none;
}

/* SACAMOS EN ENLACE DE LA CABECERA DE LAS CATEGORIAS*/

a.categorias:link {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a.categorias:visited {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;	
}
a.categorias:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.tituloblanco {
	font-family: "Arial Black";
	font-size: 14px;	
	color: #FFFFFF;
}
.textoblanco {
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.textonaranja {
	font-family: Arial;
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
}

.textoamarillo {
	font-family: Arial;
	color: #FFFF00;
	font-weight: bold;
	font-size: 12px;
}

.textonaranjaGR {
	font-family: Arial;
	color: #FF6600;
	font-weight: bold;
	font-size: 18px;
}

.textoamarilloGR {
	font-family: Arial;
	color: #FFFF00;
	font-weight: bold;
	font-size: 18px;
}

.textoblancoGR {
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}

.textonegro {
	font-family: Arial;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
