#noticias {
	width: 406px;
	background-color: #EEEEEE;
	/*padding-top: 30px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 5px;
	display: compact;
	overflow: auto;*/
}

div.scroller { 
	width: 243px;
	height: 360px;
	float: left;
	overflow: hidden;
	border: 0px;
}
div.scroller div.section {	
	width: 243px;
	height: 360px;
	overflow: hidden;
	float: left;
	background-color: #EEEEEE;
}

div.scroller div.section a {
	font-weight: normal;
	font-size: 14px;
	color: #444444;
	text-align: left;
	text-decoration: none;
}

div.scroller div.section img {	
	margin-bottom: 5px;
	border: 0;
}

div.scroller div.section .titular {	
	padding-left: 5px;
}

div.scroller div.content {
	width: 10000px;
}

div.controls {
	width: 154px;
	float: right;
}

div.boton_control {
	height: 53px;
	margin-bottom: 3px;
	background-repeat: no-repeat;
}

div.boton_control a, div.boton_control a:hover, div.boton_control a:active {
	font-size: 9px;
	font-weight: bold; 
	text-decoration: none; 
	color: #444444;;
}

div.destacada {
	background-color:#DC0000;
}

div.destacada a, div.destacada a:hover, div.destacada a:active {
	color:#FFFFFF;
}

#mas_noticias {
	float: right;
	clear: right;
	margin-bottom: 0px;
	overflow: auto;
}

.fechaNoticia {
	font-size: 10px;
	font-weight: bold; 
	text-decoration: none; 
	color: #222222;;
}
