.fondo {
	background-attachment: scroll;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.borde {
	border: thin solid #87972A;
}
.filete1 {
	background-attachment: scroll;
	background-image: url(../imagenes/filete.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.filete2 {
	background-attachment: scroll;
	background-image: url(../imagenes/filete2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.texto {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
