@charset "UTF-8";
/* CSS Document */

html, body {height: 100%;}

.envoltura {
	background-image: url(images/fondo_02.jpg);
	min-height: 100%; /* el valor minimo es la pantalla completa -luego le restamos la altura del fpie- */
	height: auto !important; /* con esto funciona para todos los navegadores */
	height: 100%; /* el margen es la altura del pie en negativo */
	position: relative;
	background-repeat: no-repeat;
}