/* Begin - Script y CSS para Noticias*/
/*Example CSS for the two demo scrollers*/
#pscroller1
{
	width: 218px; height: 70px;
	padding: 8px;
	background-color: #ffffff;
	border-top: 0px solid #ff0000;
	border-right: #D1D0CE 1px solid;
	border-left: #D1D0CE 1px solid;
	border-bottom: #D1D0CE 1px solid;
	text-align: left;
}

#pscroller2
{
	width: 350px;
	height: 20px;
	border: 1px solid black;
	padding: 3px;
}

#pscroller2 a
{
	text-decoration: none;
}

.someclass
{//class to apply to your scroller(s) if desired
}