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

body {
text-align:center;
background-image:url(img/fondo.jpg);
background-repeat:repeat;
margin:50px auto;
}
#contenedor {
width:809px;
height:600px;
text-align:center;
margin: 0 auto;
border: 0 px;
}
a.texto {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
font-style:italic;
text-align:center;
padding-top:15px;
color:#FFFFFF;
text-decoration:none;
}
.cajauno {
width:386px;
height:auto;
border:0px;
margin-top:0px;
float:left;
}	

/*casa*/
#top{
width:809px;
height:175px;
border:0px;
float:left;
background-image:url(img/base_01.jpg);
background-position:center;
background-repeat:no-repeat;
}
#menu{
width:750px;
height:60px;
border:0px;
float:left;
margin-top:115px;
padding-left:40px;
}
#izq{
width:386px;
height:403px;
border:0px;
float:left;
background-image:url(img/base_02.jpg);
background-repeat:no-repeat;
}			
p.textos {
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;
font-size:11px;
text-align:left;
padding-left:40px;
margin-top:0px;
}
p span {
font-variant:small-caps;
font-size:11px;
font-weight:bold;
margin-top:10px;
text-decoration:underline;
}
#der{
width:423px;
height:403px;
border:0px;
float:left;
background-image:url(img/base_03.jpg);
background-repeat:no-repeat;
}
#slider {
    width: 381px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
	margin-top:40px;
	margin-left:0px;
    position: relative; /* important */
	float:left;
	overflow: hidden; /* important */
}
#sliderContent {
    width: 381px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0px;
}
.sliderImage {
    float: left;
    position: relative;
	margin-left:0px;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Georgia;
    padding: 10px 0px;
	width:0px;
    background-color: #ooo;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #000;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-style:italic;
text-align:left;
margin-top:20px;
margin-left:40px;
color:#000000;
text-decoration:none;
}
a.pie {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
font-style:italic;
text-align:center;
padding-top:15px;
color:#FFFFFF;
text-decoration:none;
}
#ubicacion{
width:809px;
height:401px;
border:0px;
float:left;
background-image:url(img/baseubi.jpg);
background-repeat:no-repeat;
}
.cajareservas{
width:809px;
height:auto;
border:0px;
float:left;
/*overflow-y:scroll;*/
}
#easyscrollnav, #easyscrollnav li{
		height:28px;
		line-height:28px;
		margin-bottom:15px;
		padding:0;
		}	
	#easyscrollnav{
	margin-left:30px;
	margin-bottom:15PX;
	text-align:left;	
		}			
	#easyscrollnav li{
	    font-family:Georgia, "Times New Roman", Times, serif;
	    font-size:11px;
		list-style:none;
		float:left;
		margin-bottom:15px;		
		padding:0 10px;
		color:#660000;
		cursor:pointer;
		}					
	#easyscrollnav li.over{
		color:#000000;
		text-decoration:underline;
		}					
