
body {
width: 100%;
height: auto;
margin: 0px auto;
background: #C8C8C8 url(imagenes/fondo-body-2.jpg) no-repeat;
background-attachment: fixed;
background-position: center center;
background-size: cover;
	
	}
	
.cabecera {
width: 100%;
min-height: 100px;
background-color: none;
text-align: center;
border-bottom: 0px solid #969696;	
border-top: 0px solid #969696;
float: left;
	}

.menu {
width: 100%;
float: left;
margin: 0px auto;
min-height: auto;
/* background: none url(imagenes/fondo-menu.png) repeat-x; */
text-align: center;
border-bottom: 0px solid #969696;	
border-top: 0px solid #969696;
float: left;
	}
	
.contenido {
width: 100%;
float: left;
margin: 0px auto;
min-height: auto;
/* background: none url(imagenes/fondo-menu.png) repeat-x; */
text-align: center;
border-bottom: 0px solid #969696;	
border-top: 0px solid #969696;
float: left;
	}
	
.pie {
width: 100%;
min-height: 100px;
/* background: url(imagenes/fondo-menu.png) repeat-x; */
text-align: right;
position: absolute;
bottom: 0px;
float: left;
	}