  body {
	margin:0px;
}
.logo{
	background-size: cover;
	width: 16%;
	height: 100px;
	background-image: url('imagenes/logo.png');
	background-repeat: no-repeat;
	margin-left:4%;
}
header {
	background-color: #FFFFFF;
	padding-top:5px;
	width: 100%;
	height: 110px;
	position: fixed;
	z-index:70;
}
nav{
	margin-left:30%;
	margin-top:-40px;
}
.menu1{
	width: 20%;
	height: 40px;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: #0066CC;
}
.menu2{
	width: 20%;
	height: 40px;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: #0066CC;
	margin-left:20%;
	margin-top:-40px;
}
.menu3{
	width: 20%;
	height: 40px;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: #0066CC;
	margin-left:40%;
	margin-top:-40px;
}
.menu4{
	width: 20%;
	height: 40px;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: #0066CC;
	margin-left:60%;
	margin-top:-40px;
}
.menu1 a{
	color:#33CCCC;
	text-decoration:none;	
}
.menu2 a{
	color:#33CCCC;
	text-decoration:none;
}
.menu3 a{
	color:#33CCCC;
	text-decoration:none;
}
.menu4 a{
	color:#33CCCC;
	text-decoration:none;
}
.menu1 a:hover{
	color:#003366;
	text-decoration:none;	
}
.menu2 a:hover{
	color:#003366;
	text-decoration:none;
}
.menu3 a:hover{
	color:#003366;
	text-decoration:none;
}
.menu4 a:hover{
	color:#003366;
	text-decoration:none;
}

#inicio{
	width:100%;
	height:900px;
	padding-top:75px;
	
}
#nosotros{
	width:100%;
	height:900px;
	padding-top:75px;
	background-image:url('imagenes/banquetes.jpg');
	background-size:cover;
	
}
.quehacemos{
	text-align:center;
	color:#FFFFFF;
	font-size:20pt;
	width:50%;
	margin-left:25%;
	line-height:1.5em;
	padding-top:50px;
	text-shadow:2px 2px 2px #000000;
	
}
#galeria{
	width:100%;
	height:900px;
	padding-top:75px;
	
}
#contacto{
	width:100%;
	height:1000px;
	padding-top:75px;
	background-image:url('imagenes/mesa.jpg');
	background-size:cover;
	
}
.mimapa{
 	width:100%;
 	height:500px;
 	
}
.datos{
	margin-left:55%;
	margin-top:450px;
	width:40%;
	height:500px;
	font-size:25pt;
}
.datos p{
	font-size:20pt;
}


@media screen and (max-width:727px)
{
.icono-menu{
	background-size: cover;
	width: 40px;
	height: 40px;
	background-image:url('imagenes/icono-menu.png');
	background-repeat: no-repeat;
	float:right;
	margin-top:15px;
	margin-right:20px;
	cursor:pointer;
}
.logo{
	width: 20%;
	height: 70px;	
}
.minav{
	display: none;
	margin-left:0px;
	margin-top:0px;
}
.menu1{
	width: 100%;
	margin-top:20px;
}
.menu2{
	width: 100%;
	height: 40px;
	margin-left:0px;
	margin-top:0px;
}
.menu3{
	width: 100%;
	height: 40px;
	margin-left:0%;
	margin-top:0px;
}
.menu4{
	width: 100%;
	height: 40px;
	margin-left:0%;
	margin-top:0px;
}
.minav{
	width: 50%;
	margin-left: 50%;
	margin-top:-20px;
	background-color: #FFFFFF;
}
#nosotros{
	width:100%;
	height:900px;
	padding-top:75px;
	background-image:url('imagenes/banquetes.jpg');
	background-size:cover;
	
}
#galeria{
	padding-top:200px;
}
.datos{
	margin-left:10%;
	margin-top:450px;
	width:90%;
	height:500px;
	font-size:25pt;
}
}
