#imagen_banner {
	position:relative;
}

.texto_imagen_banner {
	position:absolute;
	top:130px;
	left:56px;
	width:530px;
	color:white;
}
.texto_imagen_banner h1 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
}
.texto_imagen_banner b {
	font-size:14px;
	font-weight:bold;
}
.texto_imagen_banner a {
	text_decoration:none;
	color:white;
}

#texto_mad {
	display:none;
}
#texto_mel {
	display:none;
}
#texto_lam {
	display:none;
}
.cabecera_noticia {
	width:300px;
	height:62px;
	overflow:hidden;
	background-image:url("../images/cabecera_noticia.gif");
	background-repeat:repeat-x;
}
.texto_cabecera_noticia {
	padding-top:10px;
	margin-left:15px;
	font-size:16px;
	font-weight:bold;
	width:270px;
}
.texto_cabecera_noticia h1 {
	font-size:16px;
}

.cuerpo_noticias {
	width:300px;
	height:240px;
	overflow:hidden;
	background-color:rgb(239,239,239);
	color:rgb(120,120,120);
	margin-top:3px;
}
.texto_cuerpo_noticias {

	margin-left:15px;
	margin-top:10px;
	padding-right:15px;
	overflow:hidden;
	font-size:12px;
	line-height:22px;

}

.texto_cuerpo_noticias a, .texto_cuerpo_noticias a:hover, .texto_cuerpo_noticias a:visited {
	text-decoration:none;
	color:#008ac8;
}

.cuerpo_noticias img {
	float:right;
	margin-top:10px;
	margin-right:15px;
}


.banner {
	width:700px;
	margin:0;
	margin-left:10px;
	float:left;

}
.botones_laterales {
	width:239px;
	margin:0;
	margin-left:1px;
	float:left;
}
