/* CSS Document */

#pscroller1{
width: 200px;
height: auot;
border: 2px solid #003366;
padding: 7px;
background-color: #D7EBFF;
text-align:left;
}

#pscroller1 .titulo {color: #003366; font-size:14px; font-weight:bold; margin-bottom:3px;}

#pscroller1 .noticia { margin-bottom:8px; font-size:11px;}

#pscroller1 .fecha { font-size:11px; font-style:italic; margin-bottom:3px;}

#pscroller1 a{
text-decoration: underline;
color:#003366;
font-weight:bold;
}

.someclass{ //class to apply to your scroller(s) if desired
}

