@charset "utf-8";
@import "paginas.css";

* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;	
}

h1, h2, h3, h4, h5, h6 {	
	color: #333;
}

a:link {
	text-decoration: none;
	color: #333;
}

a:visited {
	text-decoration: none;
	color: #333;
}

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

a:active {
	text-decoration: none;
	color: #333;
}

img {
	border: 0;
}

pre {
	color: #666;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;		
}

.resaltado {
	color: #FF0000;
}
	
.cursiva {
	font-style: italic;
}	

.clear {
	clear:both;
}

#layout {
	margin: 0px auto;
	width: 794px;
}

#cabecera {
	width: 794px; 
	background: #fff; 
	margin: 15px auto 3px auto; 
	padding: 0px; 
}

	
#cuerpo {
	width: 796px;
	height: 512px;
	margin-bottom: 8px;
}

	#cuerpo ul {
		width: 796px;
		/*height: 512px;		*/
		padding:0; 
		margin:0;
		list-style: none;
	}

	#cuerpo ul li {
		display: block; 
		width: 199px; 
		height: 171px;
		float: left;
	}

	#cuerpo ul li a {
		display: block; 
		height: 0px;
		padding: 171px 0 0 0;
		overflow: hidden;
	}

#pie {
	position: absolute;
	width: 794px;
	padding: 0px;
	height: 20px;
	color: #999999;
}
	#pie .direccion {
		float: left;
	}
	
	#pie .redes-sociales {
		float: right;
	}
		#pie .redes-sociales li {
			float: left;
			display: block;
			margin-left: 10px;
		}

		#pie .redes-sociales a {
			display: block;
			height: 0px;
			padding: 24px 0 0 0;
			overflow: hidden;
		}


		#pie .redes-sociales .facebook {
			background: url(../img/facebook.png) no-repeat;	
			width: 24px;
		}

		#pie .redes-sociales .email {
			background: url(../img/email.png) no-repeat;	
			width: 24px;
		}

		#pie .redes-sociales .reserva {
			background: url(../img/textos/boton-reserva.jpg) no-repeat;	
			width: 200px;
		}

		#pie .redes-sociales .booknow {
			background: url(../img/textos/button-book-now.jpg) no-repeat;	
			width: 200px;
		}

	
.hidden {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
