/* CSS Document */

.noticia {
	float: left!important;
	width: 990px!important;
	border-bottom:0;
	padding:0!important;
	margin:0!important;
}

.contenedordestacados {
	border:1px solid #bbb;
	margin: 0 0 10px;
	padding:0;
	width: 978px;
	overflow: hidden;
	background-color: #fff;
	float: right;
}
.contenedordestacados h1{background:#eee;border-bottom:1px solid #bbb;font-size:18px;padding:5px 0 5px 10px;}
.contenedordestacados .modulodestacado {
	margin: 0;
	width: 230px;
	overflow: hidden;
	padding: 5px 0 0 11px;
	margin:0 0 20px;
	float: left;
}
.videos{margin:0 0 30px;}
.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 20px 14px;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #bbb;
	height: 33px;
}
.contenedordestacados .modulodestacado h3 a {
	text-decoration: none;
	color: #000;
}
.contenedordestacados .modulodestacado h3 a:hover {
	text-decoration: underline;
}
.contenedordestacados .modulodestacado .fecha {
	padding-top: 10px;
	font-weight: normal;
	font-size: 10px;
	color: #777;
}
