BODY {
	margin: 0px 0px 15px 0px;
	background: #E2E4D1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C5F30;
	background-image: url(img/background.gif);
	background-repeat: repeat-x;
	}
/* Enlaces y botones */
a:link, a:visited {
	font-size: 11px;
	color: #FF4100;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
a:hover {
	color: #305C5F;
	}
a.botonera:link, a.botonera:visited {
	color: #305C5F;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}
a.botonera:hover {
	color: #FF6600;
}
a.idiomas:link, a.idiomas:visited {
	color: #77928D;
	text-decoration: none;
}
a.idiomas:hover {
	color: #305C5F;
}
a.pie:link, a.pie:visited {
	color: #305C5F;
	text-decoration: none;
}
a.pie:hover {
	color: #FF6600;
}
a.comunicatek:link, a.comunicatek:visited, a.comunicatek:hover {
	color: #CC0033;
}
/* Cabecera */
td.botonera {
	padding-bottom: 7px;
	padding-left: 20px;
}
td.logo {
	width: 222px;
	background-image: url(img/bg_logo.gif);
}
td.derecha_logo {
	width: 533px;
	height: 116px;
	background-image: url(img/bg_hotel.gif);
	background-repeat: no-repeat;
}
td.derecha_logo_restaurant {
	width: 533px;
	height: 116px;
	background-image: url(img/bg_restaurant.gif);
	background-repeat: no-repeat;
}
td.bajo_logo {
	width: 222px;
	height: 5px;
}
td.bajo_botonera {
	width: 533px;
	height: 5px;
	background-image: url(img/bg_bajo_botonera.gif);
}
td.izq_foto {
	width: 4px;
	height: 183px;
	background-image: url(img/bg_izq_foto.jpg);
}
/* Contenidos */
table.central {
	width: 780px;
	background-image: url(img/bg_contenidos.jpg);
}
table.central_situacion {
	width: 780px;
	background-image: url(img/bg_contenidos2.jpg);
}
td.breadcrumb {
	font-size: 11px;
	color: #305C5F;
	padding-bottom: 15px;
}
table.contenidos {
	width: 526px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
table.contenidos_situacion {
	width: 740px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
td.izq_situacion {
	width: 265px;
}
td.der_situacion {
	width: 500px;
}
table.recuadro_destacado {
	width: 211px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
/* Pie */
table.pie {
	font-size: 11px;
	color: #305C5F;
}	
/* Estilos textos: títulos, contenidos */
td {
	font-size: 11px;
}
p {
	line-height: 18px;
	text-align: justify;
	font-size: 11px;
}
p.titulo_contenido {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: bold;
	color: #305C5F;
}
p.titulo_recuadro {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: bold;
	color: #5C5F30;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #305C5F;
}
.titulo_contenido {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: bold;
	color: #305C5F;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
}
/* Pastilla Consultas */
a.pastilla:link, a.pastilla:visited {
	color: #FFCC00;
	text-decoration: none;
}
a.pastilla:hover {
	text-decoration: underline;
}
td.pastilla_izquierda {
	border-left: 1px solid #FFFFFF;
}
td.pastilla_derecha {
	border-right: 1px solid #FFFFFF;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
/* Formulario */
INPUT {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #305C5F;
	background: #E2E4D1;
	border: 1px solid #CCC;
	padding-left: 3px;
	padding-right: 3px;
	width: 180px;
}
TEXTAREA {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #305C5F;
	padding: 2px;
	border: 1px solid #CCC;
	background: #E2E4D1;
	height: 135px;
	width: 250px;
}
INPUT:focus, TEXTAREA:focus, INPUT.focus, TEXTAREA.focus {
  border: 1px solid #305C5F;
	background: #D5DCB6;
}
SELECT {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: white;
	border: 1px solid #CCC;
}
.button {
	color: White;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, serif;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	background: #305C5F;
	border: 1px solid #016597;
	height: 16px;
	width: 70px;
	padding-bottom: 5px;
	cursor: hand;
	cursor: pointer;
	}

/* RESTAURANT */
table.central_restaurant {
	width: 780px;
	background-image: url(img/bg_contenidos3.jpg);
}	