.tamanodado { font-size: 12px;color:#787a6c; font-family: arial, Helvetica, sans-serif;text-decoration: none;}
.tamanodado:hover { font-size: 12px;color:#787a6c; font-family: arial, Helvetica, sans-serif;text-decoration: underline;}

.tamanodadoenla { font-size: 12px; color:#787a6c; font-family: arial, Helvetica, sans-serif;}

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 184px;
height: 172px;
border: 0px solid black;
padding: 5px;
background-color: #ffffff;

}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.textoenlace2{ //class to apply to your scroller(s) if desired

font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	
	color: grey;
	text-decoration: none;
}

.textoenlace3{ //class to apply to your scroller(s) if desired

font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: grey;
	text-decoration: underline;
}