#contiene_portada {
	display:block;
	float:left;
	min-height:100%;
	height:100%;
	margin:0px;
	margin-bottom:10px;
	width:100%;
	text-align:center;
}

#contiene_portada h1 {
	font-size:1.0em;
	color:#000000;
	display:none;
	visibility: hidden;
}

#contiene_portada #contenido{
	width:85%;
	text-align:center;
	margin:0px auto; /* para centrar horizontalmente la capa */
}

#contiene_noticias_portada{
	width:95%;
	text-align:center;
	margin:0px auto; /* para centrar horizontalmente la capa */
	margin-top:15px;
}

#banner_portada {
	position:relative;
	float:left;
	width:30%;
	min-width:30%;
	height:120px;
	min-height:120px;
	max-height:120px;
}

#banner_portada_2 {
	position:relative;
	float:left;
	width:45%;
	min-width:45%;
	height:120px;
	min-height:120px;
	max-height:120px;
}

#banner_portada_3 {
	position:relative;
	float:left;
	width:25%;
	min-width:25%;
	height:120px;
	min-height:120px;
	max-height:120px;
}

#contiene_noticias_portada #lat_izq{
	float:left;
	position:relative;
	width:15px;
	min-width:15px;
	height:120px;
	min-height:120px;
	max-height:120px;
	background-image:url(../multimedia/images/portada/banner_lateral_izq.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#contiene_noticias_portada #texto{
	float:left;
	position:relative;
	width:60%;
	min-width:60%;
	max-width:60%;
	height:120px;
	min-height:120px;
	max-height:120px;
	background-image:url(../multimedia/images/portada/banner_fondo_abajo.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size:0.7em;
	color:#FFFFFF;
	padding:15px;
	text-align:left;
}

#banner_portada_2 #texto{
	width:75%;
	min-width:75%;
	max-width:75%;
}

#contiene_noticias_portada #texto #mas_info{
	float:left;
	position:relative;
	width:100%;
	margin:0px;
	margin-top:10px;
	text-align:right;
}

#contiene_noticias_portada #texto #mas_info a{
	font-size:0.8em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:0px;
}

#contiene_noticias_portada #texto #mas_info a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#contiene_noticias_portada #lat_der{
	float:left;
	position:relative;
	width:17px;
	min-width:17px;
	height:120px;
	min-height:120px;
	max-height:120px;
	background-image:url(../multimedia/images/portada/banner_lateral_der.gif);
	background-repeat:no-repeat;
	background-position:right top;
}