/*	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: #E8DEED url(images/grad_fondo.png) top left repeat-x;
	background-attachment:scroll;
}
a {
	text-decoration: none;
	color: #5FAF22;
}
a:hover {
	color: #632389;
	text-decoration: underline;
}
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 {
	border: 1px solid #aaa;
	border-left-color: #ccc;
	border-top-color: #ccc;
	height: 22px;
	padding-top: 0px;
	background: url(images/boton.png);
	cursor: pointer;
	margin: 1px;
}
	button img {
		vertical-align: bottom;
	}
	button:hover {
		color: #555;
	}
strong, b {
    font-weight: bold;
}
/* ESTILOS PARA EL EDITOR TINY MCE en panel */
body#tinymce.mceContentBody {
    text-align: left;
    background: #fff;
    background-image: none;
    padding: 5px;
}

.floatbreaker {
    display: block;
    clear: both;
}

/*	=COMUNES
	multiuso */
.CABECERA_PARRAFO {
	font-size: 2.2em;
	font-weight:bold;
	color: #5FAF22;
	margin-bottom: 15px;
}
.CABECERA_PARRAFO_2 {
	font-size: 1.8em;
	color: #CACA00;
}
.TEXTO_DESTACADO {
	font-weight: bold;
	color: #5FAF22;
}
.TEXTO_PARRAFO {
	font-size: 1.2em;
	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 */
.RADIO_CHECKBOX {
	border: none !important;
	background: none !important;
}

/*	=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 */

.BORDEANDO {


}

.TABLA_FONDO {
	/* el borde se suma despues, asi que: */
	width: 891px;
	/* centrado general: */
	margin-left: auto;
	margin-right: auto;
	border-left: 0px solid #632389;
	border-right: 0px solid #632389;
	background: #fff;
}
	.TABLA_FONDO .celda {
		background: transparent;
		/*background-image: url(images/trans75.png);*/
		/*border: 1px solid #E0E0E0;*/
	}
	.TABLA_FONDO .espaciador_vertical {
		height: 13px;
	}
	.TABLA_FONDO .espaciador_horizontal {
		width: 20px;
		/* border-right: 1px solid #ccc; */
	}
/*	=CABECERA
	cabecera */
.CABECERA .BANNER {
	text-align: center;
}
.CABECERA {
	width: 100%;
	background: #fff;
}
	.CABECERA td {
		padding: 0px;
	}
	.CABECERA .logotipo {
		text-align: center;
		vertical-align: middle;
	}
   	.CABECERA .logotipo table {
   		width: 100%;
	}
   	.CABECERA .logotipo table td {
   		height: 70px;
   		text-align: center;
   		vertical-align: middle;
	}


	.CABECERA .MENU_IDIOMAS {
		/* esto le empuja hacia la derecha */
		margin-left: auto;
	}
		.CABECERA .MENU_IDIOMAS td {
			text-align: right;
		}
		.CABECERA .MENU_IDIOMAS .boton {
			background: transparent;
			border: 0px none;
			cursor: pointer;
			padding: 0px;
			color: #fff;
			text-transform: uppercase;
			font-size: 0.9em;
			vertical-align: middle;
		}

			.CABECERA .MENU_IDIOMAS .boton img {
				border: 1px solid #ACACAC;
				margin: 0px;

			}
			.CABECERA .MENU_IDIOMAS:hover .boton:hover img {
				border: 1px solid #ffffff;
			}
			.CABECERA .MENU_IDIOMAS .boton .activo{
				border: 1px solid #ffffff;
			}
	.CABECERA .ENLACES {
	background-color: #3F0F5B;
	color: #fff;
	}
	.CABECERA .ENLACES_RAPIDOS {
	}
		.CABECERA .ENLACES_RAPIDOS td {
			padding: 2px 5px;
			text-align: left;
			/*width: 25%;*/
		}
			.CABECERA .ENLACES_RAPIDOS td img {
				vertical-align: bottom;
				margin-right: 4px;
			}
			.CABECERA .ENLACES_RAPIDOS td a {
				color: #fff;
			}
	.CABECERA .MENU_SECCIONES {
		width: 100%;
		border-bottom: 1px solid #bbb;
		background-color: #632389;
	}
		.CABECERA .MENU_SECCIONES table {
			width: 100%;
		}
		.CABECERA .MENU_SECCIONES td {

		}
		.CABECERA .MENU_SECCIONES td a {
			display: block;
			text-align: center;
			font-size: 1.2em;
			font-weight: bold;
			text-transform: uppercase;
			color: #ffffff;
			margin: 0px auto;
			padding: 5px;
		}
		/*.CABECERA .MENU_SECCIONES td a.activo {
			text-decoration: underline;
		}*/
		.CABECERA .MENU_SECCIONES td a:hover, .CABECERA .MENU_SECCIONES td a.activo {
			text-decoration: none;
			background-color: #B191C4;
		}
		#enviaramigo {
			height: 90px;
			text-align: center;
			margin: 10px 20px;
			border: 1px solid #ddd;
		}
			#enviaramigo div {
				text-align: center;
			}
			#enviaramigo table td {
				padding: 2px 5px;
				text-align: left;
				vertical-align: bottom;
			}
			#enviaramigo #enviaramigoRespuesta, #enviaramigo #enviaramigoLoading td {
				height: 100%;
				vertical-align: middle;
				text-align: center;
			}
/*	=CUERPO
	tanto el panel como "contenido" estan dentro de ESTA tabla: */
.CUERPO {
	width: 95%;
	text-align:center;
}
/*	=PANEL
	panel lateral */
.PANEL {
	width: 200px;
	vertical-align: top;
}
	.PANEL .capsula {
		text-align: left;
	}
		.PANEL .capsula .titulo {
			padding: 2px;
			color: #5FAF22;
			font-weight: bold;
			border-bottom: 1px solid #bbb;
		}
		.PANEL .capsula .contenido {
			padding: 25 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: 10px;
		}

/*	=CABECERA SECCION
	cabecera de seccion con foto/icono */
.CABECERA_SECCION {

}
	.CABECERA_SECCION .titulo {
		color: #5FAF22;
		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 {
		width: 100%;
		/*margin-left: 18px;*/
		margin-bottom: 20px;
		padding: 2px;
		color: #75B4FF;
		font-weight: bold;
		border-bottom: 1px solid #bbb;
		text-align: left;
	}
		.CONTENIDO .ruta td {
			padding-left: 18px;
			padding-right: 5px;
		}
			.CONTENIDO .ruta td img {
				margin-bottom: 2px;
			}

		.BUSCADOR {
			text-align: right;
			padding-bottom: 5px;
			vertical-align: middle;
		}
			.BUSCADOR div, .BUSCADOR form {
				text-align: right;
				display: inline;
			}
			.BUSCADOR input {
				margin-bottom: 2px;
			}

	.CONTENIDO .contenido_real {
		padding: 0px 5px 0px 5px;
	}
/*	=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;
	}
	.NOTICIAS .fecha {
		float: right;
		font-weight: bold;
		color: #808080;
		padding-right: 10px;
	}
	.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;
		color: #632389;
		margin-bottom: 15px;
	}
	.NOTICIA .desc {
		text-align: justify;
		margin-bottom: 20px;
		margin-left: 0px;
	}
	.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: 0px;
	}
	.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: #5FAF22;
	}
	.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_final {
background-color: #632389;
border-top-color:#B191C4;
border-top-style:solid;
border-top-width:4px;
width:100%;
text-align:center;
}

.PIE {
	margin-left:auto;
	margin-right:auto;
	padding: 10px 5px;
	border: 0px solid #632389;
	background-color: #632389;
	color:#FFFFFF;
	width: 891px;
}

.PIE a{
	color:#FFFFFF;
	text-decoration:none;
}

.PIE a{
	color:#FFFFFF;
}

.PIE a:hover{
	color:#5FAF22;
	text-decoration:none;
}


	.PIE table {
		width: 100%;
	}
	.PIE img {
		vertical-align: bottom;
	}
	PIE td{
	color:#FFFFFF;
	}
	



/*	=CONTACTO	*/
.CONTACTO {
    width: 400px;
	padding: 40px;
	padding-top: 0;
}
	.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 {
		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;
			padding-left: 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;

	}
	.CONTACTO .enviar {
		margin-left: 20px;
	}
.CONTACTO_DIRECCION {
	width: 100%;
}
	.CONTACTO_DIRECCION td {
		vertical-align: top;
	}
	.CONTACTO_DIRECCION .mapa {
		text-align: right;
	}
	.CONTACTO_DIRECCION .mapa > div {
		margin-left: auto;
		margin-right: 0;
	}
/*	=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;
		font-weight: bold;
	}
	.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: #CCECFF;
		color: #000;
		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;
}
.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: 180px;
	}
	.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;
	padding-left: 3px;
}
.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 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 .foto {
		vertical-align: middle;
		text-align: center;
	}
		.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: 50px;
		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;
	}



.INMO_RESULTADOS {
	/*width: 100%;*/
}
	.INMO_RESULTADOS td.CASA {
		vertical-align: top;
		padding: 5px;
		/*cursor: pointer;*/
	}
		.INMO_RESULTADOS td.CASA > div {
			background-color: #CFE7BC;
			width: 138px;
			padding: 5px;
			padding-top: 2px;
			border: 1px solid #8FC764;
		}
		.INMO_RESULTADOS td.CASA:hover > div {
			background-color: #E8DEED;
		}

			.INMO_RESULTADOS td.CASA .CONT_FOTO {
				width: 100%;
				text-align: center;
				/*width: 100px;
				height: 100px;*/
			}
				.INMO_RESULTADOS td.CASA .CONT_FOTO .TD_FOTO {
					/*width: 120px;*/
					height: 140px;
					text-align: center;
				}
				.INMO_RESULTADOS td.CASA .CONT_FOTO .TD_FOTO .foto{
					width: 100px;
					height: 100px;
					background-position: center;
					background-repeat: no-repeat;
					margin-left: auto;
					margin-right: auto;
				}
				.INMO_RESULTADOS td.CASA .CONT_FOTO .TD_FOTO .ETIQUETA {
					display: inline;
				}

		.INMO_RESULTADOS td.CASA > div table.DETALLES {
			width: 100%;
		}
			.INMO_RESULTADOS td.CASA > div table.DETALLES .GO {
				width: 20px;
				text-align: right;
				vertical-align: bottom;
			}



.FICHA {
	width: 100%;
	font-size: 1.2em;
}
	.FICHA .pagina {
		margin: 0 auto 0 auto;
		padding: 0px;
		width: 500px;
	}
	.FICHA > div, .FICHA > table {
		margin: 10px 0;
	}
	.FICHA .borde_top {
   		border-top: 1px dotted #888;
   		padding-bottom: 5px;
	}
	.FICHA .titulo_campo {
	margin-top: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	}
	.FICHA .ACCIONES {
		width: 100%;
	}
		.FICHA .ACCIONES td {
			text-align: center;
		}
		.FICHA .ACCIONES a {
			padding: 5px;
			/*color: #fff;*/
			text-decoration: none;
			font-size: 0.8em;
		}
			.FICHA .ACCIONES a:hover {
				background: #5FAF22;
				color: #fff;
			}
	.FICHA .ref {
		font-size: 0.8em;
	}
		.FICHA .ref span {
			color: #000;
		}
	.FICHA .poblacion a {
		font-size: 1.1em;
		font-weight: bold;
		color: #c00;
	}
		.FICHA .poblacion img {
		}
	.FICHA .TIRA {
		width: 500px;
		height: 110px;
		padding: 0;
		overflow: hidden;
		border: 1px solid #888;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
		.FICHA .TIRA #ventana {
			width: 450px;
			height: 110px;
			overflow: auto;
			position: relative;
		}
			.FICHA .TIRA #ventana #rollo {
				position: absolute;
				height: 110px;
				width: 100%;
			}
      			.FICHA .TIRA #ventana #rollo td, .FICHA #rollo td {
      				vertical-align: middle;
      				text-align: center;
      				width: 110px;
      				height: 110px;
      				padding: 2px;
				}
      			.FICHA .TIRA #ventana #rollo td .thumbnail, .FICHA #rollo td .thumbnail{
      				padding: 2px;
      				border: 1px solid #888;
      				cursor: pointer;
				}
      				.FICHA .TIRA #ventana #rollo td .thumbnail:hover, .FICHA #rollo td .thumbnail:hover{
      					background-color: #5FAF22;
					}
	/* rollo simple, sin scroll, para cuando hay menos de 6 fotos */
	.FICHA #rollo {
		margin-left: auto;
		margin-right: auto;
	}
	.FICHA .TIRA .boton {
		width: 30px;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #E0E0E0;
		cursor: w-resize;
	}
	.FICHA .TIRA .boton:hover {
		background-color: #CCECFF;
	}
		.FICHA .TIRA #b_iz {
			background-image: url(images/flechas/menorque.png);
		}
		.FICHA .TIRA #b_de {
			background-image: url(images/flechas/mayorque.png);
		}
			.FICHA .TIRA #b_iz:hover {
				background-image: url(images/flechas/menorque2.png);
			}
			.FICHA .TIRA #b_de:hover {
				background-image: url(images/flechas/mayorque2.png);
			}
	.FICHA .TIRA_PDF {
		width: 100%;
		text-align: center;
		overflow: hidden;
	}
		.FICHA .TIRA_PDF  td{
			vertical-align: middle;
		}
			.FICHA .TIRA_PDF td img {
				margin: 2px;
				padding: 2px;
				border: 1px solid#888;
			}
	.FICHA .FOTO {
		width: 100%;
		height: 400px;
        line-height: 400px;
        text-align: center;
        background: #fff url(images/loading.gif) center no-repeat;
        position: relative;
	}
		.FICHA .FOTO #imagen_grande {
			border: 1px solid #888;
            margin: 0 auto;
		}
        .FICHA .FOTO #etiqueta {
            position: absolute;
            top: 0;
            left: 0;
        }
	.FICHA .ATRIBUTOS {
		width: 100%;
		margin: 10px 0px;
	}
		.FICHA .ATRIBUTOS td {
			color: #000;
			width: 25%;
		}
			.FICHA .ATRIBUTOS td.etiqueta {
				color: #888;
			}
			.FICHA .ATRIBUTOS td.precio {
				color: #c00;
				font-weight: bold;
			}
	.FICHA .PERIODOS {
		width: 100%;
	}
		.FICHA .PERIODOS .titulo {
			width: 30%;
			padding: 5px 20px;
			text-align: right;
		}
		.FICHA .PERIODOS .valor {
			width: 20%;
			padding: 5px 20px;
			text-align: left;
		}
	.FICHA .AREAS {
		width: 100%;
	}
		.FICHA .AREAS .area {
			width: 50%;
			padding: 5px 20px;
		}
	.FICHA .CARACTERISTICAS {
		width: 100%;
	}
		.FICHA .CARACTERISTICAS td {
			width: 50%;
			padding: 5px 20px;
		}
	.FICHA .DESCRIPCION .texto {
		margin: 10px 0;
		color: #000;
	}
	.FICHA .INFORMACION a {
		display: block;
		padding: 10px;
		margin-left: auto;
		width: 150px;
		background-color: #0080DD;
		color: #fff;
		text-decoration: none;
		text-align: center;
	}
		.FICHA .INFORMACION a:hover {
			background-color: #5FAF22;
			font-weight: bold;
		}


.INMO_MOD {
	text-align: center;
	padding-top: 25px;
}
	.INMO_MOD .tabs {
	}
		.INMO_MOD .tabs td {
			padding: 0px;
		}
			.INMO_MOD .tabs td div.inactivo {
				background-color: #fff;
				cursor: pointer;
				height: 15px;
			}
				.INMO_MOD .tabs td div.inactivo:hover {
					background-color: #FFFFC0;
				}
			.INMO_MOD .tabs td div.activo {
				cursor: default;
				font-weight: bold;
				font-size: 1.1em;
				background-color: #E8F0FF;
			}
	.INMO_MOD table {
		margin-left: auto;
		margin-right: auto;
		width: 185px;
		background-color: #CFE7BC;
	}
	.INMO_MOD td {
		text-align: center;
		padding: 1px 5px;
	}
	.INMO_MOD td.etiqueta {
		text-align: left;
	}
	.INMO_MOD td.boton {
		text-align: right;
		padding-right: 5px;
		padding-top: 5px;
	}
	.INMO_MOD input, .INMO_MOD select {
		width: 100%;
	}
		.INMO_MOD select optgroup {
			font-weight: normal;
			font-style: normal;
			border-bottom: 1px solid #888;
		}

.hipoteca {
	margin-left: auto;
	margin-right: auto;
}
	.hipoteca td {
		text-align: right;
		padding-right: 5px;
		padding-bottom: 3px;
	}
		.hipoteca td input{
			width: 80px;
		}


/* Salida debug */
.LOGGER {
    text-align: left;
    background-color: #000;
    color: #C0FFC0;
}
    .LOGGER .linea{
        text-align: left;
        font-family: monospace;
    }
    .LOGGER td, .LOGGER th {
        vertical-align: top;
        border-top: 1px dotted #00cc00;
    }
    .LOGGER a {
        color: #fff;
    }


a.prop_portada {
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #E8F0FF;
}
    .prop_portada img {
        display: block;
        float: left;
        margin-right: 4px;
    }
    .prop_portada img.vermas {
        float: none;
        margin: 0;
    }
a.prop_portada:hover {
    background-color: #FFF1AF;
    text-decoration: none;
}

/* SLOGAN DE CABECERA */

.SLOGAN_CAJA {
display:block;
float: right;
height:160px;
width:470px;
background-image: url(images/cabecera_fondo.jpg);
background-repeat:no-repeat;
background-position:right;
}

.SLOGAN {
color:#FFFFFF;
float:right;
font-family:Arial,Helvetica,sans-serif,Tahoma;
font-size:2.1em;
font-weight:bold;
text-align:right;
width:350px;
padding: 55px 20px 0 9px;
}

.SUBSLOGAN {
color:#FFFFFF;
float:right;
font-family:Arial,Helvetica,sans-serif,Tahoma;
font-size:16px;
font-weight:normal;
text-align:right;
width:350px;
padding: 0 20px 0 9px;
}

