* {
	margin:0;
	padding:0;
	border:0;
}
html { height: 100% }
img { display: block; }
body {
	height: 100%;
	font: 14px "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #002b51;
	background: #32699a url(../img/estructura/fnd_principal.jpg) repeat-x;
}
h1 {
	font-size: 24px;
	color: #002b51;
	margin-bottom: 8px;
}
p {
	margin: 3px 0;
}
#tbl_principal {
	width: 100%;
	height: 100%;
}
#tbl_principal td {
	width: 100%;
	height: 100%;
}
#container {
	width: 928px;
	height: 568px;
	padding: 31px;
	background: url(../img/estructura/fnd_container.gif) no-repeat;
	text-align: left;
}
#superior {
	float: left;
	width: 928px;
	height: 233px;
}
#menu {
	float: left;
	width: 169px;
	height: 229px;
	padding: 4px 0 0 4px;
	background: url(../img/estructura/fnd_menu.gif) no-repeat;
}
#menu ul {
	list-style: none;
	margin-top: 2px;
}
#menu ul li {
	float: left;
	width: 166px;
	height: 27px;
	border-bottom: 1px solid #C9C9C9;
	padding: 1px 0;
	color: #FFF;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica;
	line-height: 2.2em;
}
#menu ul li a {
	display: block;
	height: 27px;
	background: url(../img/estructura/fnd_btn_menu.gif) no-repeat;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica;
	color: #FFF;
	line-height: 2.4em;
	padding-left: 10px;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #e8e8e8;
	background: url(../img/estructura/fnd_btn_menu.gif) no-repeat 0 -27px;
}
#menu ul li.activa {
	width: 156px !important;
	padding-left: 10px;
	padding-bottom: 0;
	margin-top: 1px;
	background: url(../img/estructura/fnd_btn_menu.gif) no-repeat 0 -54px;
}
#flash {
	float: right;
	width: 754px;
	height: 233px;
	background-color: #999999;
}
#inferior {
	float: left;
	width: 898px;
	height: 295px;
	margin-top: 10px;
	padding: 15px;
	background: url(../img/estructura/fnd_contenido.gif) no-repeat;
}
#cont_index {
	float: left;
	width: 515px;
	padding: 5px;
}
#cont_index_img {
	float: right;
	width: 365px;
	height: 294px;
}
#cont_galeria {
	width: 796px;
	height: 289px;
	margin: auto;
	padding-top: 6px;
	padding-left: 8px;
}
#cont_galeria .item {
	float: left;
	width: 185px;
	height: 132px;
	border: 3px solid #c6c7c8;
	margin: 0 8px 8px 0;
}
.margenes {
	float: left;
	padding: 5px 5px 0 5px;
}
#cont_situacion {
	float: left;
	width: 280px;
	padding: 5px;
}

#frmContacto {
	margin: 18px 0 0 95px;
}
#frmContacto table {
	float: left;
	background: url(../img/estructura/linea_puntos_vertical.gif) repeat-y right top;
}
#frmContacto table td {
	width: auto;
	height: auto;
}
#frmContacto input {
	border: 1px solid #c9c9c9;
	padding: 3px;
	background: #eaeaea;
	font: 14px "Trebuchet MS", Tahoma, Verdana, Arial;
}
#frmContacto textarea {
	border: 1px solid #c9c9c9;
	overflow: auto;
	padding: 3px;
	background: #eaeaea;
	font: 14px "Trebuchet MS", Tahoma, Verdana, Arial;
}
.boton {
	float: left;
	width: 130px;
	height: 34px;
	margin-left: 30px;
	margin-top: 5px;
	padding: 5px 25px !important;
	font-weight: bold !important;
	background: url(../img/estructura/btn.gif) no-repeat !important;
	border: none !important;
	color: #FFF;
	cursor: pointer;
}
a.reserva {
	color: #FF6600; 
}
a.reserva:hover {
	text-decoration: none;
}