@charset "UTF-8";

body,td,th {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #222;
	text-align:justify;
	font-weight:normal;
	margin:0;
	padding:0;
}
a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #C32;
}
a:active {
	text-decoration: none;
	color: #FF0;
}
h1 {
	font-size: 28px;
	color: #F90;
	margin:0;
	padding:0;
}
h2 {
	font-size: 24px;
	color: #F60;
	margin:0;
	padding:0;
}
h3 {
	font-size: 18px;
	color: #C32;
	margin:0;
	padding:0;
}
h4 {
	font-size: 16px;
	color: #333;
	margin:0;
	padding:0;
}
h5 {
	font-size: 14px;
	color: #666;
	margin:0;
	padding:0;
}
h6 {
	font-size: 12px;
	color: #999;
	margin:0;
	padding:0;
}
#Topper {
	background-color: #123;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#HEADER {
	background-color:#FC0;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 130px;
	width: 100%;
	border-bottom:#FDC thin solid;
	
}


.caja {width:960px; margin:0 auto; }

.salto {clear:both; }

#CUERPO {
	width:960px; margin:0 auto;
	height:100%;
	background-image:url(../images/shad.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-bottom:50px;
	clear:both;

}

#homeleft {float:left; width:350px;}
#homeright {float:right; width:590px;}
  
.textoSlide {
	padding-top:10px;
	margin:10px;
}  
  
.peque {
	font-size:x-small;
	color:#543;
	text-align:center;
	text-transform:uppercase;
	padding:0;
	margin:0;
	
}
#pie {
	width:960px; margin:0 auto;
	height:100%;
	background-image:url(../images/shad.png);
	background-repeat: no-repeat;
	background-position: center top;
	
	
}

.bgMap {
	border-top:#FDC thin solid;
	border-bottom:#FDC thin solid;
	width:100%;
	background-color:#FC0;
	background-image:url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	clear:both;
}

.cajasPie {
	font-size:x-small;
	color:#654;
	text-align:left;
	text-transform:uppercase;
	margin-right:10px;
	float:left;
	width:220px;

}
.cajasMitad {
	font-size:x-small;
	color:#654;
	text-align:left;
	text-transform:uppercase;
	float:left;
	width:49%;

}
#Footer {
	background-color: #123;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
}

#bg-CUERPO{
	background-image:url(../images/topnav_bg.gif); background-repeat:repeat-x;
	background-position:top;
	width:100%;
	clear:both;
	background-color:#FFF;

}
/* ---------- menu ----------------------- */
.container {
	width: 960px;
	margin: 0 auto;
	position: relative;

}
#menu {
	
}
#menu .disclaimer {
	color: #999;
	padding: 100px 0 7px 0;
	text-align: right;
	display: block;
	position: absolute;
	top: 0; right: 0;
}
#menu .disclaimer a {	color: #ccc;}
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 1.2em;
	background: url(../images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center; 
}
#menu img {
	margin: 20px 0 10px;
}


/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 5px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.gallery li:hover img {
	border-color: #333;
}
.gallery img {
	background: #fff;
	border: solid 1px #CCC;
	padding: 3px;
}
.gallery em {
	background: #fff url(../images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #CCC;
	border-left-color: #DDD;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	background: #ffdb01 url(../images/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
}


/* ---------- redondeado ----------------------- */
.redondeado {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}

.rubi {
	color: #C32;
}

.cajaReserva {
	background-image:url(../images/bgReserva.jpg);
	background-repeat:no-repeat;
	padding-left: 10px;
	padding-top:75px;
	width: 340px;
	height:200px;
}
.columnaDoble {
	width:285px;
	margin-right:20px;
	margin-top:20px;
	text-align:justify;
	display:block;
	float:left;
}
#columnaDer {width:155px; 
float:right;
background-image:url(../images/bg_MenuDer.jpg); 
background-repeat:no-repeat;
background-position:top left;
}
#columnaIzq {width:190px;
padding-right:10px;
float:left;
background-image:url(../images/bg_MenuIzq.jpg); 
background-repeat:no-repeat;
background-position:top right;

}
#BoxIframe {width:595px; height:100%;
float:left;
}
#BoxBuscador {width:800px; height:100%;
float:left;
}
/*------------------------------------------menu derecha--------------------------------------------*/
.menu-derecha{
width: 100%;
/*border-top: 5px solid #0066FF; Color del menu*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
text-decoration: none;
}

.menu-derecha ul{
	margin:0;
	margin-top: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	text-decoration: none;
	list-style: none;
	

}

.menu-derecha li{
/*display: inline;*/
margin: 1px 1px 1px 1px;
padding: 0;
text-transform:uppercase;

}
.menu-derecha a{

display: block;
font: bold 9px;
color: black;
text-decoration: none;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 1px 1px 1px 1px; /*Padding within each menu item*/
/*background-color: #efefef;*/
background-image:url(../images/bg_menuOFF.png);
background-repeat:no-repeat;
background-position:bottom left;
}

.menu-derecha a:hover{
background-image:url(../images/bg_menuON.png);
background-repeat:repeat-y;
background-position: left;
}

.menu-derecha .current a{ /** currently selected menu item **/
background-image:url(../images/bg_menuON.png);
background-repeat:no-repeat;
background-position:bottom left;
}


/* ---------- Listas ----------------------- */
.Listas {
	margin: 0;
	padding: 0;
	text-decoration: none;
	
	
}
.Listas ul {
	text-decoration: none;
	list-style:none;
	margin: 0;
	padding: 0;
}
.Listas li {
	padding: 10px;
	margin: 5px;
	float: left;
	position: relative;
	width: 570px;
	height: 55px;
	text-decoration: none;
	background:#F1F1F1;
}
.Listas li:hover img {
	border-color: #333;
}
.Listas img {
	background: #fff;
	border: solid 1px #CCC;
	padding: 3px;
}
.Listas em {
	background: #fff url(../images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 35px;
	left: 85px;
	border: 1px solid #CCC;
	border-left-color: #DDD;
}

.Listas a {
	text-decoration: none;
}
.Listas a:hover em {
	background: #ffdb01 url(../images/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
}
.Listas dt {
	background: #fff url(../images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 35px;
	left: 185px;
	border: 1px solid #CCC;
	border-left-color: #DDD;
}
.Listas a:hover dt {
	background: #ffdb01 url(../images/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
}
.Listas title {
	width:500px;
	float:right;
	font-size: 18px;
	color: #C32;
	text-transform:uppercase;
	font-style: normal;
	display:block;
	
}

/* ---------- fin Listas ----------------------- */
.TbHtLi {
	background-image:url(../images/shad.png);
	background-position:center top;
	background-repeat:no-repeat;
	border:#CCC thin solid;
	background:#F1F1F1;
	
}
.LiHtIn {
	background:#FFFFFF;
	
}
.LiHtInPh {
	margin:15px;
	padding:15px;
	background-image: url(../images/bg-th.png);
	background-position:center top;
	background-repeat:no-repeat;
	
}

.colorX1 {
	font-size: 14px;
	color: #C32;
	margin:0;
	padding:0;
	text-align:left;
	
}



