*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}



body{
 	height: 100%;
    background-repeat: no-repeat;
    background: url(../img/fondos/nivel2.jpg) no-repeat center center fixed;
    background-size: cover;﻿ 

    background-attachment: fixed;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;

}



.header{
	width: 100%;
	max-width: 1000px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.contenedor_general{
	width: 95%;
	max-width: 1000px;

	display: flex;
	justify-content: center;
	align-items: center;
	

}
