body {
	margin: 0;
	padding: 0;
	background: #462217 url(../img/bg.gif) top left repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a {
	outline: none;
}

#idioma {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 90px;
	text-align: center;
	font-size: 9pt;
}

#idioma a:link, #idioma a:visited {
	color: #FEE0C0;
	text-decoration: underline;
}

#idioma a:hover, #idioma a:active {
	color: #CC6600;
	text-decoration: underline;
}

#skip {
	position: absolute;
	width: 300px;
	height: 30px;
	bottom: 14px;
	left: 11px;
}

#skip h2 {
	padding: 0;
	margin: 0;
	font-size: 15pt;
	font-weight: normal;
}

#skip a:link, #skip a:visited {
	color: #fff;
	text-decoration: underline;
}

#skip a:hover, #skip a:active {
	color: #FF6600;
	text-decoration: underline;
}

#pagina-flash {
	position: relative;
	width: 950px;
	height: 530px;
	border: 3px solid #582B1D;
	margin: 5px auto;
}

#pagina {
	position: relative;
	width: 950px;
	/*height: 650px;*/
	border: 3px solid #582B1D;
	margin: 15px auto 0 auto;
	background: #462217 url(../img/back.jpg) top left repeat-y;
}

#top {
	position: relative;
	padding-top: 90px;
}

#rotativo {
	float: left;
}

#menu {
	float: left;
}

#bottom {
}

#contenido {
	position: relative;
	width: 620px;
	float: right;
	margin: 0;
	color: #FEE0C0;
	padding: 10px;
	font-size: 9pt;
	text-align: justify;
}

#contenido a:link, #contenido a:visited, .minis a:link, .minis a:visited {
	color: #fff;
	text-decoration: none;
}

#contenido a:hover, #contenido a:active, .minis a:hover, .minis a:active {
	color: #CC6600;
	text-decoration: none;
}

#contenido h4 a:link, #contenido h4 a:visited {
	color: #FDD09E;
	text-decoration: none;
}

#contenido h4 a:hover, #contenido h4 a:active {
	color: #CC6600;
	text-decoration: none;
}

#contenido p {
	margin: 0;
	padding-bottom: 10px;
	line-height: 16px;
}

#contenido h2 {
	margin: 0;
	font-size: 16pt;
	color: #fff;
	font-weight: normal;
	padding-bottom: 10px;
}

#contenido ul {
	margin: 5px 0 5px 30px;
	padding: 0;
}

#contenido ul li {
	line-height: 15px;
}

#contenido .precio {
	color: #fff;
}

#secreto {
	position: relative;
	width: 256px;
	height: 136px;
	margin-left: 26px;
	margin-top: 10px;
	background: url(../img/secreto.gif) top left no-repeat;
}

#secreto-eng {
	position: relative;
	width: 256px;
	height: 136px;
	margin-left: 26px;
	margin-top: 10px;
	background: url(../img/secreto-eng.gif) top left no-repeat;
}

#mapita {
	margin: 0;
	padding: 0;
	height: 136px;	
	list-style: none;
	display: inline;
	overflow: hidden;
}

#secreto li, #secreto-eng li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#secreto a, #secreto-eng a{
	float: left;
	padding: 136px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:136px; /* for IE5/Win Only */
}

#secreto a:hover, .selected, #secreto-eng a:hover, .selected {
	background-position: 0 -137px;
}

#secreto a:active, #secreto a.selected, #secreto-eng a:active, #secreto a.selected {
	background-position: 0 -137px;
}

#secretoimg a {
	width: 256px;
	background: url(../img/secretox.gif) top left no-repeat;
}

#secretoimg-eng a {
	width: 256px;
	background: url(../img/secretox-eng.gif) top left no-repeat;
}

#video {
	position: relative;
	width: 200px;
	height: 145px;
	margin-left: 52px;
	margin-top: 35px;
}

#video img {
	border: 0;
}

/*--------------------- TABLA DE RESERVACIONES -----------------------*/
#reservaciones table {
	width: 430px;
	margin: 10px auto 20px auto;
	border-right: 1px solid #663300;
}

#reservaciones table td {
	padding: 4px;
	font-size: 8pt;	
	border-bottom: 1px solid #663300;
	border-left: 1px solid #663300;	
}

#reservaciones table th {
	padding: 4px;
	font-size: 9pt;
	background-color: #663300;
	border-top: 1px solid #663300;
	border-left: 1px solid #663300;
	border-bottom: 1px solid #663300;
}

#reservaciones table tr.alt td, #menu-comida table tr.alt td, #menu-bebida table tr.alt td {
	background: #1B1B1B;
}

#reservaciones table tr.over td, #menu-comida table tr.over td, #menu-bebida table tr.over td {
	background: #252525;
}

.habitacion {
	width: 560px;
	height: 138px;
	margin: 10px auto 0 auto;
}

.habitacion img {
	float: left;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #eee;
}

.habitacion .descrip {
	width: 380px;
	float: left;
	padding-left: 15px;
	line-height: 18px;
	padding-top: 10px;
}

.habitacion .descrip h4 {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 13pt;
	font-weight: normal;
}

#minisup {
	width: 234px;
}

.minis {
	float: left;
	width: 68px;
	padding: 5px;
	text-align: center;
}

.minis img {
	padding: 2px;
	background-color: #fff;
	border: 1px solid #eee;
}

.minis p {
	margin: 0;
	font-size: 8pt;
}

#galeria {
	position: relative;
	width: 260px;
	height: 293px;
	margin: 10px 0 20px 26px;
	padding-top: 20px;
}

/*------------------- /TABLA DE RESERVACIONES -----------------------*/

/* --------------- MENU COMIDA Y BEBIDA ------------------------*/

#menu-alimentos {
	width: 230px;
	margin: 0;
	cursor: pointer;
	padding: 5px;
	margin: 0 0 10px 0;
	background: url(../img/arrow.gif) right 12px no-repeat;
}

#menu-alimentos-eng {
	width: 165px;
	margin: 0;
	cursor: pointer;
	padding: 5px;
	margin: 0 0 10px 0;
	background: url(../img/arrow.gif) right 12px no-repeat;
	border: 0;
}

#menu-bebidas {
	width: 210px;
	margin: 0;
	cursor: pointer;
	padding: 5px;
	margin: 0 0 10px 0;
	background: url(../img/arrow.gif) right 12px no-repeat;
}

#menu-bebidas-eng {
	width: 205px;
	margin: 0;
	cursor: pointer;
	padding: 5px;
	margin: 0 0 10px 0;
	background: url(../img/arrow.gif) right 12px no-repeat;
}

#menu-comida, #menu-bebida {
	width: 590px;
	margin: 0 auto;
	/*display: none;*/
	font-size: 8pt;
	color: #fee0c0;
}

#menu-comida th, #menu-bebida th {
	padding: 4px;
	background-color: #3E1F00;
}

#menu-comida .border, #menu-bebida .border {
	border: 1px solid #3E1F00;
}

#menu-comida td, #menu-bebida td {
	vertical-align: top;
}

#menu-comida .tabla1 table, #menu-bebida .tabla1 table {
	width: 180px;
	border: 1px solid #3E1F00;
	margin: 10px 0 10px 10px;
	text-align: left;
	background-color: #532900;
}

#menu-comida .tabla1 table td, #menu-bebida .tabla1 table td {
	padding: 4px;
	border-top: 1px solid #3E1F00;
	/*margin-right: 10px;*/
}

#tablaA, #tablaB, #tablaC, #tablaD, #tablaE, #tablaF {
	float: left;
}

#menu-comida table tr.alt td, #menu-bebida table tr.alt td {
	background: #623100;
}

#menu-comida table tr.over td, #menu-bebida table tr.over td {
	background: #773C00;
}

/* --------------- /MENU COMIDA Y BEBIDA ------------------------*/

/*---<pie>---*/
#pie {
	clear: both;
	font-size: 8pt;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
	color: #fff;
}

#pie p {
	margin: 0;
	padding: 10px;
}

#pie a:link, #pie a:visited {
	color: #fff;
}

#pie a:hover, #pie a:active {
	color: #FF6600;
}

.logo img {
	vertical-align: middle;
	border: 0;
}
/*-----</pie>------*/

.limpia {
	clear: both;
}