/* 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: #f5f5f5;
} 

#contenedor{ 
    text-align: center; 
    width: 1000px; 
	border-color:#000000;
    margin-right: auto;
    margin-left: auto;
} 

#contenedor2{ 
    text-align: center; 
    width: 800px; 
    margin-right: auto;
    margin-left: auto;
} 

#cabecera{ 
    text-align: center; 
    width: 1000px; 
    margin-right: auto;
    margin-left: auto;
} 

#menutexto{ 
    text-align: center; 
    width: 1000px; 
    margin-right: auto;
    margin-left: auto;
} 

#pie{ 
    text-align: center; 
    width: 1000px; 
    margin-right: auto;
    margin-left: auto;
} 

#cuerpo{ 
    text-align: center; 
    width: 980px; 
	margin-right:auto;
	margin-left:auto;
} 

#derecha{ 
   	position: relative;
	text-align: right;
	vertical-align: bottom;
    width: 180px; 
	margin: 0px;
	float: right;
} 



#principalcenter{
	width: 970px;
	float: left;
    margin-right: auto;
    margin-left: auto;
}



#principal{ 
	width: 790px;
	float: left;
    margin-right: auto;
    margin-left: auto;
} 

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;
}

/* ENLACE DEL ANUNCIATE AZULITO */

a.azulito:link {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
}

a.azulito:visited {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
}

a.azulito:hover {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
}

/* ENTRADA AL PORTAL */

a.entrada:link {
	font-family: Arial;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
}

a.entrada:visited {
	font-family: Arial;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
}

a.entrada:hover {
	font-family: Arial;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
}

/* 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;
}

/* 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: #000000;
	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;
}

.textoazul {
	font-family: Arial;
	color: #6699FF;
	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: 20px;
}

.textoamarilloGR {
	font-family: Arial;
	color: #FFFF00;
	font-weight: bold;
	font-size: 20px;
}

.textonegroGR {
	font-family: Arial;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}

.textoazulGR {
	font-family: Arial;
	color: #6699FF;
	font-weight: bold;
	font-size: 18px;
}

.textonegro {
	font-family: Arial;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}


h1 {
margin-bottom: 0; /* o el tamaņo que quieres que exista entre h1 y el siguiente elemento */
}
h2 {
margin-bottom: 0; /* o el tamaņo que quieres que exista entre h1 y el siguiente elemento */
}