body{
	height: 100%; 
	margin: 0; 
	padding: 0; 
	text-align: center;
	display: table;
	width: 100%;	
	background-image: url('../imagenes/fondo2.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;

}

@font-face {
    font-family: 'bebasregular';
    src: url('../fuentes/bebas___-webfont.woff2') format('woff2'),
         url('../fuentes/bebas___-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1{
	font-family: "bebasregular";
	font-size: 50px;
}

h3{
	font-family: "bebasregular";
}

.bontocinta{
	background-color: #BDBDBD;
}

.fondocontainer{
	
}
.colorpasossinsel{
	background-color: #6E6E6E;
	border: 1px solid #000000;
}
.colorpasosconsel{
	background-color: #000000;	
	border: 1px solid #000000;
}


.derecha{
	float: right;
}
.izquierda{
	float: left;
}
.totaldiv{
	width: 100%;
}
.pie{
	background-color: #6E6E6E;
}
html,
body,
#wrap {
   height: 100%;
}
body > #wrap {
   height: auto;
   min-height: 100%;
}
#content {
   padding-bottom: 50px; /* Mis altura que el footer */
} 
#footer {
   position: relative;
   margin-top: -50px; /* Misma altura que el footer en negativo */
   height: 50px; /* Altura del footer */
   clear: both;
}
