.fondorayado {
	background-image: url(../imagenes/fondorayado.jpg);
	background-repeat: repeat;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.texto:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #89b23c;
	text-decoration: none;
}

