/*   

Theme Name: CSS inicial
Theme URI: http://rudeworks.com/blog/css-inicial/
Author: RUDE
Author URI: http://rudeworks.com
Version: 1.0
Description: CSS básico con arreglos y selectores pre-configurados.

*/

/*** HACKS PARA IE ***/

/* Si tienes la necesidad de aplicar algún hack para IE6 utiliza este selector: */

*html {
}

/* Si necesitas aplicarlo a IE7 utiliza este:*/

*:first-child+html {
}

/*** NEUTRALIZANDO ESTILOS: 
	elementos que queremos limpiar completamente: ***/

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #000 0px 0px 0px;/*Elimina el efecto bold en Safari*/
}

/*** NEUTRALIZANDO ESTILOS:
	elementos con margen vertical: ***/

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
}

/*** Algunos ajustes basicos: ***/

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 1em;
}

/*** LINKS:
	recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	/*
	Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
	/*Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga*/
}

/*** FORMULARIOS: ***/

label, button {
cursor:pointer;
}
.enviar_contacto {
	color: #000000;
	background-color: #A38017;
}


input, select, textarea {
	font-size: 100%;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}

/*** Algunas clases útiles: ***/

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.helvetica {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
#contenedor {
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/fondoDegradao.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.titulo02 {
	font-weight: bold;
}
.titulo01 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman";
	font-size: 24px;
	font-weight: bold;
	color: #5b4618;
}

#cabezera_servicios {
	background-image: url(images/cabezera_servicios.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	width: 830px;
}
#cabezera_habitaciones {
	background-image: url(images/cabezera_habitaciones.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	width: 830px;
}
#cabezera_contacto {
	background-image: url(images/cabezera_contacto.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	width: 830px;
}
#cabezera_localizacion {
	background-image: url(images/cabezera_localizacion.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	width: 830px;
}
#cabezera_tarifas {
	background-image: url(images/cabezera_tarifas.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	width: 830px;
	background-position: right top;
}

body {
	background-color: #efe7d0;
}

.linea_blanca {
	background-color: #FFFFFF;
	width: 700px;
	height: 1px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.barra_enlaces {
	background-color: #a38017;
	color: #f0e3bd;
	text-align: center;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 25px;
	font-family: "Palatino Linotype", "Georgia", "Times New Roman";
	font-size: 12pt;
	display:block;
	margin-left:0;
	margin-right: auto;
}
#direccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a38017;
	margin-top: 30px;
}
.cuadro_enlaces {
	width: 830px;
	color: #f0e3bd;
	margin-left:0;
	margin-right: auto;
}
 a.cuadro_enlaces:link  {
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}
 a.cuadro_enlaces:active  {
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}

 a.cuadro_enlaces:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #45371a;
}
 a.cuadro_enlaces:visited {
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}


#direccion p {
	text-align: center;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #29220f;
	margin-top: 35px;
}
.cuadro_textos {
	width: 400px;
}



.contenidos {
	font-family: Arial, Helvetica, sans-serif;
	color: 5b4618;
	text-align: left;
	padding-top: 185px;
	padding-left: 200px;
	width: 600px;
}
.texto li {
	margin-top: 5px;
	list-style-type: none;
	margin-left: 40px;
}
.texto img {
}
.fotos_habitaciones {
	font-family: "Palatino Linotype", Georgia, "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	width: 500px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C7F53;
}


#pie {
	margin: auto;
	display: block;
	text-align: center;
	*margin:auto!important;
	*margin-top: auto;
}
#cabecera_index {
	background-color: #F1EAD6;
	height: 376px;
	width: 835px;
	background-image: url(images/cabecera_index.jpg);
	background-repeat: no-repeat;
	margin:0 auto;
	text-align: left;
}
.motivo_index {
	height: 360px;
	width: 238px;
	position: relative;
	z-index: 4;
	top: 100px;
	
	left: -120px;
	
}
.tabla_tarifas {
	background-color: #7e7a00;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
	width: 100%;
}
.habitacion_tarifas {
	background-color: #9e8c56;
	text-align: left;
}
.precio_tarifas{
	background-color: #e9c865;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 25px;
}
.formulario-td-campos {
	background-color: #e9c865;
	font-weight: bold;
	color: #000000;
	text-align:left;
	margin:0 auto;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}

.form-login-campo input{
	display:block;
	float:left;
	margin:0 auto;
	margin-right:5px;
	border:1px solid #A38017;
	
}
.formulario-td-etiquetas {
	background-color: #9e8c56;
	text-align: left;
	margin:0 auto;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	
}
.formulario-boton{
	color: #ffffff;
	background-color: #A38017;
	font-weight:bold;
	font-size:10px;
	margin:3px;
	padding:3px;
}
.td-titulo-pagina, .cabecera-tabla-colores{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:8px;
	color:#9E8C56;
}

.adorno_servicios {
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 2;
	bottom: -20px;
	height: 138px;
	width: 255px;
	right: -400px;
	margin-top: -100px;
}
.adorno_menus {
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 2;
	bottom: -20px;
	height: 124px;
	width: 200px;
	right: -400px;
	margin-top: -100px;
}
.adorno_contacto {
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 2;
	bottom: -20px;
	height: 145px;
	width: 161px;
	right: -400px;
	margin-top: -100px;
}
.adorno_habitaciones {
	position: relative;
	z-index: 5;
	height: 165px;
	width: 170px;
	right: -300px;
	top: 15px;
	*top: 15px!important;
	*right: -300px!important;
	*top: -160px;
	*right:-350px;
	
	_top:30px;
}
.adorno_localizacion {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: -100px;
	position: relative;
	z-index: 2;
	bottom: -10px;
	height: 122px;
	width: 175px;
	right: -400px;
}

.input_contacto {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5B4618;
	border-left-color: #5B4618;
}
.label_contacto{
	color: #A38017;
	text-align: right;
}

.btn_contacto {
	color: #EFE7D0;
	background-color: #A38017;
}
.distancias_titulo {
	text-align: center;
	font-weight: bold;
}
.tabla_distancias {
	width: 570px;
	background-color:#e9c865
}
.columna_derecha {
	text-align: left;
	float: right;
	height: auto;
	width: 265px;
	margin-right: 30px;
	border-left: 1px solid #A38017;
	padding-left: 20px;
}
.columna_izquierda {
	text-align: left;
	width: 265px;
	float: left;
	margin-bottom: 35px;
}

.label_distancias {
	background-color:#A38017;
	color: #EFE7D0;
}
.mapa_marco {
	border: 2px solid #D6B252;
}
.visita_virtual {
	height: 135px;
	width: 180px;
	position: relative;
	z-index: 10;
	left: -600px;
	top: -435px;
	text-align: center;
	vertical-align: bottom;
}
.visita_virtual_index{
	height: 135px;
	width:870px;
	position: absolute;
	z-index:10;
	margin: 0 auto;
	display:block;
	margin-top:-100px;
	text-align:right;
}
#foto {
	width: auto;
	height: auto;
	text-align: left;
	font-size: 14px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman";
	display: block;
}
#foto_mini {
	float: left;
	width: 150px;
	margin-top: 50px;
	margin-left: 30px;
	margin-right: 50px;
	*margin-right:0px;
	height:350px;

	
}
.marco_mini {
	border: 1px solid #000000;
	margin: 1px;
}
.menu a:link {
	color: #29220F;
	text-decoration: underline;
}
.menu a:hover {
	color: #895B2D;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: underline;
	color: #000000;
}
.num_menu {
	font-family: "Palatino Linotype", "Georgia", "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #29220F;
}
.precio_menu {
	font-family: "Palatino Linotype", Georgia, "Times New Roman";
	font-weight: bold;
	text-align: right;
}
.titulo_menu {
	font-weight: bold;
	color: #db8219;
}
.cuadro_textos hr {
	margin-top: -25px;
	margin-bottom: 0px;
	color: #db8219;
}

/*para los enlaces del index*/
.thumbnail_habitaciones{
	position: relative;
	z-index: 100;
	color: #F1EAD6;
	margin-right: 10px;
	margin-left: 10px;
}
.thumbnail_habitaciones:hover{
	z-index: 100;
}
.thumbnail_habitaciones span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	top: -115px;
	*top: -85px;
	left: -1000px;
	border: 0;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}
.thumbnail_habitaciones .enlace_habitaciones img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	margin: 10px;
	position: relative;
	top: -125px;
	right: -58px;
}
.thumbnail_habitaciones:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	height: 205px;
	width: 350px;
	margin-left: 20px;
	margin-bottom:20px;
	margin-top:0 auto;
	z-index: -300;
	position: absolute;
	right: 0px;
	left: -147px;
	bottom: -120px;
}
.enlace_habitaciones {
	background-image: url(images/fondo_enlaces.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 138px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	background-position: top;
	margin:0 auto;
}
.enlace_habitaciones p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #45371a;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 30px;
	padding-top: 30px;
	*padding-top: 0px;
	margin-right: 10px;
	
}
 a.thumbnail_habitaciones:link  {
	font-weight: bold;
	color: #F1EAD6;
}
 a.thumbnail_habitaciones:active  {
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}

 a.thumbnail_habitaciones:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #45371a;
}
 a.thumbnail_habitaciones:visited {
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	color: #45371a;
}
.enlace_servicios {
	background-image: url(images/fondo_enlaces.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 138px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	background-position: top;
	margin:0 auto;
}
.enlace_servicios p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #45371a;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 30px;
	margin-right: 10px;
	padding-top: 30px;
	*padding-top: 0px;
	
}
.thumbnail_servicios .enlace_servicios img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	margin: 10px;
	position: relative;
	top: -90px;
	right: -20px;
}
.thumbnail_servicios{
	position: relative;
	z-index: 100;
	color: #F1EAD6;
	margin-right: 10px;
	margin-left: 10px;
}
.thumbnail_servicios:hover{
	z-index: 100;
}
.thumbnail_servicios span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	top: -135px;
	*top: -105px;
	left: -1000px;
	border: 0;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.thumbnail_servicios .enlace_servicios img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	margin: 10px;
	position: relative;
	top: -110px;
	right: -23px;
}
.thumbnail_servicios:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 80;
	height: 205px;
	width: 350px;
	margin: 20px;
	z-index: -300;
	position: absolute;
	right: 0px;
	left: -162px;
	bottom: -120px;
}
 a.thumbnail_servicios:link  {
	font-weight: bold;
	color: #F1EAD6;
}
 a.thumbnail_servicios:active  {
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}

 a.thumbnail_servicios:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #45371a;
}
 a.thumbnail_servicios:visited {
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	color: #45371a;
}

.enlace_localizacion {
	background-image: url(images/fondo_enlaces.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 138px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	background-position: top;
	margin:0 auto;
}
.enlace_localizacion p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #45371a;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 30px;
	margin-right: 10px;
	padding-top: 30px;
	*padding-top: 0px;
	
}
.thumbnail_localizacion .enlace_servicios img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	margin: 10px;
	position: relative;
	top: -90px;
	right: -20px;
}
.thumbnail_localizacion{
	position: relative;
	z-index: 100;
	color: #F1EAD6;
	margin-right: 10px;
	margin-left: 10px;
}
.thumbnail_localizacion:hover{
	z-index: 100;
}
.thumbnail_localizacion span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	top: -135px;
	*top: -105px;
	left: -1000px;
	border: 0;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.thumbnail_localizacion .enlace_localizacion img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	margin: 10px;
	position: relative;
	top: -110px;
	right: -55px;
}
.thumbnail_localizacion:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 80;
	height: 205px;
	width: 350px;
	margin: 20px;
	z-index: -300;
	position: absolute;
	right: 0px;
	left: -150px;
	bottom: -120px;
}
 a.thumbnail_localizacion:link  {
	font-weight: bold;
}
 a.thumbnail_localizacion:active  {
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}

 a.thumbnail_localizacion:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #45371a;
}
 a.thumbnail_localizacion:visited {
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	color: #45371a;
}

.enlace_contacto {
	background-image: url(images/fondo_enlaces.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 138px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	background-position: top;
	margin:0 auto;
}
.enlace_contacto p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #45371a;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 30px;
	margin-right: 10px;
	padding-top: 30px;
	*padding-top: 0px;
	
}
.thumbnail_contacto .enlace_servicios img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	margin: 10px;
	position: relative;
	top: -90px;
	right: -20px;
}
.thumbnail_contacto{
	position: relative;
	z-index: 100;
	color: #F1EAD6;
	margin-right: 10px;
	margin-left: 10px;
}
.thumbnail_contacto:hover{
	z-index: 100;
}
.thumbnail_contacto span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	top: -135px;
	*top: -105px;
	left: -1000px;
	border: 0;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.thumbnail_contacto .enlace_contacto img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	margin: 10px;
	position: relative;
	top: -120px;
	right: -55px;
}
.thumbnail_contacto:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 80;
	height: 205px;
	width: 350px;
	margin: 20px;
	z-index: -300;
	position: absolute;
	right: 0px;
	left: -162px;
	bottom: -120px;
}

 a.thumbnail_contacto:link  {
	font-weight: bold;
}
 a.thumbnail_contacto:active  {
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}

 a.thumbnail_contacto:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #45371a;
}
 a.thumbnail_contacto:visited {
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	color: #45371a;
}
.enlace_tarifas {
	background-image: url(images/fondo_enlaces.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 138px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	background-position: top;
	margin:0 auto;
}
.enlace_tarifas p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #45371a;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 30px;
	margin-right: 10px;
	padding-top: 30px;
	*padding-top: 0px;
	
}
.thumbnail_tarifas .enlace_servicios img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	margin: 10px;
	position: relative;
	top: -90px;
	right: -20px;
}
.thumbnail_tarifas{
	position: relative;
	z-index: 100;
	color: #F1EAD6;
	margin-right: 10px;
	margin-left: 10px;
}
.thumbnail_tarifas:hover{
	z-index: 100;
}
.thumbnail_tarifas span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	top: -135px;
	*top: -105px;
	left: -1000px;
	border: 0;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.thumbnail_tarifas .enlace_tarifas img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	margin: 10px;
	position: relative;
	top: -100px;
	right: -55px;
}
.thumbnail_tarifas:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 80;
	height: 205px;
	width: 350px;
	margin: 20px;
	z-index: -300;
	position: absolute;
	right: 0px;
	left: -162px;
	bottom: -120px;
}
 a.thumbnail_tarifas:link  {
	font-weight: bold;
	color: #F1EAD6;
}
 a.thumbnail_tarifas:active  {
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}

 a.thumbnail_tarifas:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #45371a;
}
 a.thumbnail_tarifas:visited {
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	color: #45371a;
}

/*Fin enlaces index*/

.fotografica_index {
	position: relative;
	top: -355px;
	right: 0px;
	text-align: right;
}


#cabecera_galeria {
	background-image: url(images/cabezera_galeria.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	width: 830px;
	background-position: right top;
}
.adorno_galeria {
	height: 126px;
	width: 125px;
	position: relative;
	left:0px;
	top: -480px;
	z-index: 400;
}
.texto_galeria {
	margin-left: 227px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #29220f;
	width: 350px;
}


.contenidos_galeria {
	font-family: Arial, Helvetica, sans-serif;
	color: 5b4618;
	text-align: left;
	padding-top: 185px;
}
.titulo01_galeria {
	font-family: "Palatino Linotype", Georgia, "Times New Roman";
	font-size: 24px;
	font-weight: bold;
	color: #5b4618;
	padding-left:207px;
}
.texto a:link {
	color: #29220F;
	text-decoration: underline;
}
.texto a:hover {
	color: #895B2D;
	text-decoration: none;
}
.texto a:visited {
	text-decoration: underline;
	color: #000000;
}
.fotos_habitaciones p {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#desc {

	font-weight: bold;
	text-align:right;
	margin-right:100px;
	margin-bottom:20px;	
}
#direccion a:link {
	color: #A38017;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
#direccion a:hover {
	color: #CAA107;
	text-decoration: none;
	font-size: 14px;
}
#direccion a:visited {
	text-decoration: underline;
	color: #A38017;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
.fotos_habitaciones img {
	margin-left: 5px;
	margin-top:7px;
}
.marco_fotos {
	float: right;
}
#idiomas {
	margin-top: 10px;
}
#idiomas a:link {
	text-decoration: underline;
	color: #A38017;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
#idiomas a:visited {
	text-decoration: underline;
	color: #A38017;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
#idiomas a:hover {
	color: #CAA107;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.enlaces_posicionamiento a:link, .enlaces_posicionamiento a:visited {
text-decoration: underline;
	color: #A38017;
	text-decoration: underline;
	font-size: 10px;
}	
.banner{
	margin:0 auto;
	position:absolute;
	z-index:100;
	margin-left:430px;
	margin-top:-30px;
}
/* SEO 22/02/2011 */
h1.titopt {
	font-size: 10px;
	margin-bottom: -12px;
	text-align: center;
	position: relative;
	color: #F6E3A1;
}
h1.titopt-interior {
	font-size: 10px;
	text-align: right;
	margin-bottom: -12px;
	position: relative;
	margin-right: 30px;
	top: 20px;
}
h2.seo {
	font-size: 11px;
	margin-top: -15px;
}
#direccion p a.creditos {
	font-weight: normal;
	font-size: 10px;
}
/*************************************/
/********* Landing *******************/
/*************************************/

#col-izq {	
width: 200px;
float: left;
}
#col-izq h2 {
	width: 186px;
	height: 22px;
	background: url(images/bg-h2.png) top left no-repeat;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 0px 0px 5px;
	margin-bottom: -3px;
}
#col-izq .modulo {
	border: 1px solid #d6b158;
	width: 164px;
	padding: 10px;
	text-align: center;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	color: 5b4618;
	text-align: left;
	padding-top: 185px;
	clear: both;
	height: 100%;
	overflow: auto;
}
#col-der {
	float: left;
}
#col-der .testimonials {
	background: url(images/bg-testimonials.png) top left no-repeat;
	width: 186px;
}
#col-der .testimonials p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 125%;
	padding: 10px 5px 0px 10px;
}
