.Fondopag {
	background-image: url(imagenes/fondo.jpg);
	background-repeat:  repeat-x;
	background-position: center;

}
.Fondopag1 {

	background-image: url(imagenes/fondo.jpg);
	background-repeat:  repeat-x;
	background-position: top;
}
.Fondopag2 {
	background-image: url(imagenes/fondo25.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
	background-attachment: fixed;

}
.enlaceoff {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #577810;

}
.enlaceon {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
