/* CSS Document */

/* Estilos de texto y html */
body{
	background-image: url(imgs/fondillo2.gif);
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
.menur{
	font-size: 12px;
	font-weight: bold;
	color: #4f7991;
	text-decoration: none;
}
.menur:hover{
	font-size: 12px;
	font-weight: bold;
	color: #71E82A;
	text-decoration: none;
}
.titulares{
	font-size: 12px;
	font-weight: bold;
	color: #4f7991;
}
.continuar_leyendo{
	background-image: url(imgs/more.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #FFFFFF;
	text-align: right;
	height: 19px;
}
.link_azul_conraya{
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #4f7991;
	text-align: right;
	font-weight: bold;
}
.link_azul_conraya:hover{
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	background-color: #000000;
}
.link_normal{
	text-decoration: none;
	color: #999999;
}
.link_normal:hover{
	text-decoration: none;
	color: #71E82A;
}
.link_blanco{
	color: #FFFFFF;
	text-decoration: none;
}
.link_blanco:hover{
	color: #4f7991;
	text-decoration: none;
}

/* Estilos de Construcción y posicionamiento */
#posiciona_logo{
	background-image: url(imgs/logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 99px;
	width: auto;
}
#contendor_general{
	width: 605px;
	margin-left: 27px;
	margin-top: -40px;
}
#menu{
	height: 145px;
	width:525px;
	background-image: url(imgs/botecico.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#rayica_de_menu{
	float: left;
	width: 100px;
	margin-right: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4f7991;
	border-right-color: #4f7991;
	border-bottom-color: #4f7991;
	border-left-color: #4f7991;
	margin-top: 5px;
	font-size: 9px;
	text-align: center;
}
#elemento_de_menu{
	width: 75px;
	margin-right: 5px;
	float: left;
}
#cajica_news{
	margin-top: -50px;
}
#news1{
	float: left;
	width: 293px;
	margin-right: 10px;
}
#news1_en_noticias{
	float: left;
	width: 550px;
	margin-right: 10px;
	background-color: #FFFFFF;
	padding: 5px;
}
#news2{
		float: right;
	width: 293px;
	clear:both;

}
#news2_en_noticias{
	float: right;
	width: 290px;
	clear:both;
	background-color: #FFFFFF;
	padding: 5px;
}
#debajo_news2{
	float: right;
	width: 293px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear:both;

}
#listado_news2{
	float: right;
	width: 293px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	clear:both;

}
#lateral_azul_comun{
	float: left;
	width: 180px;
	background-color: #d0e1ea;
	padding: 5px;
	margin-bottom: 10px;
}
#debajo_azul_comun{
	float: left;
	width: 180px;

}
#centro_comun{
	float: right;
	width: 385px;
	clear:both;
	margin-left: 20px;
	background-color: #FFFFFF;
}
#azul_centro_comun{
	float: right;
	width: 385px;
	height:300px;
	clear:both;
	background-color: #d0e1ea;
	margin-bottom: 15px;
}
