body{
	background: url(../img/bg_body.jpg) repeat top left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px;
	color: #212121;
	line-height: 14px;
	text-align: center;
}
form{
	margin: 0px;
	padding: 0px;
}

.input{ height:14px; padding:2; width:200px; font-size:10px}

p{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}


a{text-decoration: none;color: #646363;}
a:link{text-decoration: none; color: #646363;}
a:hover{text-decoration:underline; color: #015c93;}
a:active{text-decoration: none;}
a:visited{text-decoration: none;}

ul{
	margin: 0px;
	padding: 0px;
}
li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/************************* contenedor **************************/
.cont_general{
	margin: 0px auto 0px auto;
	width: 778px;
	padding: 0px 7px 0px 7px;
	background-color: #015385;
	border:1px solid #d2d8e6;
	overflow:hidden;
}

.cont_interno{
	background-color: #fff;
	border-left:1px solid #e4e4e2;
	border-right:1px solid #e4e4e2;
}

/************************* TOP **************************/

.cont_top_es{
	background: url(../img/bg_top_es.jpg) no-repeat top left;
	padding: 20px 0px 8px 0px;
	/*height: 101px;*/
}

.cont_top_en{
	background: url(../img/bg_top_en.jpg) no-repeat top left;
	padding: 20px 0px 8px 0px;
	/*height: 101px;*/
}

.datos{
	font: 9px Arial;
	color: #aaaaa4;
	text-align: left;
	padding: 0px 16px 0px 16px;
}
.idioma{
	color: #015385;
	font: 10px Arial;
}

.idiomaac{
	font: 11px Arial;
	font-weight: bold;
}

/************************* cuerpo **************************/
.sombra{
	background: url(../img/sombra_colder.jpg) repeat-y top left;
}
.internas{
	padding: 40px 18px 10px 28px;
	background:#e4e4e2 url(../img/detalle.jpg) no-repeat top left;
}
.esquina{
	background:#e4e4e2 url(../img/esquina_colizq.jpg) no-repeat top left;
	height: 13px;
}
.titulos{
	font: 18px Arial;
	color: #373739;
	background: url(../img/linea-titulos.jpg) no-repeat bottom left;
	padding-bottom: 4px;
}
.titulos2{
	font: 18px Arial;
	color: #373739;
	background: url(../img/linea-titulos2.jpg) no-repeat 0px 22px;
	padding-bottom: 4px;
	border-bottom: 2px solid #e4eaef;
}

.cont_dest{
	background: url(../img/bg_sitiosdestacados.jpg) no-repeat top left;
	border:1px solid #e4e4e2;
	margin: 5px;
}
.cont_destint{
	padding: 10px 10px 10px 40px;
}
.destacados{
	font: 12px Arial;
	color: #000;
	font-weight: bold;
}

/************************* noticias **************************/

.fecha{
	font: 10px Arial;
	color: #015385;
}
h1{
	font: 14px Arial;
	font-weight: bold;
	color: #015385;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h2{
	font: 18px Arial;
	font-weight: bold;
	color: #015385;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.vermas{
	background: url(../img/bg_vermas.jpg) no-repeat top right;
	text-align: right;
	font: 10px Arial;
	color:#373739;
	padding: 0px 20px 10px 25px;
}
a:hover.vermas{
	text-decoration: underline;
	background: url(../img/bg_vermas.jpg) no-repeat top right;
	padding: 0px 20px 10px 25px;
}

.todas{
	background: url(../img/flecha.jpg) no-repeat top right;
	font: 9px Arial;
	text-transform: uppercase;
	color: #535353;
	padding: 1px 20px 10px 25px;
	text-align: right;
}
a:hover.todas{
	background: url(../img/flecha.jpg) no-repeat top right;
	font: 9px Arial;
	text-transform: uppercase;
	color: #535353;
	padding: 1px 20px 10px 25px;
	text-align: right;
	text-decoration: underline;
}

.div_notisbottom{
	background: url(../img/bg_divnotis.jpg) no-repeat bottom left;
	height: 4px;
	border-bottom: 1px solid #dadad5;
}


/************************* noticias **************************/

.img_intright{
	float: right;
	border: 1px solid #d4d4cd;
	padding: 3px;
	background: #eaeae9;
	margin: 0px 15px 5px 10px;
}

.img_intleft{
	float: left;
	border: 1px solid #d4d4cd;
	padding: 3px;
	background: #eaeae9;
	margin: 0px 10px 10px 0px;
}
