.estilos {
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.pasto {
	background-image: url(pasto.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Calibri, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
}

