#datacontainer{
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	float:left;
	width:80%;
	margin: auto;
	left:1px;
	top:8px;
	text-align:left;
	min-height:19px;
	
	
		
	
}
.contiene_noticias{
	position:relative;
	float:left;
	width:87%;
	max-width:400px;
	max-height:20px;

	


}

.fecha_scroll{
	color:#333333;
	font-weight:bold;
	text-align:left;
	padding-right:5px;
	width:15%;
	position:relative;
	float:left;
	

}


.titulo_noticia_scroll{
	color:#e02727;
	text-decoration:none;
}
.titulo_noticia_scroll:hover{
	color:#333333;
	text-decoration:underline;
}
.ultima_noticia{
	position:relative;
	float:left;
	width:90%;
	max-width:400px;
	min-height:10px;
	padding-bottom:10px;
	padding-top:10px;

}
.separacion_scroll{
	position:relative;
	float:left;
	width:100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.h1{
	padding-top:15px;
	position:relative;
	float:left;
	width:90%;
	max-width:400px;
	min-height:10px;
	padding-bottom:5px;
	color:#333333;
	font-size:0.9em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}



