/*******************************************************************************
******* CSS - GLOBALES *********************************************************
********************************************************************************
   _________________________________________________________________________

        Fichero: glogal.css
   -------------------------------------------------------------------------
        Fecha de creaci�n: 10 de Septiembre de 2005
   -------------------------------------------------------------------------
        Fecha de modificaci�n:
   -------------------------------------------------------------------------
        Descripci�n de clases:
            � INICIALIZACION DE TAGS
            � DEFINICIONES ESPECIFICAS
                - CUERPO
                - USUARIO Y LOGOUT
                - CABECERA
                - TITULO DE PAGINA Y FECHA
                - CONTENIDO
   _________________________________________________________________________

*******************************************************************************/


/****** INICIALIZACION DE TAGS ************************************************/
body, div, form, a, span, p, h1, h2, h3, h4, h5, input, select, textarea, table, tr, td, img, object, embed, ul, li
{
    margin: 0px;
    padding: 0px;
    font-family:  "verdana", "arial", "helvetica", "lucida grande", "lucida", "sans-serif", "geneva";
    font-size: 0.95em;
    color: #3F3F3F;
}

body
{
    width: 100%;
    height: 100%;
    background-color: #F0FAF1;
}


/****** DEFINICIONES ESPECIFICAS **********************************************/

div.clear
{
    clear: both;
}

div.fx1
{
    width: 100%;
    height: 0px;
    float: left;
    line-height: 0px;
    padding: 0px;
    border-top: 1px solid #CACACA;
}

div.fx2
{
    width: 100%;
    height: 0px;
    float: left;
    line-height: 0px;
    padding: 0px;
    border-top: 1px solid #FFFFFF;
}

/****** CUERPO LOGIN ******/
div#cuerpo_login
{
    width: 500px;
    /*height: 170px;*/
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -175px;
    margin-top: -90px;
    padding: 5px;
    background-color: #EEEEEE;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #8B8B8B;
    border-bottom: 1px solid #9F9F9F;
}

div#cuerpo_login h3
{
    text-align: right;
    font-variant: small-caps;
    font-weight: bold;
    color: #7F7F7F;
    margin-bottom: 5px;
}

div#cuerpo_login form
{
    text-align: center;
    margin-top: 15px;
}

div#cuerpo_login form span
{
    width: 100px;
    float: left;
    font-weight: bold;
    text-align: right;
    color: #7F7F7F;
    margin-right: 5px;
    margin-left: 55px;
}

div#cuerpo_login form input
{
    width: 195px;
    float: left;
    font-size: 0.8em;
    color: #3F3F3F;
    text-align: center;
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
}

div#cuerpo_login form input.boton
{
    width: 140px;
    float: none;
    font-family: verdana, helvetica, arial, lucida grande, lucida, sans-serif, geneva;
    font-size: 0.9em;
    font-weight: bold;
    color: #D13D3F;
    font-variant: small-caps;
    background-color: #F2F2F2;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #8B8B8B;
    border-bottom: 1px solid #9F9F9F;
    margin-top: 10px;
    cursor: pointer;
}

/****** FIN LOGIN ******/

/****** CABECERA ******/
div#cabecera
{
    width: 100%;
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #333333;
}

/****** USUARIO Y LOGOUT ******/
div#cont_user
{
    width: 100%;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    background-color: #E7E7E7;
    background-image: url( ../img/fondo_top_barra.jpg );
    background-repeat: repeat-x;
    background-position: 0px 0px;
    border-bottom: 1px solid #666666;
}

div#cont_user span
{
    height: 29px;
    float: left;
    font-size: 0.7em;
    color: #666666;
    margin-top: 4px;
    margin-bottom: 2px;
}

div#cont_user span.caja
{
    background-image: url( ../img/ico_usuarios.gif );
    background-repeat: no-repeat;
    background-position: 5px 3px;
    padding-left: 45px;
    padding-right: 10px;
    border-right: 1px solid #FFFFFF;
}

div#cont_user span.caja2
{
    background-image: url( ../img/ico_modo.gif );
    background-repeat: no-repeat;
    background-position: 5px 3px;
    padding-left: 35px;
    padding-right: 10px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #FFFFFF;
}

div#cont_user a.caja3
{
    background-image: url( ../img/ayuda.gif );
    background-repeat: no-repeat;
    background-position: 5px 3px;
    float: left;
   /*padding-left: 35px;
    padding-right: 10px;*/
    border-left: 1px solid #CCCCCC;
   
   
    /*border: 1px solid red;*/
}



/* CERRAR SESION */
div#cont_user a
{
    width: 100px;
    height: 22px;
    float: right;
    display: block;
    font-size: 0.8em;
    color: #666666;
    text-decoration: none;
    line-height: 17px;
    vertical-align: middle;
    text-align: center;
    background-image: url( ../img/ico_salir.gif );
    background-repeat: no-repeat;
    background-position: right 3px;
    padding-top: 7px;
    padding-right: 20px;
    margin-top: 4px;
    margin-right: 5px;
}

div#cont_user a.CambiarSesion
{
    width: 100px;
    height: 22px;
    float: right;
    display: block;
    font-size: 0.8em;
    color: #666666;
    text-decoration: none;
    line-height: 17px;
    vertical-align: middle;
    text-align: center;
    background-image: url( ../img/ico_cambiar_sesion.gif );
    background-repeat: no-repeat;
    background-position: right 3px;
    padding-top: 7px;
    padding-right: 20px;
    margin-top: 4px;
    margin-right: 5px;
}




div#cont_user a:hover
{
    text-decoration: underline;
}

div#cont_user span.caja_idioma
{
    width: 350px;
    height: 22px;
    float: right;
    display: block;
    /*line-height: 17px;*/
    /*vertical-align: middle;*/
    /*text-align: center;*/
    
    /*padding-top: 7px;*/
    /*margin-top: 4px;*/
    
    /*margin-right: 5px;*/
    padding-right: 20px;
}

div#cont_user span.caja_idioma a.none
{
 	text-decoration: none;
 	background-image: none;
 	margin: 0px;
 	padding: 0px;
 	width: 25px;
}

div#cont_user span.caja_idioma a.none img
{
	border: 0px;
}


/* CONTENIDO CABECERA */
div#cont_cabecera
{
    width: 100%;
    height: 68px;
    background-image: url( ../img/fondo_top_cont_cabecera.jpg );
    background-repeat: repeat-x;
    background-position: 0px 0px;
    border-bottom: 1px solid #CCCCCC;
}

div#cont_cabecera img
{
    float: left;
    margin-left: 25px;
}

div#cont_cabecera h3
{
    float: right;
    font-family:  arial, verdana, helvetica, lucida grande, lucida, sans-serif, geneva;
    text-align: right;
    font-size: 1.3em;
    font-variant: small-caps;
    font-weight: bold;
    color: #D13D3F;
    margin-top: 27px;
    margin-right: 25px;
}

/****** MENU ******/

/*
div#cont_menu
{
    position: relative;
    width: 100%;
    height: 25px;
    background-color: #EFEFEF;
    background-image: url( ../img/fondo_top_menu.jpg );
    background-repeat: repeat-x;
    background-position: 0px 5px;
    border-bottom: 1px solid #666666;
    z-index: 3;

    font-family:  verdana, arial,  helvetica, lucida grande, lucida, sans-serif, geneva;
    text-align: left;
    font-size: 1.0em;
    font-variant: small-caps;
    font-weight: bold;
    color: #D13D3F;

}


div#Submenu
{
    position: relative;
    width: 100%;
    height: 25px;
    background-color: #EFEFEF;
    background-image: url( ../img/fondo_top_menu.jpg );
    background-repeat: repeat-x;
    background-position: 0px 5px;
    border-bottom: 1px solid #666666;
    z-index: 2;

    font-family:  verdana, arial,  helvetica, lucida grande, lucida, sans-serif, geneva;
    text-align: left;
    font-size: 1.0em;
    font-variant: small-caps;
    font-weight: bold;
    color: #D13D3F;

}

*/
div#menubar
{
    width: 17%;/*760px*/
    /*height: 25px;*/
	float:left;
    position: relative;
    margin: auto;
    /*border-left: 1px solid #3B4F66;
    border-right: 1px solid #3B4F66;*/
    z-index :1;

    font-family:  tahoma, arial,  helvetica, lucida grande, lucida, sans-serif, geneva;
    text-align: left;
    font-size: 12px;/*1em*/
    /*font-variant: small-caps;*/
    color: #D13D3F;
	
	height: 100%;/*430px;*/
	overflow: auto;
	padding-left: 10px;

}

div#menubar h2
{
    margin-top: 10px;
    text-transform: UPPERCASE;
}

div#menubar ul
{
    margin: 3px 0px 15px 0px;
    list-style-type: none;
} 

div#menubar ul li
{
    border-bottom: 1px dashed #c0c0c0;
}

div#menubar ul li a
{
    padding: 4px 0px 5px 2px;
    display: block;
    text-decoration: none;
}

div#menubar ul li a:hover
{
    background: red;
    color: #FFFFFF;
    font-weight: bold;
}

/*
div#menubar a
{
    width: auto;
    height: 25px;
    display: block;
    float: left;
    line-height: 25px;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solId #666666;

    font-family:  verdana, arial,  helvetica, lucida grande, lucida, sans-serif, geneva;
    text-align: left;
    font-size: 0.80em;
    font-variant: small-caps;
    font-weight: bold;
    color: #D13D3F;
    text-decoration: none;
}

div#menubar a:hover
{
    background-color: #D7D7D7;
    background-image: url( ../img/fondo_top_menu.jpg );
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

div#menubar div.submenu
{
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	visibility: hidden;
}

div#menubar div.submenu a
{
	float: none;
	border: none;
	border-left: 5px solid #D13D3F;
	margin-bottom: 1px;
}
*/

/****** CUERPO ******/
div#cuerpo
{
    width: 80%; /*980px;*/
	/*width: 780px;*/
	min-height: 389px;
    background-color: #FFFFFF;
    background-image: url( ../img/fondo_cuerpo.jpg );
    background-repeat: repeat-x;
    background-position: 0px 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    margin: auto;
	text-align: center;
	float: right;
	overflow: auto;
}

/****** TITULO DE PAGINA ******/
div#cuerpo h3#titbar
{
    height: 21px;
    font-variant: small-caps;
	font-size: 0.8em;
	color: #D13D3F;
    line-height: 20px;
	text-align: center;
    vertical-align: middle;
	background-image: url( ../img/fondo_tit_pag.jpg );
    background-repeat: repeat-x;
    background-position: 0px 0px;
    padding-left: 15px;
	border-bottom: 1px solid #E3E3E3;
    margin-left: 15px;
    margin-right: 15px;
}



/******** LISTADOS DENTRO DE LA PAGINA *******/
div#cuerpo table.listado
{
    width: 730px;
    margin: auto;
    /*margin-top: 2px;*/
    border-collapse: separate;
    empty-cells: hide !important;
    /*margin-left: 15px;
    margin-right: 15px;*/
}

/* CABECERAS DE LA TABLA */
div#cuerpo table.listado tr.cabeceras td
{
    font-size: 0.9em;
    /*font-variant: small-caps;*/
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background-color: #D13D3F;
    padding: 3px !important;
}

table.listado tr.cabeceras td a
{
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;	
	font-size: 0.9em;
}


div#cuerpo table.listado tr td
{
    padding-left: 5px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
}

div#cuerpo table.listado tr td.vacio
{
	background-color: transparent;
}

div#cuerpo table.listado tr td.centrado
{
    text-align: center;
}

div#cuerpo table.listado tr.cabeceras td
{
    padding: 5px;
}

/* FILAS IMPARES */
div#cuerpo table.listado tr.fila_impar td
{
    background-color: #F9F9F9;
}

/* FILAS PARES */
div#cuerpo table.listado tr.fila_par td
{
    background-color: #EFEFEF;
}

/* Columnas posicionadas */
div#cuerpo table.listado tr td.izquierda
{
	text-align: left;	
}

/* EDITAR */
div#cuerpo table.listado tr td.editar
{
	width: 140px;
    background-color: transparent;
    padding: 0px;
    padding-left: 5px;
}

div#cuerpo table.listado tr td.editar a
{
	display: block;
	font-weight: bold;
    text-decoration: none;
    line-height: 20px;
    vertical-align: middle;
    background-color: #D2DDEF;
	background-image: url( ../img/editar.gif );
	background-repeat: no-repeat;
	background-position: 5px 1px;
	padding-left: 25px;
	padding-right: 5px;
	border-bottom: 1px solid #A3BBD7;
}

div#cuerpo table.listado tr td.editar a:hover
{
    color: #1B1F44;
	background-color: transparent;
}

/* ELIMINAR */
div#cuerpo table.listado tr td.eliminar
{
    width: 75px;
	background-color: transparent;
    padding: 0px;
    padding-left: 2px;
}

div#cuerpo table.listado tr td.eliminar a
{
    display: block;
	font-weight: bold;
    text-decoration: none;
    line-height: 20px;
    vertical-align: middle;
    background-color: #D2DDEF;
	background-image: url( ../img/eliminar.gif );
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 27px;
	padding-right: 5px;
	border-bottom: 1px solid #A3BBD7;
}

div#cuerpo table.listado tr td.eliminar a:hover
{
    color: #1B1F44;
	background-color: transparent;
}

/******** FIN LISTADOS DENTRO DE LA PAGINA *******/


/****** PAGINADOR INICIO ******/
div#cuerpo table.paginador
{
    width: 100%;
    float: left;
    background-color: #F9F9F9;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 15px;
    font-size: 0.8em;
}

div#cuerpo table.paginador tr td.pag_izq
{
    text-align: left;
    padding-left: 5px;
}

div#cuerpo table.paginador tr td.pag_izq a
{
    float: none !important;
    margin-left: 5px;
    margin-right: 0px;
}

div#cuerpo table.paginador tr td.pag_izq span
{
    margin-left: 5px;
}

div#cuerpo table.paginador tr td.pag_der
{
    text-align: right;
    padding-right: 10px;
}

div#cuerpo table.paginador tr td.pag_der a
{
    font-size: 0.9em !important;
}
/****** PAGINADOR FIN ******/







/* TEXTOS */
div#cuerpo p
{
	font-size: 0.9em;
	margin-left: 15px;
	margin-top: 15px;
    margin-right: 15px;
}

/* FORMULARIOS */
div#cuerpo form
{
    margin-top: 25px;
}

div#cuerpo form div.fila
{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

div#cuerpo form div.fila label
{
    width: 100px;
    float: left;
    text-align: right;
    margin-right: 10px;
}

div#cuerpo form div.fila input
{
    width: 580px;
    height: 17px;
    font-size: 0.8em;
    background-color: #EFEFEF;
    border: none;
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 5px;
}

div#cuerpo form div.fila input.radios
{
	width: auto;
	float: left;
	background-color: transparent;
	margin-left: 110px;
	margin-top: 2px;
}

div#cuerpo form div.fila input.fichero
{
    background-color: transparent;
}

div#cuerpo form div.fila select
{
	font-size: 0.8em;
    background-color: #EFEFEF;
}

div#cuerpo form div.fila textarea
{
    width: 580px;
    height: 100px;
    font-size: 0.8em;
    background-color: #EFEFEF;
    border: none;
    padding: 5px;
}

div#cuerpo form div.fx
{
    height: 0px;
    line-height: 0px;
    border-top: 2px dotted #CDCED1;
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

div#cuerpo form input.boton
{
    height: 21px;
	float: right;
	color: #3B4F94;
	font-size: 0.7em;
	font-weight: bold;
	background-image: url( ../img/fondo_tit_pag.jpg );
    background-repeat: repeat-x;
    background-position: 0px 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	border-bottom: 1px solid #D9C004;
    margin-right: 15px;
	cursor: pointer;
}

div#cuerpo div.botones_adicionales
{
	text-align: center;
	margin-left: 15px;
	margin-top: 30px;
    margin-right: 15px;
}

div#cuerpo div.botones_adicionales input.nuevo
{
	height: 21px;
	float: right;
	color: #3B4F94;
	font-size: 0.7em;
	font-weight: bold;
	background-image: url( ../img/fondo_tit_pag.jpg );
    background-repeat: repeat-x;
    background-position: 0px 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	border-bottom: 1px solid #D9C004;
    margin-right: 15px;
	cursor: pointer;
}

div#cuerpo a.volver
{
	font-size: 0.8em;
	font-weight: bold;
	color: #1B1F44;
	text-transform: lowercase;
	text-decoration: none;
	background-color: #D2DDEF;
	background-image: url( ../img/volver.gif );
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-left: 23px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	border-bottom: 1px solid #A3BBD7;
}

/** Capa para la presentaci�n de mensajes **/
div.mensajes
{
    width: 70%;
    border-top: 5px solid  #D13D3F;
    background-color: #F8F8F8;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #3F3F3F;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}



/** Estilos definidos a las tablas de formulario **/

div#cuerpo table.formulario
{
    width: 80%;/*700px*/
    margin: auto;
    margin-top: 20px;
    border-collapse: separate;
    empty-cells: hide !important;
    margin-left: 15px;
    margin-right: 15px;
}

div#cuerpo table.formulario tr td.columna_izquierda
{
	/*width: 20%;*/
	font-weight: bold;
    text-align: right !important;
}

div#cuerpo table.formulario tr td.columna_derecha
{
	/*width: 80%;*/
    text-align: left !important;
}

div#cuerpo table.formulario tr td.etiquetas
{
	width: 60%;
	font-weight: bold;
    text-align: right !important;
}

div#cuerpo table.formulario tr td.etiquetas2
{
	width: 60%;
	font-weight: bold;
    text-align: right !important;
}

div#cuerpo table.formulario tr td.etiquetas3
{
	width: 40%;
	font-weight: bold;
    text-align: right !important;
}

div#cuerpo table.formulario tr td.campos
{
    text-align: left !important;
}

div#cuerpo table.formulario tr td.separador
{
	border-bottom: 2px dotted #1C3F0D;
}

div#cuerpo table.formulario tr td.bloqueseparador
{
	height: 5px;
}

/** Estilos definidos a las tablas de presentancion de elementos multimedias **/
div#cuerpo table.graficos
{
    width: 90%;
    margin: auto;
    margin-top: 20px;
    border-collapse: separate;
    empty-cells: hide !important;
    margin-left: 15px;
    margin-right: 15px;
}

div#cuerpo table.graficos tr td.par
{
	background-color: #F8F8F8;
}

div#cuerpo table.graficos tr td.impar
{
	background-color: #F0FAF1;
}

div#cuerpo table.calendario
{
    width: 90%;
    margin: auto;
    margin-top: 20px;
    border-collapse: separate;
    empty-cells: hide !important;
    margin-left: 15px;
    margin-right: 15px;	
}

div#cuerpo table.calendario tr.dias_semana
{
	width: 13.6%;
	font-weight: bold;
    text-align: center !important	
}

div#cuerpo table.calendario tr td.numero_semana
{
	width: 5%;
	font-weight: bold;
    text-align: center !important	
}

div#cuerpo table.calendario tr td.par
{
	background-color: #F8F8F8;
	text-align: left !important;
}

div#cuerpo table.calendario tr td.impar
{
	background-color: #F0FAF1;
	text-align: left !important;
}


/*** Estilo para el calendario peque�o ***/
div.calendario_chico
{
	background-color: #F8F8F8;
}

div.cabecera_calendario_chico
{
	font-weight: bold;
}

div.cabecera_calendario_chico table tr
{
	font-size: 1.5em !important;
}

div.cuerpo_calendario_chico
{
}

div.cuerpo_calendario_chico table.calendario
{
	border-top: 2px solid  #D13D3F;
}

div.cuerpo_calendario_chico table tbody tr
{
	font-size: 0.9em !important;
}

div.cuerpo_calendario_chico table.calendario tbody tr.dias_semana
{
	font-weight: bold;
}

div.cuerpo_calendario_chico table.calendario tbody tr td a
{
	text-decoration: none;
}

div.cuerpo_calendario_chico table.calendario tbody tr td.libre
{
}

/* Se�ala d�as que estan en alg�n estado de reserva */
div.cuerpo_calendario_chico table.calendario tbody tr td.reservado
{
	background-color: #00FFFF;
}

div.cuerpo_calendario_chico table.calendario tbody tr td.confirmado
{
	background-color: #FFFF00
}

div.cuerpo_calendario_chico table.calendario tbody tr td.oferta
{
	background-color: #FCD6E1;
}


/* Se�ala d�as que estan con ofertas*/
div.cuerpo_calendario_chico table.calendario tbody tr td.oferta0
{
	background-color: green;
}

div.cuerpo_calendario_chico table.calendario tbody tr td.oferta1
{
	background-color: red;
}

div.cuerpo_calendario_chico table.calendario tbody tr td.oferta2
{
	background-color: blue;
}

div.cuerpo_calendario_chico table.calendario tbody tr td.oferta3
{
	background-color: #0cd01c;
}


/* Se�ala los dias seg�n el tipo de cierre */
div.cuerpo_calendario_chico table.calendario tbody tr td.obra
{
	background-color: #FFFF00;
}

div.cuerpo_calendario_chico table.calendario tbody tr td.uso_privado
{
	background-color: silver;/*#FCD6E1;*/
}

div.cuerpo_calendario_chico table.calendario tbody tr td.permanente
{
	background-color: red;
}

div.cuerpo_calendario_chico table.calendario tbody tr td.cierre
{
	background-color: red;
}



/* Se�ala los d�as seg�n el tipo de reserva */
div.cuerpo_calendario_chico table.calendario tbody tr td.reserva_pendiente
{
	background-color: #FFFF00;
}

div.cuerpo_calendario_chico table.calendario tbody tr td.solicitada
{
	background-color: #55FFFF;
}

div.cuerpo_calendario_chico table.calendario tbody tr td.reserva_firme
{
	background-color: #FCD6E1;
}

div.cuerpo_calendario_chico table.calendario tbody tr td.reserva
{
	background-color: #00FFFF;
}

div.cuerpo_calendario_chico table.calendario tbody tr td.reserva_inicial
{
	background-color: #99FFFF;
}

div.cuerpo_calendario_chico table.calendario tbody tr td.reserva_final
{
	background-color: #00FFFF;
}

.estado_inicial{
    -moz-border-radius-topleft: 45%;
    -moz-border-radius-topright:0%;
    -moz-border-radius-bottomright:0%;
    -moz-border-radius-bottomleft:45%;
    z-index:1;
}

.estado_final{
    -moz-border-radius-topleft: 0%;
    -moz-border-radius-topright:45%;
    -moz-border-radius-bottomright:45%;
    -moz-border-radius-bottomleft:0%;
    z-index:1;
}




table.tidiomas{
	border: 0px solid blue;
	margin-top: 10px;
	margin-right:5px;
	float: right;
	height: 17px;
	width: 1px;
}

table.tidiomas a
{
	float: right;
	/*width: 19px;
	height: 13px;*/
}

table.tidiomas a img{
	border: 0px;
}

a.idioma
{
    width: 0px !important;
    height: 22px;
    float: right;
    display: block;
    font-size: 0.8em;
    color: #666666;
    text-decoration: none;
    line-height: 17px;
    vertical-align: middle;
    text-align: center;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: right 3px;
    padding-top: 7px;
    padding-right: 20px;
    margin-top: 4px;
    margin-right: 5px;
}

a.idioma:hover
{
    text-decoration: underline;
}


#ayuda{
	width: 500px;
	margin: auto;
	border: 0px solid red;
	font-family:  verdana, arial, helvetica, lucida grande, lucida, sans-serif, geneva;
    font-size: 11px;
    color: #3F3F3F;
}

#ayuda h1.titulo{
    height: 21px;
    font-variant: small-caps;
	font-size: 0.8em;
	color: #D13D3F;
    line-height: 20px;
	text-align: center;
    vertical-align: middle;
	background-image: url( ../img/fondo_tit_pag.jpg );
    background-repeat: repeat-x;
    background-position: 0px 0px;
    padding-left: 15px;
	border-bottom: 1px solid #E3E3E3;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
}

table.punto_interes
{
	font-size: 11px;
}

/****** SUBMENU ESTABLECIMIENTOS ******/
div#cont_menu_establecimiento
{
    width: 100%;
    height: 25px;
    margin-top: 10px;
    /*background-color: #EFEFEF;*/
}

div#menubar_establecimiento
{
    width: 730px;
    height: 25px;
    position: relative;
    margin: auto;
    /*border-left: 1px solid #3B4F66;
    border-right: 1px solid #3B4F66;*/
}

div#menubar_establecimiento a
{
    width: auto;
    height: 25px;
    display: block;
    float: left;
    font-family:  verdana, arial, helvetica, lucida grande, lucida, sans-serif, geneva;
    color: #D13D3F;
    font-size: 0.75em;
    font-weight: bold;
    /*font-variant: small-caps;*/
	text-transform: uppercase;
    text-decoration: none;
    line-height: 25px;
    vertical-align: middle;
	padding-left: 15px;
    padding-right: 15px;
    margin-right: 1px; 
    /*border-left: 1px solid #FFFFFF;
    border-right: 1px solid #666666;*/
    
    border-left: 1px solid #3B4F66;
    border-right: 1px solid #3B4F66;
    background-color: #D7D7D7;
    background-image: url( ../img/fondo_top_menu.jpg );
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

div#menubar_establecimiento a:hover
{
    background-color: #D7D7D7;
    background-image: url( ../img/fondo_top_menu.jpg );
    background-repeat: repeat-x;
    background-position: 0px 0px;
}


/* Estilo para la ficha policial*/
table.ficha_policial
{
	width: 90%;
	margin: auto;
	border: 1px solid #000000;
	font-size: 11px;
}

table.ficha_policial td.titulo
{
	text-align: center;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	height: 30px;
}

table.ficha_policial td.pie
{
	text-align: left;
	font-size: 10px;
}

table.ficha_policial td.etiqueta
{
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

table.ficha_policial td.etiqueta1
{
	font-weight: bold;
	text-align: left;
	width: 25%;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

table.ficha_policial td.campo
{
	text-align: left;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

table.ficha_policial td.campo_izq
{
	text-align: left;
	border-bottom: 1px solid #000000;
}

table.ficha_policial td.titulo_firma
{
	text-align: center;
	font-weight: bold;
}

table.ficha_policial td.firma
{
	height: 50px;
	border-bottom: 1px solid #000000;
}

table.documento
{
	width: 100%;
	margin: auto;
	font-size: 11px;
}

table.documento td.titulo_documento
{
	text-align: center;
	border-bottom: 1px solid #000000;
	font-weight: bold;
}

table.documento td.estilo_documento
{
	text-align: center;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-decoration: line-through;
	font-weight: bold;
	
}

table.documento td.sin_sombra
{
	text-align: center;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	font-weight: bold;
	
}

table.documento td.bajo
{
	text-align: center;
	border-bottom: 1px solid #000000;
	width: 25%;
}

table.documento td.campo_otro
{
	border-bottom: 1px solid #000000;
	width: 75%;
}

table.documento td.etiqueta_otro
{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

table.sexo
{
	margin: auto;
	width: 100%;
	font-size: 11px;
}

table.sexo td.estilo_sexo
{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: center;
	font-weight: bold;
}

table.sexo td.estilo_sexo_izq
{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left;
	font-weight: bold;
}


div#aviso
{
    width: 340px;
    height: 50px;
    margin-top: 5px;
    margin-left: 5px;
    /*position: absolute;
    left: 50%;
    top: 65%;
    margin-left: -175px;*/
   
    padding: 5px;
    font-size: 11px;
    color: #999999;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #8B8B8B;
    
    /*border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #8B8B8B;
    border-bottom: 1px solid #9F9F9F;*/
}

div#aviso span.firefox
{
	width: 340px;
	height: 50px;
	background-image: url( ../img/firefox.jpg );
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 35px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top:10px;
	
}

div#aviso span.firefox a
{
	text-decoration: none;
}

div#aviso span.firefox a:hover
{
	text-decoration: underline;
}

.res_libre
{
  background-color:teal;
}

.res_cierre_minimo_noches
{
  background-color:olive;
}

.res_reserva
{
  background-color:yellow;
}

.res_solicitada
{
  background-color:orange;
}

.res_reserva_inicial
{
  background-color:orange;
}

.res_reserva_final
{
  background-color:orange;
}

.res_reserva_inicial_final
{
  background-color:orange;
}

.res_cierre_pasado
{
  background-color:maroon;
}

.res_cierre_agencia
{
  background-color:silver;
}

.res_cierre_no_precio
{
  background-color:fuchsia;
}

