html {
    overflow-y: scroll;
}

html, body {
	margin:0px;
	padding:0px;
	border:0px;
	background:#FFFFFF url(images/bck_page.gif);

	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11px;
	color:#60462e;
	height:100%;
}

body a{
	font:normal 11px Georgia, 'Times New Roman', Times, serif;
	color:#60462e;
}

body a:hover{
	color:#be5b00;
}

.header{
	position:relative;
	padding:15px 0px 15px 60px;
	background-color:#f1f5f9;
}
.bckHeaderTop{
	z-index:10;
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	height:183px;
	background:url('images/bck_header.jpg') repeat-x;
}
.botonera{
	z-index:40;
	width:489px;
	position:absolute;
	right:50%;
	margin:0 -300px;
	top:20px;
	height:11px;
}

.footer {
	position:relative;
	margin:5px 0px 0px 0px;
	background-color:#f7fbfd;

	border-left:5px solid #FFFFFF;
	border-right:5px solid #FFFFFF;

	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF
}

.tbl_contentTdDer{
	border-left:2px solid #f1f5f9;
	/*background-color:#FF0000;*/
	padding:3px 0 0 0;
}

.tbl_contentTdIzq{
	background:#f1f5f9 url(images/img_degrade_left.gif) repeat-x bottom;
}

/*--- MENU ----*/
/*
.menu{
	position:relative;
}
.menu h2 {
	font:bold 13px Arial, Helvetica, sans-serif;
	background-color:#005187;
	text-align:center;

	color:#FFFFFF;
	margin:0px;
	padding:5px;
	border-bottom:2px solid #FFFFFF;
}

.h2 {
	font:bold 13px Arial, Helvetica, sans-serif;
	background-color:#005187;
	text-align:center;

	color:#FFFFFF;
	margin:0px;
	padding:5px;
}

.menu ul, li {
	padding:0px;
	list-style: none;
	margin:0px;
}

.menu li a {
	display:block;
	width:190px;
	font:bold 11px Arial, Helvetica, sans-serif;
	padding:5px 0 5px 10px;
	background:#e6eef6;
	text-decoration:none;
	border-bottom:2px solid #FFFFFF;
	color:#005187;
	margin:0px;
}

.menu li a:hover {
	background:#146fac;
	color: #FFFFFF;
}

.menu li .activo {
	cursor:default;
	background:#347fb2;
	color: #FFFFFF;
}

.hrefDown{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#005187;
	text-decoration:none;
}

.hrefDown:hover{
	color:#1d90dd;
}

.detalle{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#45555f;
	text-align:left;
	padding:50px;
}
*/
/*****************************************************************************/
ul#menu {
	position:relative;
	list-style:none;
	padding:0px;
	height:10px;
	margin:0px;
	border:0px;
}
ul#menu li {
	padding:0px;
	margin:0px;
	border:0px;
	display:block;
	height:10px;
	float:left;
}
ul#menu li a {
	display:block;
	height:10px;
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
	border:0px;
	overflow:hidden;
	cursor:pointer;
}

ul#menu li#home-link { width:25px;}
ul#menu li#quienesSomos-link { width:82px;}
ul#menu li#servicios-link { width:57px;}
ul#menu li#promociones-link { width:75px;}
ul#menu li#novedades-link { width:64px;}
ul#menu li#reservas-link { width:55px;}
ul#menu li#actividades-link { width:52px;}
ul#menu li#ubicacion-link { width:60px;}
ul#menu li#contacto-link { width:58px;}



li#home-link a { background: url('images/btn_home.gif') no-repeat; }
li#quienesSomos-link a { background: url('images/btn_quienesSomos.gif') no-repeat; }
li#servicios-link a { background: url('images/btn_servicios.gif') no-repeat; }
li#promociones-link a { background: url('images/btn_promociones.gif') no-repeat; }
li#novedades-link a { background: url('images/btn_novedades.gif') no-repeat; }
li#reservas-link a { background: url('images/btn_reservas.gif') no-repeat; }
li#actividades-link a { background: url('images/btn_actividades.gif') no-repeat; }
li#ubicacion-link a { background: url('images/btn_ubicacion.gif') no-repeat; }
li#contacto-link a { background: url('images/btn_contacto.gif') no-repeat; }

ul#menu li a:hover { background-position: 0 -10px; }

/* ----- Cosas ----- */

.title {
    font-size: 14px;
    color:#be5b00;
    font-weight: bold;
    margin-bottom: 15px;
}
.title.small {
    font-weight: normal;
}

#table table { margin-top: 10px; margin-bottom: 50px; }
#table table td { vertical-align: top }

/* ----- Menu ----- */

dl {
    padding: 0px;
    margin: 15px 0px;
}
dl.maps {
    margin: 0px;
}
dl dt {
    margin: 0px;
    padding: 0px;
    border: 1px solid #ded5c7;
    cursor: pointer;
    margin-bottom: 3px;
    background: url(images/tab_back.gif);
}
dl.maps dt p {
    background: url(images/tab_expand.gif) no-repeat;
}

dl.maps dt p a {
	color:#392816;
	text-decoration: none;
}

dl.maps dt p a:hover {
	color:#be5b00;
	text-decoration: none;
}
dl dt p {
    margin: 0px;
    padding: 8px 45px 7px 45px;
    display: block;
    font-weight: bold;
    background: url(images/tab_plus.gif) no-repeat;
}

dl dt p a{
	color:#392816;
	text-decoration: none;
	display:block;
}

dl dt p a:hover{
	color:#be5b00;
	text-decoration: none;
}


dl dt.open {
    border-bottom: 0px;
    margin-bottom: 0px;
    background: url(images/tab_back4.gif) top;
}
dl dt.open p {
    background: url(images/tab_minus.gif) no-repeat;
}
dl dd {
    margin: 0px;
    padding: 5px 5px 5px 45px;
    margin-bottom: 3px;
    border: 1px solid #ded5c7;
    border-top: 0px;
    background: #fdfbf4 url(images/tab_back4.gif) repeat-x 0px -29px;
    display: none;
}
dl dd table {
    width: 100%;
    border: 0px;
}
dl dd table td {
    vertical-align: top;
    padding-right: 15px;
}
dl dd table th {
    vertical-align: top;
}
dl dd table {
    margin: 0px !important;
}

/* ----- Eventos ----- */

table.eventos {
    border: 1px solid #7c7771;
    border-top: 0px;
    border-right: 0px;
}
table.eventos th {
    padding: 3px;
    text-align: left;
    font-weight: normal;
    border: 1px solid #7c7771;
    border-bottom: 0px;
    border-left: 0px;
    background: #fbf8ee url(images/tbl_back.gif) repeat-x top;
}
table.eventos td {
    padding: 3px;
    border: 1px solid #7c7771;
    border-bottom: 0px;
    border-left: 0px;
}
table.eventos.fixcol th {
    width: 150px;
}

/* ----- Transparent Overlay y Mapas ----- */

#imgwin {
    background: #fff;
    margin-top: 25px;
    border: 1px solid #3c2819;
}
#imgwin th {
    background: #3c2819;
    color: #fff;
    text-align: left;
    padding: 2px;
}
#imgwin img {
    float: right;
    cursor: pointer;
}
#imgwin th span {
    margin: 2px 10px;
    margin-right: 25px;
    display: block;
}
#transparency {
    z-index: 100;
    display: none;
    position: absolute;
    /*background: url(images/bck_transparent.gif);*/
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
	/*background:#000000;*/
	background:none;
	/*--alpha--*/
	/*
	opacity:0.75;
	-moz-opacity:0.75;
	filter:alpha(opacity=75);
	-khtml-opacity: 0.75;
	*/
}

#transparencyBg {
    z-index: 90;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
	background:#000000;
	/*--alpha--*/
	opacity:0.75;
	-moz-opacity:0.75;
	filter:alpha(opacity=75);
	-khtml-opacity: 0.75;
}
