@charset "UTF-8";
/* CSS Document */

body { 
	padding: 0px;
	margin: 0px;
	}


#container {
	width:100%;
	height: 900px;
	margin:0px;
	overflow:visible;
	background-image: url("img/fondo.jpg");
	background-repeat: no-repeat;
	background-size: cover;

	/*background-color: #f5f5f5;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
}



#principal {
	width: 100%;
	float:left;
	margin-top: 10%;
	padding-top: 10px;
	padding-left:160px;
	overflow:visible;
	}

	@media only screen and (max-width:600px) {
		#container {
			background-position: bottom ;
		}
	
		#principal {
			padding-left: 50px;
		}
		
	}

#principal img{
	margin-left: 0px;
	text-align: left;
	padding-top: 0px;
	position:relative;
}

#titulobody {
	margin-top:15px;
	padding-top:0px;
	height:auto;
	width:295px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style:italic;
	color: #333;
}

#ademas {
	margin-top:20px;
	height:auto;
	width:295px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style:italic;
	color: #333;
}

#marcas {
	margin-top:20px;
	height:auto;
	width:295px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
}

#marcas a{
	color: #666;
	text-decoration:none;
}

#marcas a:hover{
	color: #936;
}

.reservas {
	margin-top:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	line-height:18px;
	text-decoration:none;
}

.reservas a{
	color:#333;
	}

.reservas a:hover{
	color:#936;
	}



#txtbody {
	width:270px;
	height:50px;
	background-image:url(img/ornamento.png);
	background-repeat:no-repeat;
	padding-top:0px;
	padding-left:25px;
	margin-top:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	line-height:17px;
}
	

#inferior {
	background:url(img/imagenPIE2.png) 0 0 repeat-x; 
	width:100%;
	height:90px;
	clear:both;
	bottom:0px;
	float:left;
	position: absolute;
}

#textoPie {
	width:80%;
	margin-top:25px;
	font:11px "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFF;
	clear:both;
	padding-left:20%;
}

