@charset "utf-8";
/* CSS Document */

html {
	min-height:100%;
	margin-bottom:0.1px;
}

body {
	color:#000;
	background-color:#FFF;
	background-attachment: fixed;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.envoltorio {
	width: 990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height:auto !important;
	min-height: 100%;
	background-color:#000;
	color: #CCC;

}.cabecera {
	height: 200px;
	color: #CCC;
}

