#titulo{
	margin-top: 20px;
}

nav{
	float: left;
	width: 1000px;
	height: 76px;
	margin-top: 25px;
}

li.menu{
	padding-top: 10px;
	float: left;
	margin-right: 0px;
	margin-left: 33px;
	font-family: 'arial';
	display: block;
	background-color: #98D8C5;
	width: 210px;
	height: 28px;
	border-radius: 15px;
}

a.menu{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bolder;
}

a.menu:hover{
	color: #000;
	/*border-bottom: 1px solid #000;*/
}

#orbit{
	margin-top: 30px;
	border: solid 8px #fff;
	box-shadow: 0px 2px 10px 2px #ccc;
}

#f_orbit{
	float: left;
	width: 1000px;
	height: 72px;
	margin-top: -120px;
	background-image: url(../img/orbit.png);
	background-repeat: no-repeat;
}

#cuadros{
	background-color: #EAEAEA;
	box-shadow: 0px 2px 10px 2px #ccc;
	float: left;
	border: solid 8px #fff;
	width: 280px;
	height: 200px;
	margin-left: 27px;
	margin-bottom: 16px;
	text-align: center;
}

h2{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #666;
	width: 300px;
	height: 53px;
	font-family: 'arial';
	background-image: url(../img/fondo_cajas.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	text-align: center;
	padding-top: 20px;
	margin-left: -10px;
}

img.img{
	margin-top: -30px;
	opacity: 1;
}


h3{
	font-family: 'arial';
	text-transform: uppercase;
	margin-bottom: 50px;
}

a.mail{
	color: #000;
}

#pie{
	background-image: url(../img/pie.png);
	background-repeat: repeat-x;
	margin-top: 40px;
	height: 24px;
	margin-bottom: 15px;
}


#reservas{
	background-color: #EAEAEA;
	box-shadow: 0px 2px 10px 2px #ccc;
	border: solid 8px #fff;
	padding: 30px;
}