#menu {
	height: 54px;
	text-align:right;
	background-image:url(../imagenes/fondo-menu.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size: 14px;
}

#menu a {
	color: #fff;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 10px;
	float: right;
	height: 32px;
	padding: 5px 0 0 20px;
	text-decoration: none;
	
	
}
#menu a:hover {
	color: #FDD050;
	font-weight: bold;
}
a#menu_activo {
	color: #FDD050;
	font-weight: bold;
	/*background-color: #1e91fe;*/
	height: 32px;
	
}
a:hover#menu_activo {
	color: #FDD050;
}


/*fin cabecera*/

/*inicio contenidos centrales*/



/*fin contenidos centrales*/


#superior {
	height: 257px;
}




#novedades {
	float:right;
	width: 225px;
	height: 247px;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#novedades h1 {
	width: 225px;
	height:30px;
	text-align:right;
	padding-top: 5px;
	font-size:16px;
	color:#591968;
	background-image: url(../imagenes/fondo-novedades.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	
}

#titulares {
	overflow:auto;
	width: 215px;
	height: 210px;
	padding: 0 5px 0 15px;
}

#titulares li {
	padding: 10px 0;
}

.date {
	color:#551166;
	font-size: 10px;
	font-weight:bold;
}

.headline {
	color:#551166;
	font-size: 12px;
	font-weight:bold;
}

.headline a {
	color:#551166;
	
}

#inferior {
	
	height: 100px;
}

.columna {
		float:left;
		width: 316px;
		height: 100px;
		background-image:url(../imagenes/fondo-columna.jpg);
		background-position: center top;
		background-repeat:no-repeat;
		
}

.columna h1 {
	font-size: 14px;
	padding: 15px 10px 0 60px;
}

.columna p {
	padding: 5px 10px 5px 60px;
}
	