/* CSS Document */
body {
font-size: 0.8em;
	background-color: #ffffff;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	background-image: url(images/fondoGeneral.jpg);
	background-position: center;
	background-repeat:repeat-y;
	}
	
	#container {
	position:relative;
	width:753px;
	margin:0px auto;
	text-align:left;
	padding: 0px;
	top: 0px;
 }


#head h1 span{
	display:none;
}
#head h1 {
margin:0;
	padding:0;
}

#head{
	background-image: url(images/h1Top.jpg);
	background-repeat: no-repeat;
	width:753px;
	height: 171px;
	
}

#titIndex h2 span{
	display:none;
}
#titQuienes h2 span{
	display:none;
}
#titServicios h2 span{
	display:none;
}
#titComoLlegar h2 span{
	display:none;
}
#titGaleria h2 span{
	display:none;
}
#titNoticias h2 span{
	display:none;
}
#titReservas h2 span{
	display:none;
}
#titConsultas h2 span{
	display:none;
}

#titIndex{
	background-image: url(images/titIndex.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width:753px;
}

#titIndex h2 {
	margin:0;
	padding:0;
}


#titServicios{
	background-image: url(images/titServicios.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width:753px;
}

#titServicios h2 {
	margin:0;
	padding:0;
}

#titQuienes{
	background-image: url(images/titQuienes.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width:753px;
}

#titQuienes h2 {
	margin:0;
	padding:0;
}

#titComoLlegar{
	background-image: url(images/comoLlegar.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width:753px;
}

#titComoLlegar h2 {
	margin:0;
	padding:0;
}

#titGaleria{
	background-image:url(images/titGaleria.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width:753px;
}

#titGaleria h2 {
	margin:0;
	padding:0;
}

#titNoticias{
	background-image: url(images/titNoticias.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width:753px;
}

#titNoticias h2 {
	margin:0;
	padding:0;
}

#titConsultas{
	background-image: url(images/titConsultas.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width:753px;
}

#titConsultas h2 {
	margin:0;
	padding:0;
}

#titReservas{
	background-image: url(images/titReservas.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width:753px;
}

#titReservas h2 {
	margin:0;
	padding:0;
}
  #menus{
	position:absolute;
	top:116px;
	/*width:184px;*/
	margin-top: 124px;
  }
  
  #menuGeneral ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
 }
 
#menuGeneral li{
	/*margin-left: 11px;*/
	margin-left: 22px;
	padding: 0px;
	background-image:url(images/itemMenu.jpg);
	background-repeat:repeat-x;
	height:27px;
	/*width: 200px;*/
	width: 176px;
	
 } 
 #menuGeneral li a{
	color:#ffffff;
	font-size::0.9em;
	font-weight:bold;
	text-decoration: none;
	display: block;
	/*width: 174px;*/
	width: 150px;
	padding-left: 26px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;	
 } 
 
  #menuGeneral li a:hover{
	color:#FFcc00;
 } 


 #elContenido {
 position:absolute;
	left: 200px;
  }
   #miContenido {
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 20px;
	padding-bottom: 20px;
  }
   #piePagina {
font-size: 0.9em;
background-color: #D3E1EE;
height: 20px;
margin-left: 10px;
margin-right: 13px;
text-align:center;
  }

