@charset "utf-8";
/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 100%;
height: 340px;
border: 0px solid black;
padding: 0px;
}

#pscroller2{
width: 100%;
height:212px;
border: 0px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

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

#tablanoticias {
	float: left;
}
a:link, a:hover, a:visited {
	color: #000;
	text-decoration: none;
}
