body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	padding: 89px 10px 10px 10px;
	outline:none;
}
a {
	outline:none;
}
.clear{
	clear:both;
}
.oculta{
	display: none;

}

.contenedora {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-image: url(../img/fondos/fondo_base_.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/****************************************** CABECERA ******************************************/
.cabecera {
	position: relative;
	height: 214px;
}
.logo a{
	position:absolute;
	height: 125px;
	width: 125px;
	background-image: url(../img/fondos/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
.blanco{
	position:absolute;
	right:0px;
	top:-2px;
	width:14px;
	height:29px;
	background-color:#FFFFFF;
	z-index:1000;
}
/****************************************** CABECERA ******************************************/
.medio {
	position: relative;
	padding: 0px 0px 50px 0px;
	width:804px;
}
#contenedora_imagen_portada{
	position: relative;
	padding: 4px 0px 0px 4px;
	float:left;	
	width: 568px;
	height:433px;
	background-image:url(../img/fondos/fondo_img_portada.jpg);
	background-repeat:no-repeat;
	left:-4px;
}
.imagen_portada {
	position: relative;
	padding: 0px 0px 0px 0px;
	float:left;	
	width: 555px;
	height:421px;
	overflow:hidden;
}
.contenedora_derecha{
	position: relative;
	padding: 0px 0px 0px 0px;
	float:right;
	width: 225px;
}
.bloque_noticias_portada{
	position: relative;
	padding: 0px 0px 0px 0px;
}
.titular_noticias_portada {
	position: relative;
	padding: 0px 0px 5px 0px;
	/*border-bottom: dotted 2px #83878A;*/
	border-bottom: dotted 2px #C10538;
}
.contenidos_noticias_portada {
	position: relative;
	padding: 10px 0px 22px 0px;
}
.contenidos_noticias_portada_2 {
	position: relative;
	padding: 10px 0px 10px 0px;
}
.pie {
	position: relative;
	height: 20px;
	background-color:#C4004A;
	width: 800px;
	background-image: url(../img/fondos/pie.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.descarga a{
	position:absolute;
	height: 20px;
	width: 193px;
	display: block;
}
.suscribete a{
	position:absolute;
	height: 20px;
	width: 345px;
	display: block;
	left: 283px;
}
.contacto a{
	position:absolute;
	height: 20px;
	width: 84px;
	display: block;
	right: 0px;
}
