#content{
line-height:25px;
	padding-left:20px;

}
.clase1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color:#FFFFFF;
	display:block;
	padding-left: 13px;
	background-image: url(../imagenes/boton-on.gif);
	background-repeat: no-repeat;
	background-position: right;
} 
.clase2 a, .clase2 a:visited{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
    display:block;
	padding-left:13px;
	background-image: url(../imagenes/boton-off.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.clase2 a:hover{
	color: #FFFFFF;
	display:block;
	background-image: url(../imagenes/boton-on.gif);
	background-repeat: no-repeat;
	background-position: right;
}
