body
{
	background-image: url(img/fondo.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}

#encabezado 
{
      width: 980px;
      height:250px;
}

#imagen
{
	width: 490px;
	height:245px;
	float: left;
}

#logo 
{
	/*background-image: url('img/logoH.png');*/
	width: 450px;
	height:200px;
	float: right;
}



#menu
{
	width: 980px;
	height: 70px;
}

#menu td
{
	text-align: center;
}

#menu a
{
	display: block;
	width: 322px;
	height: 40px;
	text-decoration: none;
	color: #8B4513;
	background-image: url('img/sobre.gif');
	font-size: 22pt;
	font-family:"Bell MT";
	font-style:italic;
	padding-top: 10px;
}

#menu a:hover 
{
	color: #b8860b;	
	background-image: url('img/dentro.gif');
}

#pagina 
{
	width: 980px;
	height: 800px;
}

#contenido 
{
	width: 550px;
	Float:left;
	margin-left: 10px;
	background-image: url('img/cenefa.png');
}

#texto
{
	width: 500px;
	background-color: white;
	margin-left: auto;
      margin-right: auto;
}

#reservacion 
{
	background-image: url('img/reservacion.jpg');
	width: 200px;
	height: 415px;
	float: left;
	margin-top: 80px;
	color: #8B4513;
	font-size: 10pt;
	font-family:"Arial";
	padding-top: 10px;
	padding-left: 5px;
}

#otros
{
	width: 200px;
	float: right;
	margin-top: 100px;
}

#otros td
{
	text-align: center;
}
#otros a
{
	display: block;
	width: 200px;
	height: 75px;
	text-decoration: none;
	color: #8B4513;
	background-image: url('img/fondoSM.gif');
	font-size: 11pt;
	font-family:"Arial";
	font-weight: bold;
	padding-top: 15px;
}

#otros a:hover 
{
	color: #b8860b;	
	background-image: url('img/fondoSM2.gif');
}


#piepagina 
{
	margin-top: 10px;
	background-image: url('img/sobre.gif');
	width: 980px;
	height:40px;
	float: left;
}

#piepagina a
{
	text-decoration: none;
	color: #b8860b;
}

#webmaster
{
	float:left;
	font-size: 8pt;
	font-family:"Arial";
	margin-left: 5px;
	margin-top: 5px;
}

#derechos
{
	float:left;
	font-size: 8pt;
	font-family:"Arial";
	margin-left: 220px;
	margin-top: 15px;
}

#contacto
{
	float:right;
	font-size: 8pt;
	font-family:"Arial";
	margin-right: 10px;
}

