/* CSS Document */

.cabeceraalbum {
	float: left;
}

.contenedordestacados {
	border: 4px solid #000;
	border-top: 0px !important;
	border-bottom: none;
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 0px 20px;
	width: 902px;
	overflow: hidden;
	background-color: #fff;
	float: left;
}
.contenedordestacados .modulodestacado {
	margin: 0;
	width: 279px;
	overflow: hidden;
	padding: 5px 0 5px 17px;
	float: left;
}
.contenedordestacados .modulodestacado h3 {
	font-size: 11px;
	font-weight: bold;
	background: url(https://e00-elmundo.uecdn.es/documentos/2006/09/mostra/img/bolillo.gif) no-repeat 0 2px;
	padding: 0 0 10px 14px;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #e8e8e8;
	height: 33px;
}
.contenedordestacados .modulodestacado h3 a {
	text-decoration: none;
	color: #036;
}
.contenedordestacados .modulodestacado h3 a:hover {
	text-decoration: underline;
}
.contenedordestacados .modulodestacado .fecha {
	padding-top: 10px;
	font-weight: normal;
	font-size: 10px;
	color: #777;
}