/*                          )`·.             )\  '
       )`·.             .·´   ..:).·´(_  .·´   `· .
        \::`·._)`·.  (::::....   .. .:\(      .:::)
  .·´(   )::. ..:::).·´;·::  ´ ´\::.    ::....:·´  '
  ):..\(;;::--  ´ ´               '\:::::::..::)
 (::...:/\                          ¯¯¯¯¯¯ /·.
   `·:/::::\...:´/        ___________'/..::)
      \::::/::::/        /::::::::::::·-  ´ ´\/    '
        \/;::-'/        /;;::·-  ´ ´         _\
             /                      .,.,·:::::'/
   )`·.    '/         _ .,., ·:::::::::::::::/
 (::..:(.·/         /::::::::::::::::--  ´ ´
  `·:...'/         /:::::::: · ´                   '
     ):/         /··  ´
     '/         /                                  '
   '/,...:::· ´/                    '
  /::::::::::/OLIOServer
'/;:: ·   ´                  
	(c) 2009 Folioserver
	Todos los derechos reservados
	All rights reserved

*/


/*----------------------------------------------------[templates/hotel/folioestilo.css]----------------------------------------------------*/
/*	FolioEstilo CSS para CMS Escaparate
 *	© 2008 Folioserver.com
 *
 *		SECCIONES:
 *		COMUNES
 *		RESET
 *		GLOBAL
 *		DISTRIBUCION
 *		CABECERA
 *		PANEL (LATERAL)
 *			CALENDARIO
 *		CABECERA SECCION
 *		CONTENIDO
 *		GALERIA
 *		CESTA MODULO
 *		PIE
 *		MENSAJES
 *		CONTACTO
 *		PAGINACION
 */

/*	=RESET
	CSS para resetear diferencias entre navegadores */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td {
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img {
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
	}
ol,ul {
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}
/* ^ fin de reset ^ */



/*	=GLOBAL
	Estilos "globales" */
html, body {
	/* obligamos al body a ocupar toda la ventana */
    height: 100%;
}
body {
	color: #585858;
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
    text-align: center;
	background: #fff url(images/background.png) top left repeat-x;
	background-attachment:scroll;
}
a {
	text-decoration: none;
	color: #63A100;
}
a:hover {
	color: #94BD15;
	text-decoration: none;
}
img {
	vertical-align: middle;
}
h1 {font-size: 2em}
h2 {font-size: 1.66em}
h3, h3 a {font-size: 1.33em}
h4 {font-size: 0.75em}
h5 {font-size: 0.5em}
h6 {font-size: 0.25em}

ul {
	list-style:none;
}
button, a.aButton {
	border: 1px solid #aaa;
	border-left-color: #ccc;
	border-top-color: #ccc;
	height: 22px;
	padding-top: 0px;
	background: url(images/boton.png);
    background-color: #a00;
	cursor: pointer;
	margin: 1px;
}
	button img, a.aButton img {
		vertical-align: bottom;
	}
	button:hover, a.aButton:hover {
		color: #555;
	}
a.aButton {
    padding: 0 6px;
    margin: 1px;
    display: table-cell;
    vertical-align: middle;
}
    a.aButton img {
        vertical-align: middle;
        height: auto;
    }

select {
    border-style: solid;
    border-width: 1px;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
/*	=COMUNES
	multiuso */
/* este elemento se posicionará correctamente despues de elementos flotantes; asi una caja contenedora los abarcará correctamente */
.floatbreaker { display: block; clear: both }

.CABECERA_PARRAFO {
	font-size: 1.8em;
	color: #84AD05;
}
.CABECERA_PARRAFO_2 {
	font-size: 1.8em;
	color: #CACA00;
}
.TEXTO_DESTACADO {
	font-weight: bold;
	color: #84AD05;
}
.TEXTO_PARRAFO {
	font-size: 1em;
	margin-bottom: 20px;
	text-align: justify;
}

.leftalign { text-align: left; }
.rightalign { text-align: right; }
.centeralign { text-align: center; }
.justifyalign { text-align: center; }
.topalign { vertical-align: top; }
.middlealign { vertical-align: middle; }
.bottomalign { vertical-align: bottom; }

/* elimina estilos para radiobuttons y checkboxes */
input.RADIO_CHECKBOX, input[type=radio], input[type=checkbox] {
    border: none !important;
    background: none !important;
    width: auto !important;
    vertical-align: middle;
}

/*	=FOCO
	"pseudoclase", que se usa para destacar un campo de texto cuando el cursor está en él */
.foco {}
	/* el siguiente selector es poco preciso, para que se pueda usar en cualquier formulario */
	.enfocado {
		background: #FFFFC0 url(images/textbg_foco.png) !important;
	}

/*	=DISTRIBUCION
	distribucion/layout general */
.MARCO {
    margin-left: auto;
    margin-right: auto;
    width: 748px;
}

.MARCO_pie {
    margin-left: auto;
    margin-right: auto;
    width: 748px;
    margin-bottom: 15px;
}

/*	=CABECERA
	cabecera */

/*    =CABECERA */

.CABECERA2 {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 10px;
}
    .CABECERA2 .LOGOTIPO {
        height: 95px;
        text-align: left;
        padding: 0 10px;
        margin-top: 0px;
    }
        .CABECERA2 .LOGOTIPO .logo {
            float: left;
        }
        /* contiene enlaces rapidos como "enviar a amigo", los botones de los idiomas, y el fomrulario de bÃºsqueda */
        .CABECERA2 .HERRAMIENTAS {
            width: 400px;
            float: right;
            clear: right;
            text-align: right;
            padding-right: 20px;
            font-size: 0.8em;
            color: #94BD15;
        }
            .CABECERA2 .HERRAMIENTAS a {
            }
                .CABECERA2 .HERRAMIENTAS a.IDIOMA_BOTON img {
                    border: 1px solid transparent;
                }
                .CABECERA2 .HERRAMIENTAS a.IDIOMA_BOTON img.activo, .CABECERA2 .HERRAMIENTAS a.IDIOMA_BOTON:hover img {
                    border-color: #666;
                }
        .CABECERA2 .HERRAMIENTAS .fecha_idiomas {
            display: inline;
            padding-left: 4px;
            padding-bottom: 4px;
        }
        .CABECERA2 .HERRAMIENTAS .acciones {
            margin-top: 6px;
        }
            .CABECERA2 .HERRAMIENTAS .acciones a {
                color: #fff;
                text-transform: uppercase;
                text-decoration: none;
            }
                .CABECERA2 .HERRAMIENTAS .acciones a:hover {
                    text-decoration: underline;
                }
                .CABECERA2 .HERRAMIENTAS .acciones img {
                    vertical-align: sub;
                }
        #fecha_hoy {
            padding-right: 5px;
            line-height: 20px
        }
        .CABECERA2 .BUSCADOR {
            width: 300px;
            height: 30px;
            float: right;
            clear: right;
            padding-top: 25px;
            text-align: center;
        }
            .CABECERA2 .BUSCADOR div {
                text-align: right;
            }
                .CABECERA2 .BUSCADOR div img {
                    vertical-align: top;
                    /*padding-top: 2px;*/
                }
            .CABECERA2 .BUSCADOR button, .CABECERA2 .BUSCADOR input {
            }
            .CABECERA2 .BUSCADOR button {
                width: 100px;
                height: 18px;
            }
            .CABECERA2 .BUSCADOR input {
                width: 180px;
                margin-top: 4px;
                height: 16px;
            }

        /* pestañas, o enlaces a secciones con órden mayor que 0 */
        /* la celda que alberga el enlace */
        .CABECERA2 .PESTANAS {
            padding: 0;
            margin: 0 auto;
            height: 25px;
            line-height: 25px;
            padding-left: 10px;
        }
            .CABECERA2 .PESTANAS li {
                display: inline;
                padding: 0;
            }
                .CABECERA2 .PESTANAS li a {
                    /*padding: 0 5px;*/
                    text-align: center;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 1.1em;
                    background: url('images/tab.png') 0 -50px no-repeat;
                    font-family: Arial,Helvetica,sans-serif;
                    font-weight: bold;
                    text-decoration: none;
                    text-transform: uppercase;
                    padding: 5px 0;
                }
                .CABECERA2 .PESTANAS li a span {
                    /* padding-right must be 10px greater than padding-left! */
                    padding: 5px 5px 5px 0px;
                    margin-left: 10px;
                    margin-right: 5px;
                    background: url('images/tab.png') right 0 no-repeat;
                }
                    .CABECERA2 .PESTANAS li a:hover {
                        background-position: 0 -75px;
                    }
                    .CABECERA2 .PESTANAS li a:hover span {
                        background-position: right -25px;
                    }

.BANNER {
	height: 150px;
}
.CABECERA2 {
	width: 100%;
}
	.CABECERA2 td {
		padding: 0px;
	}
	.CABECERA2 .logotipo {
		text-align: left;
		float: left;
		padding-bottom: 20px;
		padding-top: 10px;
		padding-left: 10px;
	}
	.CABECERA2 .MENU_IDIOMAS {
		/* esto le empuja hacia la derecha */
		margin-left: auto;
	}
		.CABECERA2 .MENU_IDIOMAS td {
			text-align: right;
		}
		.CABECERA2 .MENU_IDIOMAS .boton {
	background: transparent;
	border: 0px none;
	cursor: pointer;
	padding: 0px;
		}

			.CABECERA2 .MENU_IDIOMAS .boton img {
				border: 1px solid #ACACAC;
				margin: 0px;
			}
			.CABECERA2 .MENU_IDIOMAS:hover .boton:hover img {
				border: 1px solid #ffffff;
			}
			.CABECERA2 .MENU_IDIOMAS .boton .activo{
				border: 1px solid #ffffff;
			}
	.CABECERA2 .ENLACES_RAPIDOS {
		margin-left: auto;
	}
		.CABECERA2 .ENLACES_RAPIDOS td {
			padding: 2px 5px;
			text-align: left;
		}
			.CABECERA2 .ENLACES_RAPIDOS td img {
				vertical-align: bottom;
				margin-right: 4px;
			}
	.CABECERA2 .MENU_SECCIONES {
		width: 100%;
		border-bottom: 1px solid #bbb;
	}
		.CABECERA2 .MENU_SECCIONES td {
			padding: 0px 5px;
		}
		.CABECERA2 .MENU_SECCIONES td a {
			display: block;
			/*padding-top: 5px;*/
			text-align: center;
			top: 5px;
			font-size: 1.2em;
			font-weight: bold;
			text-transform: uppercase;
			color: #ffffff;
			background: url(images/tab_r.png) top right repeat-x;
			height: 25px;
			line-height: 26px;
			margin: 0px auto;
			margin-left: 10px;
			padding-right: 10px;
		}
		.CABECERA2 .MENU_SECCIONES td span {
			display: block;
			float: left;
			background: url(images/tab_l.png) top left no-repeat;
			width: 10px;
			height: 25px;
		}
		.CABECERA2 .MENU_SECCIONES td.tab:hover a {
			background-image: url(images/tab_r2.png);
		}
		.CABECERA2 .MENU_SECCIONES td.tab:hover span {
			background-image: url(images/tab_l2.png);
		}
		.CABECERA2 .MENU_SECCIONES td a.activo {
			text-decoration: underline;
		}

/* desplegable ENVIARAMIGO */
#enviaramigo {
    width: 600px;
    margin: 10px auto;
    padding: 0 5px 5px 5px;
    text-align: left;
    border-top:2px solid #ddd;
}
    #enviaramigo .enviaramigo_panel {
        border-top: 1px solid #eee;
        background-color: #fff;
    }
    #enviaramigo input, #enviaramigo textarea {
        display: block;
        float: right;
    }
    #enviaramigo label {
        display: block;
        padding: 5px;
        clear: left;
    }
    #enviaramigo .enviaramigo_left {
        width: 50%;
        float: left;
    }
    #enviaramigo .enviaramigo_right {
        width: 50%;
        float: left;
    }
    #enviaramigo .enviarmigo_boton {
        text-align: right;
        clear: both;
        padding: 4px;
    }
    #enviaramigo #enviaramigoRespuesta, #enviaramigo form {
        height: 85px;
        text-align: center;
    }
    #enviaramigo #enviaramigoRespuesta {
        line-height: 25px;
        background-position: center;
        background-repeat: no-repeat;
    }

/*	=CUERPO
	tanto el panel como "contenido" estan dentro de ESTA tabla: */
.CUERPO {
	width: 100%;
}
/*	=PANEL
	panel lateral */
.PANEL {
	width: 175px;
	vertical-align: top;
}
	.PANEL .capsula {
		text-align: left;
	}
		.PANEL .capsula .titulo {
			padding: 2px;
			color: #84AD05;
			font-weight: bold;
			border-bottom: 1px solid #bbb;
		}
		.PANEL .capsula .contenido {
			padding: 5px;
		}
		/*	=CALENDARIO	*/
		.PANEL .capsula .calendario {
			/*position: absolute;*/
			width: 160px;
			background: #ffffff;
			border: 2px solid #CCCCCC;
			margin-bottom: 10px;
		}
			.PANEL .capsula .calendario .cal_cabecera {
				background:#CC0000;
			}
			.PANEL .capsula .calendario table {
				width: 100%;
			}
			.PANEL .capsula .calendario td {
				text-align:center;
			}
			.PANEL .capsula .calendario a {
				display: block;
				width:100%;
				height:100%;
			}
			.PANEL .capsula .calendario a:hover {
				background: #0099FF;
				color:#FFFFFF;
				text-decoration:none;
			}
			.PANEL .capsula .calendario .dias_semana {
			font-size: 0.6em;
			color:#999999;
			text-transform: capitalize;
			}
		.PANEL .capsula .fecha_select {
			width: 100%;
			margin-bottom: 2px;
		}

/*	=CABECERA SECCION
	cabecera de seccion con foto/icono */
.CABECERA_SECCION {

}
	.CABECERA_SECCION .titulo {
		color: #84AD05;
		font-size: 1.6em;
		font-weight: bold;
		border-bottom: 1px solid #bbb;
	}
	.CABECERA_SECCION .contenido {
		padding: 5px;
		text-align: center;
	}
/*	=CONTENIDO	*/
.CONTENIDO {
	height: 100%;
	text-align: left;
	vertical-align: top;
}
	.CONTENIDO .ruta {
		margin-left: 18px;
		margin-bottom: 20px;
		padding: 2px;
		color: #75B4FF;
		font-weight: bold;
		/*border-bottom: 1px solid #bbb;*/
	}
		.CONTENIDO .ruta img {
			margin-bottom: 2px;
		}
	.CONTENIDO .contenido_real {
		padding: 0px 20px 20px 20px;
	}
/*	=GALERIA	*/
.GALERIA {
    margin-bottom: 20px;
}
    .GALERIA .THUMBNAIL_CONTAINER {
        width: 100%;
        padding: 0px 5px 5px 5px;
    }
        .GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL {
            text-align: center;
            vertical-align: top;
            border: none;
        }
        .GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL a {
            margin: 10px auto;
            display: block;
            width: 100px;
            padding: 5px;
            cursor: pointer;
        }
        .GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL a:hover {
            border: 1px solid #aaa;
            padding: 4px;
        }
            .GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL a span.FOTO {
                display: block;
                width: 100px;
                height: 100px;
                line-height: 100px;
                text-align: center;
                vertical-align: middle;
            }
                .GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL a span.FOTO img {
                    vertical-align: middle;
                }
            .GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL a span {
                display: block;
                font-weight: bold;
                padding-bottom: 5px;
            }
/*	=NOTICIAS	*/
.NOTICIAS {
	width: 100%;
	/* porque el hover tiene borde: */
	border: 1px solid transparent;
	margin-bottom: 20px;
}
/*.NOTICIAS:hover {
	background: #ffffff;
	border: 1px solid #808080;
}*/
	.NOTICIAS table {
		width: 100%;
	}
	.NOTICIAS .titulo {
		font-size: 1.8em;
	}
	.NOTICIAS .desc {
		text-align: justify;
		padding-right: 10px;
	}
	.fecha {
		float: right;
		font-weight: bold;
		color: #808080;
		padding-right: 10px;
		padding-top: 4px;
	}
	.NOTICIAS .foto {
		vertical-align: top;
		/* lo siguiente hace que la celda se ajuste al minimo posible: el ancho de la foto que lleva dentro */
		width: 1%;
	}
		.NOTICIAS .foto div {
			width: 110px;
			padding: 5px;
		}
.NOTICIA {
	width: 100%;
}
	.NOTICIA .titulo {
		font-size: 1.8em;
	}
	.NOTICIA .desc {
		text-align: justify;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	.NOTICIA .fecha {
		float: right;
		font-weight: bold;
		color: #808080;
		padding-right: 10px;
	}
	.NOTICIA .volver a{
		display: block;
		padding: 5px 10px;
	}
		.NOTICIA .volver:hover a{
			background: #ffffff;
			padding: 4px 9px;
			border: 1px solid #aaa;
		}
.RSS {
	width: 100%;
}
	.RSS .celda {
		background: transparent;
		border: none;
		padding: 10px;
	}
	.RSS .celda .ENLACE {
		width: 100%;
		height: 100%;
		margin: 1px;
	}
		/*.RSS .celda .ENLACE:hover {
				background: #ffffff;
				border: 1px solid #808080;
				margin: 0;
		}*/
		.RSS .celda .ENLACE .icono{
			margin: 1px;
			padding: 10px;
		}
/*	=CATALOGO	*/
.CETAGORIAS_LISTA {
	width: 100%;
	padding: 1px;
	border: 1px solid #808080;
}
.CETAGORIAS_LISTA:hover td {
	background: #ffffff;
}
	.CETAGORIAS_LISTA .foto {
		width: 70px;
		height: 60px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	.CETAGORIAS_LISTA .titulo {
		font-size: 1.8em;
	}
	.CETAGORIAS_LISTA .desc {
		text-align: justify;
	}
	.CETAGORIAS_LISTA .ir {
		font-size: 4em;
		width: 50px;
	}
.CATALOGO_MOD {
	font-size: 1.2em;
}
	.CATALOGO_MOD a {
		color: #84AD05;
	}
	.CATALOGO_MOD a:hover {
		text-decoration: underline;
	}
.PRODUCTOS_LISTA {
	width: 100%;
	height: 100%;
	/* lo siguiente es para que el absurdo firefox lo relleno correctamente */
	/*display: table-cell;*/
}
	.PRODUCTOS_LISTA .PRODUCTO_CAJA {
		width: 50%;
		vertical-align: top;
		padding: 5px;
	}
		.PRODUCTOS_LISTA .PRODUCTO_CAJA > table {
			width: 100%;
			height: 180px;
			text-align: left;
			vertical-align: top;
			color: #000000;
			border: 1px solid #bbb;
			overflow: hidden;
			background: #ffffff;
		}
		.PRODUCTOS_LISTA .PRODUCTO_CAJA:hover table {
			border-color: #808080;
		}
		.PRODUCTOS_LISTA .PRODUCTO_CAJA .titulo {
			width: 100%;
			padding: 2px;
			font-size: 1.2em;
			font-weight: bold;
			text-decoration: underline;
			padding-bottom: 5px;
		}
		.PRODUCTOS_LISTA .PRODUCTO_CAJA .foto_caja {
			width: 100px;
			height: 100px;
			padding: 5px;
		}
		.PRODUCTOS_LISTA .PRODUCTO_CAJA .desc {
			padding-left: 5px;
		}
		.PRODUCTOS_LISTA .PRODUCTO_CAJA .precio {
			text-align: right;
			font-size: 2em;
			font-weight: bold;
			color: #cc0000;
		}
		.PRODUCTOS_LISTA .PRODUCTO_CAJA .ir {
			text-align: right;
			font-size: 2em;

		}
/* ficha de producto */
.PRODUCTO {
}
	.PRODUCTO .titulo {
		font-size: 1.8em;
		color: #808080;
		font-weight: bold;
		text-decoration: underline;
		margin: 5px 0px;
	}
	.PRODUCTO .foto_principal, .PRODUCTO .foto_principal table {
			margin-left: auto;
			margin-right: auto;
			width: 400px;
			height: 400px;
	}
		.PRODUCTO .foto_principal td {
			background: #ffffff url(images/loading.gif) center no-repeat;
			text-align: center;
		}
	.PRODUCTO .TIRA_FOTOS {
		margin: 10px 0px;
		background: #ffffff;
		border: 1px solid #808080;
	}
		.PRODUCTO .TIRA_FOTOS td {
			padding: 0px;
			width: 99%;
		}
		.PRODUCTO .TIRA_FOTOS td.TD_FLECHAS {
			/* no coge los 20px pero la defincion debe estar presente para que funcione ? */
			width: 20px;
		}
		.PRODUCTO .TIRA_FOTOS td.TD_FLECHAS:hover {
			background: #C0C0C0;
		}
		.PRODUCTO .TIRA_FOTOS .bloque_fotos {
			position: relative;
			height: 110px;
			overflow: hidden;
		}
			.PRODUCTO .TIRA_FOTOS .bloque_fotos .tira {
				position: absolute;
				width: 10000px;
			}
				.PRODUCTO .TIRA_FOTOS .bloque_fotos .tira a {
					display: block;
					float: left;
					width: 100px;
					height: 100px;
					margin: 0px 5px;
					margin-top: 5px;
					border: 1px solid transparent;
				}
				.PRODUCTO .TIRA_FOTOS .bloque_fotos .tira a:hover {
					border: 1px solid #808080;
				}
	.PRODUCTO .ref {
		font-weight: bold;
	}
	.PRODUCTO .desc {
		text-align: justify;
		margin: 5px 0px 5px 20px;
	}
	.PRODUCTO .precio {
		color: #cc0000;
		font-size: 1.2em;
		font-weight: bold;
	}
	.PRODUCTO .iva {
		font-style: italic;
	}
	.PRODUCTO .BLOQUE_OPERACIONES {
		padding: 20px;
	}
/*	=CESTA	modulo lateral	*/
.CESTA_MODULO {
}
	.CESTA_MODULO titulo {
	}
	.CESTA_MODULO .contenido {
		display: table-cell;
		height: 30px;
	}
	.CESTA_MODULO .ir {
	}
	/* seccion cesta */
.CESTA {
	width: 100%;
	font-size: 1.2em;
}
	.CESTA .fila:hover {
		background: #ffffff;
	}
	.CESTA td {
		border: 1px solid #ccc;
		padding: 5px;
	}
	.CESTA .cabeceras {
		font-size: 1.2em;
	}
	.CESTA .cantidad {
		/* celda */
		text-align: center;
	}
		.CESTA .cantidad .entrada {
			/* el input */
			text-align: center;
		}
	.CESTA .producto {
		width: 100%;
	}
		.CESTA .producto td {
			border: none;
		}
		.CESTA .producto .foto {
			width: 110px;
		}
			.CESTA .producto .foto a {
				display: block;
				width: 100px;
				height: 100px;
				margin: 1px;
			}
			.CESTA .producto .foto a:hover {
				margin: 0px;
				border: 1px solid #808080;
			}
		.CESTA .producto .titulo {
			font-size: 1.4em;
			text-align: left;
		}
	.CESTA .precio {
		width: 25%;
		color: #cc0000;
		text-align: right;
		font-size: 1.5em;
		vertical-align: bottom;
		text-align: center;
	}
	.CESTA .eliminar {
		text-align: center;
	}
	.CESTA .actualizar {
		padding: 0px;
	}
	.CESTA .total {
		text-align: right;
		font-weight: bold;
		font-size: 1.4em;
		color: #cc0000;
	}
	.CESTA .iva {
		font-style: italic;
	}
	.operaciones {
		width: 100%;
		margin-top: 10px;
	}
		.operaciones td {
			/*width: 25%;*/
			text-align: left;
		}
	.formulario {
	}
		.formulario .entrada {
			text-align: left;
			width: 66%;
		}
		.formulario .etiqueta {
			text-align: right;
			padding: 10px;
		}
		.formulario .entrada td label{
			/* el selector solo afecta los */
			margin-bottom: 5px;
		}
		.formulario button {
			margin-left: 50px;
		}
    .CESTA .ayuda {
    	border: none;
    	margin: 0;
    	padding: 0;
	}
    .CESTA .ayuda a {
		margin: 10px;
		display: block;
		padding: 5px 10px;
	}
		.CESTA .ayuda:hover a{
			background: #ffffff;
			padding: 4px 9px;
			border: 1px solid #aaa;
		}
	/*.NOTICIA .volver a{
		display: block;
		padding: 5px 10px;
	}
		.NOTICIA .volver:hover a{
			background: #ffffff;
			padding: 4px 9px;
			border: 1px solid #aaa;
		}*/

/*	=MENSAJES
	mensajes de error, informacion o dialogo (aceptar/cancelar) */
.MENSAJE {
	width: 100%;
}
	.MENSAJE .icono {
		vertical-align: middle;
		text-align: center;
		padding: 20px;
	}
	.MENSAJE .desc {
		text-align: justify;
		font-size: 1.4em;
	}
	.MENSAJE .botones {
		padding-left: 20px;
	}
/*	=PIE
	footer */
.PIE {
	padding: 10px 5px;
	border-top: 2px solid #CAFF95;
}
	.PIE>table {
	}
	.PIE table {
		width: 100%;
	}
	.PIE img {
		vertical-align: bottom;
	}
/*	=CONTACTO	*/
.CONTACTO {
	width: 100%;
	padding: 40px;
}
	.CONTACTO > form > table {
		width: 90%;
	}
	.CONTACTO .mensaje {
		border: 1px solid #808080;
		background: #ffffff;
		padding: 10px;
		width: 80%;
		margin-bottom: 20px;
	}
	.CONTACTO .info {
		text-align: center;
	}
	.CONTACTO .etiqueta {
		text-align: right;
		padding-right: 10px;
		cursor: pointer;
	}
		.CONTACTO .etiqueta label{
			cursor: pointer;
		}
	.CONTACTO .entrada {
		width: 70%;
		text-align: left;
		padding: 5px;
	}
		.CONTACTO .entrada input {
			padding: 2px 0px 0px 2px;
			background: #ffffff url(images/textbg.png);
			border: 1px solid #808080;
		}
	.CONTACTO .radio {
		text-align: left;
	}
		.CONTACTO .radio .etiqueta{
			text-align: left;
			width: 99%;
			margin-bottom: 5px;
		}
		.CONTACTO .radio .entrada {
			width: 1%;
		}
		.CONTACTO .radio .entrada input {
			margin: 2px 5px;
			cursor: pointer;
		}
	.CONTACTO .entrada_texto {
		text-align: left;
		padding: 5px;
	}
		.CONTACTO .entrada_texto textarea {
			padding: 2px 0px 0px 2px;
			background: #ffffff url(images/textbg.png);
			border: 1px solid #808080;
		}
	.CONTACTO .captcha div {
		border: 1px solid #808080;
		background: #ffffff;
		padding: 5px;
		margin-bottom: 5px;
	}
	.CONTACTO .captcha_boton button {
		margin: 2px 5px 5px 5px;
		height: auto;
		background-position: left center;
		background-repeat: repeat-x;
	}
	.CONTACTO .enviar {
		margin-left: 20px;
	}
/*	=PAGINACION
	de productos */
.PAGINACION {
	font-size: 1.2em;
	height: 23px;
	margin: 10px 0px;
}
	.PAGINACION .etiqueta {
		width: auto;
		cursor: default;
	}
	.PAGINACION .pagina {
		cursor: pointer;
	}
	.PAGINACION .activo {
		cursor: default;
	}
	.PAGINACION .activo, .PAGINACION .etiqueta, .PAGINACION .pagina {
		display: block;
		float: left;
		height: 15px;
		border: 1px solid #808080;
		background: #ffffff;
		padding: 3px;
		margin: 4px;
	}
	.PAGINACION .activo, .PAGINACION .pagina {
		width: 15px;
		text-align: center;
		vertical-align: middle;
	}
	.PAGINACION .pagina:hover {
		background: #0099FF;
		color: #ffffff;
		width: 21px;
		height: 21px;
		margin: 1px;
		font-size: 1.3em;
	}
.RESERVAS {
}
	/* resultados de la busqueda */
	.RESERVAS .RESULTADOS {
	}
		.RESERVAS .RESULTADOS .habitacion {
		}
			.RESERVAS .RESULTADOS .habitacion > td{
				border-bottom: 1px solid #ACACAC;
				padding-top: 20px;
			}
			.RESERVAS .RESULTADOS .habitacion .foto_bloque {
				vertical-align: top;
				padding: 20px;
			}
				.RESERVAS .RESULTADOS .habitacion .foto_bloque .foto {
					display: block;
					width: 100px;
					height: 100px;
					background-position: center;
					background-repeat: no-repeat;
				}
				.RESERVAS .RESULTADOS .habitacion .foto_bloque .foto_pie {
				}
			.RESERVAS .RESULTADOS .habitacion .descripcion {
				width: 100%;
			}
				.RESERVAS .RESULTADOS .habitacion .descripcion .titulo {
					font-size: 1.2em;
					font-weight: bold;
				}
				.RESERVAS .RESULTADOS .habitacion .descripcion .caracteristicas {
					text-align: left;
					padding-bottom: 20px;
				}
				.RESERVAS .RESULTADOS .habitacion .descripcion .texto {
					text-align: justify;
				}
				.RESERVAS .RESULTADOS .habitacion .descripcion .leermas {
					padding-left: 20px;
				}
			.RESERVAS .RESULTADOS .habitacion .precios {
				width: 100%;
			}
				.RESERVAS .RESULTADOS .habitacion .alojamiento {
					background-color: transparent;
					cursor: pointer;
				}
				.RESERVAS .RESULTADOS .habitacion .alojamiento:hover {
					background-color: #FFFFC0;
				}
					.RESERVAS .RESULTADOS .habitacion .alojamiento .titulo {
						font-weight: bold;
						cursor: pointer;
					}
					.RESERVAS .RESULTADOS .habitacion .alojamiento div {
						padding: 5px;
					}
					.RESERVAS .RESULTADOS .habitacion .alojamiento .radioButtonGroup {
						cursor: pointer;
					}
					.RESERVAS .RESULTADOS .habitacion .alojamiento .tabla_precios {
						width: 100%;
					}
						.RESERVAS .RESULTADOS .habitacion .alojamiento .tabla_precios .total{
							font-weight: bold;
						}
					.RESERVAS .RESULTADOS .habitacion .alojamiento .continuar {
						text-align: right;
						padding: 0;
					}


/* fin parte no-segura */



/* parte segura (HTTPS) */
.r_pasos {
	height: 30px;
	border-bottom: 1px solid #999999;
	width: 100%;
}
	.r_pasos h1 {
		float: left;
		width: 30px;
		height: 30px;
		margin-right: 10px;
		color: #fff;
		background-color: #999999;
		text-align: center;
	}
	.r_pasos span {
		display: block;
		padding-top: 10px;
		font-weight: bold;
		font-size: 1.5em;
	}



	.noches_proceder td {
		padding-left: 10px;
	}
	.noches_proceder_total {
		padding-left: 10px;
		background: #FFFFC0;
		font-weight: bold;
	}
.r_pasos_cont {
	margin-bottom: 50px;
}
    .r_pasos_cont p {
        margin-top: 10px;
    }
.aviso_cancelacion {
	color: #fc0000;
	font-weight: bold;
}


	.form_datos td {
		font-size: 1.3em;
		vertical-align: top;
		padding: 5px;
	}
	.form_datos .desc {
		text-align: right;
	}
	.form_datos select {
		width: 204px;
	}
	.form_datos textarea {
		width: 202px;
	}
	.form_datos input, .form_datos select  {
		border: 1px solid #999999;
	}
.condiciones_aceptar {
	font-size: 1.4em;
	text-align: center;
	vertical-align: middle;
}
.tarjeta_credito {
	margin: 20px 10px 10px 10px;
}
    .tarjeta_credito input {
    	float: left;
    	margin: 5px;
	}
.ov_load {
	background-color: #fff;
	background-image: url(images/flechas_animadas.gif);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	display: none;
}
#ov_load {
	background-color: #fff;
	background-image: url(images/flechas_animadas.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 180px;
}

input.erroneo, select.erroneo {
	border: 1px solid #ff0000;
}
input.erroneo {
	color: #ff0000;
}


.foco {
	background-color: #ffffff;
}

textarea, input, select {
	border: 1px #999 solid;
}

.img_error {
	vertical-align: middle;
	margin: 5px;
}


input, textarea {
	background: #fff url(images/textbg.png) top left;
}
.enfocado {
	background: #ffffc0 url(images/textbg_foco.png) top left;
}

/* fin parte segura (HTTPS) */


/* =GRUPO */


.GRUPOS {
	width: 100%;
	min-height: 100px;
	/* porque el hover tiene borde: */
	border: 1px solid transparent;
	margin-bottom: 20px;
}
/*.GRUPOS:hover {
	background: #ffffff;
	border: 1px solid #808080;
}*/
	.GRUPOS td {
		vertical-align: top;
	}
	.GRUPOS table {
		width: 100%;
	}
	.GRUPOS .titulo {
		font-size: 1.8em;
	}
	.GRUPOS .desc {
		text-align: justify;
		padding-right: 10px;
	}
	.GRUPOS .foto {
		vertical-align: middle;
		text-align: center;
		/* lo siguiente hace que la celda se ajuste al minimo posible: el ancho de la foto que lleva dentro */
		width: 1%;
	}
		.GRUPOS .foto div {
			width: 110px;
			padding: 5px;
		}
.GRUPO {
	width: 100%;
	margin-bottom: 50px;
}
	.GRUPO td {
		vertical-align: top;
	}
	.GRUPO .foto {
		vertical-align: middle;
		text-align: center;
		width: 120px;
		padding: 5px 10px;
	}
		.GRUPO .foto .marco {
			width: 100px;
			height: 100px;
		}
	.GRUPO .titulo {
		font-size: 1.8em;
	}
	.GRUPO .desc {
		text-align: justify;
		margin-bottom: 20px;
		margin-left: 20px;
	}
.lnk_volver .volver a{
	display: block;
	padding: 5px 10px;
}
	.lnk_volver .volver:hover a{
		background: #ffffff;
		padding: 4px 9px;
		border: 1px solid #aaa;
	}





.RESULTADOS {
}
	.RESULTADOS .foto {
		height: 50px;
		width: 50px;
		margin: 10px;
		margin-top: 1px;
		border: 1px solid #bbb;
		float: left;
		background-repeat: no-repeat;
		background-position: center;
	}
	.RESULTADOS .descripcion {
		height: 80px;
		padding-top: 5px;
	}
	.RESULTADOS .destacado {
		background: #FFFF80;
		color: #000;
		font-weight: bold;
	}


.formulario_BOX {
	border: 1px solid #E8E8E8;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	width: 150px;
}

/* NOTA DE JOSE. ESTE ESTILO LO HAGO YO PARA LOS FORMULARIOS */

.formulario_BOX .foco {}
	/* el siguiente selector es poco preciso, para que se pueda usar en cualquier formulario */
	.enfocado {
		background: #FFFFC0 url(images/textbg_foco.png) !important;
	}
/* Salida debug */
.LOGGER {
    text-align: left;
    background-color: #000;
    color: #C0FFC0;
}
    .LOGGER .linea{
        text-align: left;
        font-family: monospace;
        white-space: pre;
    }
    .LOGGER td, .LOGGER th {
        vertical-align: top;
        border-top: 1px dotted #00cc00;
    }
    .LOGGER a {
        color: #fff;
    }

.CalendarioMejoradoForm {
    margin-bottom: 10px;
}
.CalendarioMejorado {
    width: 175px;
    margin-bottom: 10px;
}
    .CalendarioMejorado .legend {
    }
    .CalendarioMejorado .CalendarioMejoradoTop {
        position: relative;
        text-align: center;
        height: 22px;
    }
        .CalendarioMejorado .CalendarioMejoradoTop button {
            margin: 0;
            height: 22px;
        }
        .CalendarioMejorado .CalendarioMejoradoTop select {
            margin-top: 1px;
        }
            .CalendarioMejorado .CalendarioMejoradoTop select option {
            }
        .CalendarioMejorado .CalendarioMejoradoTop select.MonthSelect {
        }
        .CalendarioMejorado .CalendarioMejoradoTop .CalendarioMejoradoTopLeft {
            position: absolute;
            top:0;
            left: 0;
        }
        .CalendarioMejorado .CalendarioMejoradoTop .CalendarioMejoradoTopRight {
            position: absolute;
            top: 0;
            right: 0;
        }
    .CalendarioMejorado .CalendarioMejoradoCalendarios {
        background-color: #ccc;
        border: 1px solid #ccc;
        border-top: none;
        z-index: 1000;
    }
        .CalendarioMejorado .CalendarioMejoradoCalendarios table {
            text-align: center;
            margin: 0 1px;
        }
            .CalendarioMejorado .CalendarioMejoradoCalendarios table thead th {
                color: #000;
                font-weight: bold;
                font-size: 0.8em;
                text-align: center;
            }
            .CalendarioMejorado .CalendarioMejoradoCalendarios table tbody td {
                height: 24px;
                width: 24px;
                vertical-align: middle;
                text-align: center;
                background-color: #fff;
                border: 1px solid #fff;
            }
            .CalendarioMejorado .CalendarioMejoradoCalendarios table tbody td.Dia {
                cursor: pointer;
                color: #000;
                background-color: #eee;
            }
                .CalendarioMejorado .CalendarioMejoradoCalendarios table tbody td.Dia:hover {
                    background-color: #333;
                    color: #fff;
                }
            .CalendarioMejorado .CalendarioMejoradoCalendarios table tbody td.DiaNoDisponible {
                cursor: default;
                color: #aaa;
                background-color: #eee;
            }
            .CalendarioMejorado .CalendarioMejoradoCalendarios table tbody td.Conflicto {
                cursor: default;
                color: #aaa;
                background-color: #fdd;
            }
                .CalendarioMejorado .CalendarioMejoradoCalendarios table tbody td.Conflicto:hover {
                    background-color: #fdd;
                }
            .CalendarioMejorado .CalendarioMejoradoCalendarios table tbody td.Dia.Marcado {
                    background-color: #333;
                    color: #fff;
            }
    .reservas_camas select {
        border: none;
        height: 16px;
        font-size: 10px;
        vertical-align: top;
        padding: 0;
        margin: 0;
        color: #585858;
    }
        .reservas_camas select option {
            font-size: 10px;
            padding-right: 0;
        }
    .reservas_ninos {
        margin: 10px 0;
    }
        .reservas_ninos input {
            display: block;
            float: left;
            margin: 1px 2px 0 0;
        }



.FORM_COMENTARIO {
}
    .FORM_COMENTARIO label, .FORM_COMENTARIO legend {
        display: block;
    }
    .FORM_COMENTARIO button {
        display: block;
        margin-left: auto;
        margin-top: 5px;
    }
    .FORM_COMENTARIO textarea {
        width: 248px;
        height: 40px;
    }

.COMENTARIOS {
/*     border-bottom: 1px dotted #CCC;   */
}
    .COMENTARIOS .antenombre {
    font-family: Tahoma, Verdana, Arial;
    font-size: 0.8em;
    font-weight: normal;
    color: #062E5E;
    margin-bottom: 3px;
    }

    .COMENTARIOS .nombre {
    font-family: Tahoma, Verdana, Arial;
    font-size: 0.8em;
    font-weight: bold;
    color: #062E5E;
    margin-bottom: 3px;
    }

    .COMENTARIOS .cfecha {
    font-family: Tahoma, Verdana, Arial;
    font-size: 0.8em;
    font-weight: bold;
    color: #CC7A00;
    margin-bottom: 7px;
    }
    .COMENTARIOS .comentario {
    font-size: 1.1em;
    padding: 7px;
    margin-bottom: 15px;
    border: 1px dotted #CCC;
    background-color: #F8F8F8;
    }
    .COMENTARIOS .etiqueta {
    font-family: Tahoma, Verdana, Arial;
    font-size: 0.8em;
    font-weight: bold;
    color: #CC7A00;
    }

    .COMENTARIOS q:before, .COMENTARIOS q:after {
        content: "";
    }

    .COMENTARIOS q {
    font-family: Tahoma, Verdana, Arial;
    font-size: 1em;
    font-weight: normal;
    color: #666666;
    }

.ACCIONES_ICONOS {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 5px;
    border-top: 1px solid #CCC;
    font-size: 0.8em;
}
    .ACCIONES_ICONOS img {
        vertical-align: bottom;
    }


.ICONOS_1 {
    width: 170px;
    float: right;
    text-align: right;
}
    .ICONOS_1 a {
        display: block;
        float: right;
        width: 16px;
        height: 16px;
        margin-left: 4px;
        background-image: url(images/iconos/news/acciones_noticia.png);
        background-position: 0px 0px;
        background-repeat: no-repeat;
    }
    .ICONOS_1 a#accion_enviaramigo {
        background-position: 0px 0px;
    }
    .ICONOS_1 a#accion_imprimir {
        background-position: -16px 0px;
    }
    .ICONOS_1 a#accion_comentar {
        background-position: -32px 0px;
    }
    .ICONOS_1 a#accion_zoomin {
        background-position: -48px 0px;
    }
    .ICONOS_1 a#accion_zoomout {
        background-position: -64px 0px;
    }
    .ICONOS_1 a#accion_anterior {
        background-position: -80px 0px;
    }
    .ICONOS_1 a#accion_siguiente {
        background-position: -96px 0px;
    }

.ICONOS_1 img{
    padding-left: 4px;
}

.CONTENIDO_SOCIALentero {
    border-top: 1px solid #CCC;
    padding: 5px;
    padding-top: 15px;
    margin-bottom: 25px;
}

.CAJA_SOCIAL {
    float: right;
    width: 250px;
}
    .CAJA_SOCIAL.comentarios_deshabilitados {
        width: auto;
        float: none;
        margin: auto;
    }

.CAJA_COMENT {
    float: left;
    width: 250px;
    padding: 5px;
    background-color: #EDF5FC;
}

.ACCIONES_SOCIAL {
    margin-bottom: 10px;
    padding-right: 5px;
    font-size: 0.8em;
}
    .ACCIONES_SOCIAL .iconos {
        width: 216px;
        margin: 5px auto;
    }
    .ACCIONES_SOCIAL a{
        display: block;
        float: left;
        width: 16px;
        height: 16px;
        margin: 5px 10px;
        background-image: url(images/iconos/news/social/todos.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }
    .ACCIONES_SOCIAL img{
        padding: 5px 0;
    }

.textosRSS {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding-top:10px;
    font-size: 0.8em;
    padding-bottom:10px;
}

    .textosRSS img{
        padding: 0px 1px 0px 6px;
    }

    .textosRSS a{
        display: block;
        color: #585858;
        margin: 5px 0;
    }

    .textosRSS a:hover{
        color: #000000;
    }

.PERMALINK {
    border-bottom: 1px solid #CCC;
    padding:10px 0 10px 6px;
    font-size: 0.8em;
    color: #585858;
}
/* PARA LA CAJA DE COMENTARIOS */

.titularCAJACOMENT {
    font-size: 1.7em;
    font-family: Arial, Helvetica, sans-serif, Tahoma;
    font-weight: bold;
    color: #062E5E;
    padding: 0px 0px 10px 3px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    text-align: center;
    }

    .titularCAJACOMENT2 {
        font-size: 1.7em;
        font-family: Arial, Helvetica, sans-serif, Tahoma;
        font-weight: bold;
        color: #CC7A00;
        padding: 10px;
        border: 1px solid #CCC;
        margin-bottom: 25px;
        margin-top: 5px;
        text-align: center;
    }

        .titularCAJACOMENT2 img{
    vertical-align: text-bottom;
}

.TXT_FORM_coment {
    font-size: 1em;
    font-family: Tahoma, Verdana, Arial;
    font-weight: normal;
    color: #062E5E;
    padding-bottom: 10px;
    }


    .FONDO_COMENTARIOS {
    padding: 5px;
    background-color: #CCCCCC;
    }


    .caja_AVATAR {
    width: 105px;
    float: left;
    }

    .CUERPO_NOMBRES {
    width: 550px;
    float: right;
    }

/* FIN DE PARA LA CAJA DE COMENTARIOS */


/* =ACCESO - login y registro */
.ACCESO {
    width: 100%;
}
    /* bloque registrarse/identificarse */
    .ACCESO td.half {
        width: 45%;
        padding-left: 10px;
        vertical-align: top;
    }
    .ACCESO td.separador_bloques {
        width: 10px;
        border-right: 1px solid #666;
    }
    .ACCESO div.titulo {
        font-size: 1.5em;
    }
        /* login / registro */
        .ACCESO .LOGIN {
            width: 100%;
            height: 100%;
        }
            .ACCESO .formCell {
                vertical-align: bottom;
            }
            .ACCESO .LOGIN td {
                vertical-align: bottom;
            }

                .ACCESO .LOGIN td input, .ACCESO .LOGIN td select, .ACCESO .LOGIN td textarea {
                    margin: 5px;
                    width: 150px;
                }
            .ACCESO .LOGIN .boton {
                text-align: right;
                vertical-align: bottom;
            }
            .ACCESO .LOGIN thead {
                min-height: 10px;
            }
            .ACCESO .LOGIN .select_load {
                display: block;
                background-repeat: no-repeat;
                background-position: center;
                background-image: url(images/flechas_animadas.gif);
                height: 30px;
                width: 150px;
            }
            .ACCESO .LOGIN .etiqueta {
                text-align: right;
                font-size: 1.2em;
                padding-top: 5px;
                width: 180px;
                vertical-align: top;
            }
            /* planta y puerta: estan en la misma linea */
            .ACCESO .LOGIN .entrada_especial {
                text-align: left;
                font-size: 1.2em;
                width: 180px;
            }
            /* linea horizontal que clasifica los campos del formulario */
            .ACCESO .LOGIN .sep {
                height: 3px;
                border-top: 1px solid #aaa;
            }
            .ACCESO .LOGIN .error_msg {
                display: block;
                color: #c00;
                font-weight: bold;
                border: 1px dotted #c00;
                padding: 2px;
                padding-left: 22px;
                background: #fff url(images/iconos_cabecera/up_error.png) 2px 2px no-repeat;
            }
            .ACCESO .LOGIN label {
                font-size: 1.2em;
                cursor: pointer;
            }
            .ACCESO .LOGIN .esconder {
            }
            .ACCESO .LOGIN .checkbox {
                border: none;
                width: auto;
            }
            .ACCESO .LOGIN #mas_datos {
                line-height: 20px;
                padding-left: 5px;
                cursor: pointer;
                font-size: 1.2em;
                font-weight: bold;
            }
            .ACCESO .LOGIN #mas_datos:hover {
                text-decoration: underline;
            }
            .ACCESO .LOGIN #mas_datos #mas_datos_signo{
                font-size: 1.2em;
            }
    /* enlace a recuperar contraseña */
    .ACCESO .RECUPERAR div {
        margin: 10px;
    }
    .ACCESO .RECUPERAR button {
        margin-left: 30px;
    }


/* menú del panel de usuario (perfil, pedidos y cesta) */
.PANEL_USUARIO li {
    font-size: 2em;
    padding-bottom: 10px;
}

.ERROR_404 {
    padding: 20px;
}
    .ERROR_404 p {
        padding-left: 40px;
    }
    .ERROR_404 .num_404 {
        text-align: right;
        font-size: 15em;
        font-weight: bold;
        color: #ddd;
        font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    }


.COOLFORM {
}
    .COOLFORM fieldset {
        margin: 10px 0px;
        border: 1px solid #aaa;
        padding: 10px;
        background: #eee url(images/fieldset.png) left top repeat;
    }
    .COOLFORM label {
        display: block;
        color: #222;
        font-size: 1.1em;
        margin: 5px 0;
    }
        .COOLFORM_tit {
        display: block;
        font-weight: bold;
        font-size: 1.3em;
        color:#FF3300;
        padding-top:15px;
        padding-bottom: 4px;
        border-bottom:1px solid #666666;
        margin-bottom:15px;
    }

        .COOLFORM_titBIG {
        display: block;
        font-weight: bold;
        font-size: 1.6em !important;
        color:#FF3300;
        padding-top:15px;
        padding-bottom: 4px;
        border-bottom:1px solid #666666;
        margin-bottom:5px;
    }

        .COOLFORM label.radio {
            cursor: pointer;
            padding: 4px;
        }
    .COOLFORM input, .COOLFORM textarea {
        width: 450px;
        height: 28px;
        font-size: 20px;
        padding-top: 4px;
        padding-left: 5px;
        color: #333;
        font-family: "Trebuchet MS";
        /*font-weight: bold;*/
    }
    .COOLFORM textarea {
        height: 80px;
        width: 450px;
        font-size: 12px;
    }
    .COOLFORM input[type=file] {
        width: 350px;
        height: auto;
        font-size: 11px;
        padding-top: 0;
        padding-left: 0;
    }
    .COOLFORM .radiolabel {
        cursor: pointer;
        margin: 6px 0;
    }
        .COOLFORM .radiolabel input {
            margin-right: 3px;
        }
    .COOLFORM fieldset.notopmargin {
        margin-top: 0;
    }
    .COOLFORM fieldset button[type=submit] {
        display: block;
        margin-left: auto;
    }
    .captcha {
        margin-bottom: 2px;
        width: 182px;
    }
        .captcha .marco {
            width: 180px;
            height: 70px;
            border: 1px solid #F68520;
            background: #fff;
        }
        .captcha button {
            display: block;
            float: right;
            margin: 6px 2px 0 0;
        }
        .captcha input {
            margin-top: 2px;
        }


.fechaSelect {
}
    .fechaSelect label {
        display: inline;
        margin: 0;
    }
    .fechaSelect select {
        margin-right: 20px;
    }

.experiencias {
}
    .experiencias .avatar, .experiencias .user_images_cont .user_image {
        float: right;
        width: 100px;
        height: 100px;
        line-height: 99px;
        text-align: center;
        margin: 5px;
        padding: 5px;
        border: 1px solid #ccc;
        background-color: #fff;
        -moz-box-shadow: 3px 3px 2px rgba(50,50,50,0.5);
        -webkit-box-shadow: 3px 3px 2px rgba(50,50,50,0.5);
    }
    .experiencias .user_images_cont .user_image {
        float: left;
        height: 120px;
        position: relative;
        /*cursor: move;*/
    }
        .experiencias .user_images_cont .user_image label {
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            line-height: normal;
            background-color: #fff;
            padding: 2px;
            margin: 0;
        }
            .experiencias .user_images_cont .user_image label input {
                height: auto;
                width: auto;
            }
    .experiencias .user_images_cont {
        padding-bottom: 10px;
    }

.MISEXPERIENCIAS {
}
	.MISEXPERIENCIAS .avatar {
		width: 100px;
		float: right;
		text-align: center;
	}
	.MISEXPERIENCIAS .ENTRADA {
		margin-bottom: 20px;
	}
	.MISEXPERIENCIAS .fecha {
		float: none;
	}
	.MISEXPERIENCIAS .nombre {
		padding-right: 5px;
	}
	.MISEXPERIENCIAS .TEXTO_LEER {
		text-align: justify;
		margin-right: 110px;
		margin-top: 10px;
	}
.MIEXPERIENCIA {
}
	.MIEXPERIENCIA .avatar {
		width: 100px;
		float: right;
		text-align: center;
	}
	.MIEXPERIENCIA .fecha {
		float: none;
	}
	.MIEXPERIENCIA .nombre {
		padding-right: 5px;
	}
.MIEXPERIENCIA .TEXTO_LEER {
		margin-top: 10px;
		text-align: justify;
		margin-right: 110px;
	}
	
.TPLTABLE {
	font-size: 1.2em;
}
	.TPLTABLE thead {
		background-color: #666;
		color: #fff;
		border: 1px solid #666;
		border-bottom: none;
	}
	.TPLTABLE thead, .TPLTABLE th {
		font-weight: bold;
	}
	.TPLTABLE td, .TPLTABLE th {
		padding: 5px;
	}
	.TPLTABLE tbody {
		border: 1px solid #666;
		border-bottom: none;
		border-top: none;
	}
	/* zebra stripes */
	.TPLTABLE tbody tr:nth-child(odd) {
		background-color: #eee;
	}
	.TPLTABLE tbody tr:nth-child(even) {
		background-color: #ddd;
	}
	
	/* inner soft borders */
	.TPLTABLE tbody td {
		border-right: 1px dotted #fff;
	}
	.TPLTABLE tbody td:last-child {
		border-right: none;
	}
	
	.TPLTABLE tfoot {
		border: 1px solid #666;
		border-top: none;
	}
	.TPLTABLE tfoot td {
		padding: 0;
	}
	
	.TPLTABLE td.action {
		text-align: center;
		padding: 0;
	}
.hotel_registro {
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px auto;
}

.ULTIMASEXPERIENCIAS {
	width: 350px;
	float: right;
	padding: 0 0 0 20px;
}
	.ULTIMASEXPERIENCIAS ul {
		padding: 0;
	}
	.ULTIMASEXPERIENCIAS .avatar {
		display: block;
		width: 50px;
		text-align: center;
		float: left;
		margin-right: 5px;
	}
	.ULTIMASEXPERIENCIAS h1 {
		padding-left: 5px;
	}
	.ULTIMASEXPERIENCIAS p {
		margin-left: 55px;
		margin-bottom: 20px;
	}
	
.paquete {
}
	.paquete-info {
		font-size: 1.5em;
		font-weight: bold;
	}
	.paquete-fechas {
		font-weight: bold;
	}
	.paquete-precio {
	}

	
.info_multiples_reservas {
	margin: 0 0 20px 0;
}

.NEWSLETTER {
}
	.NEWSLETTER input {
		width: 100%;
	}
/*----------------------------------------------------[libs_oss/lightbox/lightbox.css]----------------------------------------------------*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 20px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
/* lightbox (popup de fotos) */
#prevLink { left: 0; float: left; background: url(../../images/prevlabel.gif) left 0% no-repeat; }
#nextLink { right: 0; float: right; background: url(../../images/nextlabel.gif) right 0% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/prevlabel2.gif) left 0% no-repeat; }
#nextLink:hover, #nextLink:visited:hover {  background: url(../../images/nextlabel2.gif) right 0% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 26px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;

	}
/*----------------------------------------------------[templates/hotel_ruralarcoiris/inherit.css]----------------------------------------------------*/
body {
	background-image: none;
	background-color: #ffa022;
}
a {
	color: #eba600;
}
a:hover {
	color: #d89902;
}
h2 {
	font-size: 1.8em
}
.CABECERA_PARRAFO {
	color: #eba600;
}
button {
    border-style: outset;
    border-color: #000;
    color: #fff
}
    button:hover {
        color: #ddd;
        border-color: #999;
    }
    button:active {
        border-style: inset;
    }
.TEXTO_PARRAFO {
	margin-left: 0px;
}
.MARCO {
    width: 748px;
    padding: 0 26px;
    background: #fff url(images/FONDO-HOTEL_02.gif) center top repeat-y;
}
.MARCO_TOP, .MARCO_BOTTOM {
    width: 800px;
    height: 23px;
    background: #fff url(images/FONDO-HOTEL_01.gif) center top no-repeat;
    margin: 0 auto;
}
.MARCO_BOTTOM {
    background-image: url(images/FONDO-HOTEL_04.gif);
}
.CABECERA2 .MENU_SECCIONES {
    border-bottom-color: #d89902;
}
.CABECERA2 .HERRAMIENTAS {
    color: #eba600;
}
.BANNER {
	height: 200px;
}
.PANEL .capsula .titulo {
	color: #eba600;
}
	.CABECERA_SECCION .titulo {
	color: #eba600;
	}
	.NOTICIAS .fecha {
	float: left;
	}
	.NOTICIA .desc {
	margin-left: 0px;
	}
	.NOTICIA .fecha {
	float: left;
	}
.PIE {
	border-top: 1px solid #eba600;
}
.CABECERA2 .PESTANAS {
}
.CABECERA2 .PESTANAS li a {
	padding: 0 0;
}
html>/**/body .CABECERA2 .PESTANAS li a {
	padding: 5px 0;
}

.CABECERA2 .PESTANAS li a span {
    padding: 5px 13px 5px 3px;
}

.reservas_camas select {
	background-color: transparent;
}
	.reservas_camas select option {
		background-color: #fff;
	}
	
	.CalendarioMejoradoForm {
    margin-bottom: 10px;
}
.CalendarioMejorado {
    width: 175px;
    margin-bottom: 10px;
}
    .CalendarioMejorado .legend {
    }
    .CalendarioMejorado .CalendarioMejoradoTop {
        position: relative;
        text-align: center;
        height: 30px;
    }
        .CalendarioMejorado .CalendarioMejoradoTop button {
            margin: 0;
            height: 22px;
        }
        .CalendarioMejorado .CalendarioMejoradoTop select {
            margin-top: 1px;
        }
            .CalendarioMejorado .CalendarioMejoradoTop select option {
            }
        .CalendarioMejorado .CalendarioMejoradoTop select.MonthSelect {
        }
        .CalendarioMejorado .CalendarioMejoradoTop .CalendarioMejoradoTopLeft {
            position: absolute;
            top:0;
            left: 0;
        }
        .CalendarioMejorado .CalendarioMejoradoTop .CalendarioMejoradoTopRight {
            position: absolute;
            top: 0;
            right: 0;
        }
    .CalendarioMejorado .CalendarioMejoradoCalendarios {
        background-color: #ccc;
        border: 1px solid #ccc;
        border-top: none;
        z-index: 1000;
    }
        .CalendarioMejorado .CalendarioMejoradoCalendarios table {
            text-align: center;
            margin: 0 1px;
        }
            .CalendarioMejorado .CalendarioMejoradoCalendarios table thead th {
                color: #000;
                font-weight: bold;
                font-size: 0.8em;
                text-align: center;
            }
            .CalendarioMejorado .CalendarioMejoradoCalendarios table tbody td {
                height: 24px;
                width: 24px;
                vertical-align: middle;
                text-align: center;
                background-color: #fff;
                border: 1px solid #fff;
            }
            .CalendarioMejorado .CalendarioMejoradoCalendarios table tbody td.Dia {
                cursor: pointer;
                color: #000;
                background-color: #eee;
            }
                .CalendarioMejorado .CalendarioMejoradoCalendarios table tbody td.Dia:hover {
                    background-color: #333;
                    color: #fff;
                }
            .CalendarioMejorado .CalendarioMejoradoCalendarios table tbody td.DiaNoDisponible {
                cursor: default;
                color: #aaa;
                background-color: #eee;
            }
            .CalendarioMejorado .CalendarioMejoradoCalendarios table tbody td.Conflicto {
                cursor: default;
                color: #aaa;
                background-color: #fdd;
            }
                .CalendarioMejorado .CalendarioMejoradoCalendarios table tbody td.Conflicto:hover {
                    background-color: #fdd;
                }
            .CalendarioMejorado .CalendarioMejoradoCalendarios table tbody td.Dia.Marcado {
                    background-color: #333;
                    color: #fff;
            }
			
			/*	=PANEL
	panel lateral */
.PANEL {
	width: 175px;
	vertical-align: top;
}
	.PANEL .capsula {
		text-align: left;
		padding: 10px;
	}
		.PANEL .capsula .titulo {
			padding: 2px;
			color: #666;
			font-weight: bold;
			border-bottom: 1px solid #bbb;
		}
		.PANEL .capsula .contenido {
			padding: 5px;
		}
		 .CABECERA2 .LOGOTIPO {
        height: 130px;
        text-align: left;
        padding: 0 10px;
        margin-top: 0px;
    }
