#mycustomscroll {
width: 270px;
height: 279px;
overflow: auto;
position: relative;
background: none;
margin:70px 0 0 78px;
padding: 2px;
border-top:1px solid #000;
}

.fixedwidth {
width: 250px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

#mycustomscroll #newsbreves {
position:relative;
float:left;
width:260px; 
height:auto;
margin:0 0 10px 5px;
padding:0 0 12px 0;
}


#mycustomscroll #newsbreves	p{ 
position:relative;
float:left;
width:240px; 
height:auto;
margin:0 0 0 0;
font-family: Verdana, Georgia, serif;
font-size: 11px;
font-weight: normal;
font-style: normal;
text-align:justify;
letter-spacing: normal;
line-height: 1.4em;

color:#8a8989;
}

#mycustomscroll #newsbreves	p strong{color:#c7c7c7;font-weight:normal;font-size:12px;font-family: Arial, sans-serif;}
 

#mycustomscroll #topper a {
width:50px;
height:27px;
margin:0 0 0 0;
padding:5px 0 5px 32px;
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
font-size:11px;
text-alignt:left;
color:#d02421;
line-height:20px;
text-indent:5px;
background:url(../imagenes/arrowtop.png) no-repeat left top;
}