/*********************************************************
* Nombre: estilos.css                                    *
* Descripción: Hoja de estilos principal                 *
*********************************************************/

/** ELEMENTOS GENERALES ***********************************************************************************************/

body {
    margin: 0px;
    padding: 0px;
    background-color: #cccccc;
}

body.F {
    background-color: #FFFFFF;
}

form {
    margin: 0px;
    padding: 0px;
}

p {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    line-height: 20px;
    text-align: justify;
}

li {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    line-height: 20px;
}

a {
    outline: none;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
	vertical-align: bottom; 
}

.clearfloat {
    clear: both;
    float: none;
}

h1 {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    line-height: 20px;
    text-align: justify;
}

h2 {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 20px;
    text-align: justify;
}

h3 {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 20px;
    text-align: justify;
}

iframe {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    border: 0px;
    outline: none;
}

iframe.oculto {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    visibility: hidden;
    display: none;
}

textarea {
    resize: none;
}

table {
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

th {
    text-align: left;
}

fieldset {
    margin: 0px;
    margin-top: 25px;
    padding: 10px;
    border: 1px solid #000000;    
}

legend {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
}

.aviso {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #c5181f;
}

.avisoVerde {
	color: #23a720;
	font-weight: bold;
	text-decoration: underline;
}

.avisoRojo {
	color: #c5181f;
	font-weight: bold;
	text-decoration: underline;
}

.asteriscos {
	color: #000000;
	font-weight: bold;
	font-size: 2em;
}

*:focus {
	outline: none;
}

input.inputLogin:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #efefef inset;
}

#TT {
	display: none;
	position: absolute;
	z-index: 200000;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.9);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0px;
	padding: 2px 5px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

#TT h2 {
	margin: 0px !important;
	font-size: 1.5em !important;
}

#TT p {
	margin: 0px !important;
	font-size: 1em;
}

#TT ul {
	margin: 5px 0px 0px 0px !important;
    padding: 0px 0px 0px 15px !important;
}

#TT ul li {
	margin: 0px !important;
    font-size: 1em;
}

/** CAPAS *************************************************************************************************************/

#contenedor {
    width: 950px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
    background-color: #ffffff;
}

#cabecera {
	margin:0px;
    padding: 0px;
    width: 950px;
    height: 110px;
    background-image: url(../imagenes/cabecera.jpg);
    background-repeat: no-repeat;
}

#contenido {
    margin: 0px;
    padding: 0px;
    padding-left: 25px;
    padding-right: 25px;
}

#rutaSeccion {
    height: 40px;
    margin-top: 10px;
    background-color: #c8d23d;
}

#rutaSeccion img {
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    float:left;
    border: 0px;
}

#rutaSeccion img.separador {
    margin-top: 13px;
}

#rutaSeccion h1, #rutaSeccion h2, #rutaSeccion h3 {
    margin: 0px;
    margin-top: 12px;
    float:left;
    font-size: .8em;    
    color: #000000;
}
#rutaSeccion h1, #rutaSeccion h2 {
    text-transform: uppercase;
}
#rutaSeccion h3 {
    font-weight: normal;
}

#textoAyudaSeccion {
    margin-bottom: 5px;
	background-color: #dce4eb;
    padding: 10px;
}

#textoAyudaSeccion img.iconoAyuda {
    border: 0px;
    float: left;
    margin-right: 15px;
}

#textoAyudaSeccion p {
    border: 0px;
    font-size: .8em;
    line-height: normal;
    margin:0px;
    margin-top: 5px;
    margin-bottom: 3px;
}

#leyendaBotonesSeccion {
	float: right;
    margin-bottom: 30px;
    text-align: center;
}

.botonSeccion {
    float:left;
    margin: 0px;
    margin-left: 15px;
    margin-right: 14px;
}

.botonSeccion img {
    border: 0px;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
}

.botonSeccion p {
    margin:0px;
    border: 0px;
    float: left;
    font-size: .7em;
}

#buscador fieldset {
    margin:0px;
    margin-bottom: 25px;
}

#pie {
    margin: 0px;
    padding: 0px;
    margin-top: 50px;
    width: 950px;
    height: 50px;
    background-color: #262626; 
}

#pie p {
    text-align: center;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;    
    padding-top: 15px;
}

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

.ventanaFlotante {
    display: none;
    position: absolute;
    width:250px;
    z-index: auto;
}

.fondoVentanaFlotante {
    background-color: #f9f7bb;
    border: 1px solid #000000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.contenidoVentanaFlotante {
    font: 13px "MS Sans Serif", Geneva, sans-serif;
    color: #000000;
    text-align: left;
}

.contenidoVentanaFlotante strong {
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: bold;
}


/** PANTALLA LOGIN ****************************************************************************************************/

#formularioLogin  {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 130px;
    padding: 25px;
    background-color: #eeeeee;
    text-align: center;
}

#formularioLogin p.mensaje {
	margin: 0px;
	margin-bottom: 10px;
    text-align: center;
}

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

.bloqueCampoFormularioIndex {
    width: 250px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.bloqueCampoFormularioIndex p {
    margin: 0px;
    font-size: .75em;
    color: #000000;
}

.bloqueCampoFormularioIndex input {
	width: 240px;
	margin: 0px;
	padding: 5px;
    color: #000000;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;    
    background-color: #ffffff;
}

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

#bloqueMensajesError {
    width: 400px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    background-image: url("../imagenes/fondoMensajeError.png");
    background-repeat: no-repeat;
    background-position: top center;
    display: table;
    visibility: hidden;
}

#bloqueMensajesError p {
    color: #ffffff;
    margin: 0px;
    text-align: center;
    margin-top: 5px;
}


/** FORMULARIOS *******************************************************************************************************/

.campoObligatorio {
    color: #ff0000;
    font-weight: bold;
    font-size: 1.4em;
}

.bloqueCampoFormulario, .bloqueCampoFormularioM {
    float: left;
    margin: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.bloqueCampoEditor {
    margin: 0px;
    margin-bottom: 10px;
}

.bloqueCampoFormulario p, .bloqueCampoEditor p {
    margin: 0px;
    font-size: .75em;
    color: #000000;
}

#botonesEditor {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 35px;
}

#botonesEditor img {
    float: left;
    margin: 1px;
}

#botonesEditorPequenio {
    float: right;
    margin: 0px;
    margin-right: 5px;
    width:100px;
}

#botonesEditorPequenio img {
    float: left;
    margin: 1px;
}

.bloqueCampoFormulario input {
	float: left;
	margin: 0px;
	padding: 5px;
    color: #000000;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;    
    background-color: #efefef;
}

.bloqueCampoFormulario select {
	margin: 0px;
	padding: 4px;
    color: #000000;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;    
    background-color: #efefef;
}

.bloqueCampoFormulario textarea {
	margin: 0px;
	padding: 1%;
    color: #000000;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;    
    background-color: #efefef;
}

.bloqueCampoFormulario img {
    cursor: pointer;
    float: left;
    margin-top: 1px;
    margin-left: 5px;
}

.formularioPaginacion {
	padding: 0px;
    color: #000000;
    border: 1px solid #333333;
    font-family: Arial;
    font-size: .7em;
    background-color: #ffffff;
}
    
/**********************************************/

.bloqueCampoFormulario div.selectorFoto {
	float: left;
}

.bloqueCampoFormulario img.eliminarFoto {
 	float: left;
 	margin-top: 1px;
 	margin-left: 10px;
 	margin-right: 10px;
}

.bloqueCampoFormulario img.eliminarFoto:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.bloqueCampoFormulario p.avisoFoto {
	display: none;
	margin: 3px;
	font-weight: bold;
	font-size: 0.7em;
}

#indicadorFoto {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 10px;
    background-repeat: no-repeat;
}

.SinFoto {
	background-image: url("../imagenes/iconoImgAviso.png");
}

.Subiendo {
	background-image: url("../imagenes/iconoImgCargando.gif");
}

.Exito {
	background-image: url("../imagenes/iconoImgOk.png");
}

.Fallo {
	background-image: url("../imagenes/iconoImgError.png");
}

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

.formulario {
    float: left;
    margin: 0px;
    padding: 5px;
    color: #000000;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;    
    background-color: #efefef;
} 

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

.tag {
	cursor: pointer;
	display: inline-table;
	margin: .5rem .5rem .3rem 0;
	padding: .3rem .5rem .3rem .5rem;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8rem;
	color: #ffffff;
	background-color: #6998b7;
	border-radius: 5px;
 	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tag:hover {
	color: transparent;
    background-image: url("../imagenes/eliminar.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.tagNoEdit {
	margin: .2rem .5rem 0 0;
	cursor: default !important;
}
.tagNoEdit:hover {
	color: #ffffff !important;
	background-image: none !important;
}


/** SUBIDA / RECORTE FOTOS ********************************************************************************************/

#previoImagenContenedor {
    margin-left: auto;
    margin-right: auto;
}

#previoImagen {
    width: 100%;
    margin-bottom: 10px !important;
}

.selectorFotos {
    float: left;
    height: 50px;
    margin-right: 0px !important;
}

.datosRecorte {
    position: relative;
    float: right;
    width: 50%;
    height: 50px;
    margin-bottom: 20px;
    background: #000000;
    font-family: monospace;
    font-size: 1em;
    color: #ffffff;
}

.datosRecorte img {
    float: left;
    margin: 9px;
}

.datosRecorte div.posicion {
    position: absolute;
    top: 10px;
    left: 65px; 
    text-align: left;
}

.datosRecorte div.tam {
    position: absolute;
    top: 10px;
    left: 150px; 
    text-align: left;
}

.datosRecorte div.destino {
    float: right;
    height: 42px;
    margin-top: 4px;
    margin-right: 10px;
    padding-left: 10px;
    border-left: 1px solid #ffffff;
}

.datosRecorte div.destino p {
    margin: 0px;
    text-align: left;
    font-family: monospace;
    font-size: 0.9em;
    color: #ffffff;
}

.datosRecorte div.destino img {
    margin: 0px;
}

.datosRecorte div.destino div.avisoFoto {
    display: none;
    margin-top: -3px;
    font-size: 0.9em;
    color: #ff0000;
    font-weight: bold;
}

.datosRecorte div.destino div.avisoFoto img {
    height: 20px;
    float: left;
    margin-right: 3px;
}

.datosRecorte div.destino div.avisoFoto p {
    margin-top: 3px;
    font-size: 0.9em;
    color: #ff0000;
    font-weight: bold;
}


/** BOTONES ***********************************************************************************************************/

.boton, .botonPequenio {
	display: table;
	cursor: pointer;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
	background-color: #262626;
	margin-left: auto;
	margin-right: auto;
}
.botonPequenio {
    margin-left: .5em;
    margin-right: 0;
    float: right;
}

.boton p, .botonPequenio p {
	margin: 5px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;	
	letter-spacing: 2px;
	font-size: .9em;
	color: #ffffff;
}
.botonPequenio p {
    margin: 3px;
    margin-left: 5px;
    margin-right: 5px;
    letter-spacing: 1px;
    font-size: .7em;
}

.boton:hover, .botonPequenio:hover {
	background-color: #b10c14;
}

.botonOff, .botonPequenioOff {
	display: none;
	cursor: default;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
	background-color: #edecec;
	margin-left: auto;
	margin-right: auto;
}
.botonPequenioOff {
    margin-left: .5em;
    margin-right: 0;
    float: right;
}

.botonOff p, .botonPequenioOff p {
	margin: 5px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;	
	letter-spacing: 2px;
	font-size: .9em;
	color: #c4c0c0;
}
.botonPequenioOff p {
    margin: 3px;
    margin-left: 5px;
    margin-right: 5px;
    letter-spacing: 1px;
    font-size: .7em;
}

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

.bEntrar {
	width: 250px;
	margin-top: 15px;
}

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

.botonTabla {
    border: 0px;
    margin-left: 4px;
    margin-right: 4px;
}

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

.botonVolver {
    text-align: right;
    margin: 0px;
    margin-bottom: 20px;
}

.botonVolver img {
    float: right;
    margin-right: 5px;
    margin-top: 14px;
}

.botonVolver p {
    float:right;
    font-size: .9em;
    font-weight: bold;
    color: #4c4c4c;
}

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

.botonBuscar {
	margin-right: 10px;
    float: right;
}

.botonVerTodo {
    float: right;
}

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

.botonAcceder {
    margin-top: 5px !important;
}

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

.botonEnviarClaves {
    margin-top: 5px !important;
}


/** PAGINACION **********************************************************************************************************/

#numResultadosPaginacion {
    float: left;
    margin: 5px;
    padding: 0px;
}

#numResultadosPaginacion p {
    color: #333333;
    font-size: 0.6em;
    margin: 0px;
    margin-top: -1px;
    margin-right: 5px;
    float: left;
}

#numResultadosPaginacion select {
    height: auto;
    margin: 0px;
    float: left;
}

#controlesPaginacion {
    float: right;
    margin: 5px;
    padding: 0px;
}

#controlesPaginacion img {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 2px;
    margin-right: 2px;
}

#controlesPaginacion p {
    float: left;
    margin: 0px;
    margin-top: -1px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
    color: #333333;
    font-size: 0.6em;
}


/** ACCESO ************************************************************************************************************/

#cajaCodigoAcceso  {
    width: 400px;
    margin: 0px;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 130px;
    background-color: #eeeeee;
    text-align: center;
}

#cajaCodigoAcceso p.mensaje {
    text-align: center;
}

#cajaCodigoAcceso p.intentos {
    font-size: .8em;
    color: #444444;
    text-align: center;
}

#bloquePanelBotones {
	display: table;
	margin: 0px;
    padding: 0px;
    width: 200px;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url("../imagenes/fondoPanelBotones.png");
    background-repeat: no-repeat;
}

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

.botonN1 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN1 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.botonN1 a:hover {
    background-position: 0px -35px;
}

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

.botonN2 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN2 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -35px 0px;
}

.botonN2 a:hover {
    background-position: -35px -35px;
}

/**********************************************/
.botonN3 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN3 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -70px 0px;
}

.botonN3 a:hover {
    background-position: -70px -35px;
}

/**********************************************/
.botonN4 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN4 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -105px 0px;
}

.botonN4 a:hover {
    background-position: -105px -35px;
}

/**********************************************/
.botonN5 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN5 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -140px 0px;
}

.botonN5 a:hover {
    background-position: -140px -35px;
}

/**********************************************/
.botonN6 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN6 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -175px 0px;
}

.botonN6 a:hover {
    background-position: -175px -35px;
}

/**********************************************/
.botonN7 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN7 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -210px 0px;
}

.botonN7 a:hover {
    background-position: -210px -35px;
}

/**********************************************/
.botonN8 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN8 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -245px 0px;
}

.botonN8 a:hover {
    background-position: -245px -35px;
}

/**********************************************/
.botonN9 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN9 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -280px 0px;
}

.botonN9 a:hover {
    background-position: -280px -35px;
}

/**********************************************/
.botonN0 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN0 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -315px 0px;
}

.botonN0 a:hover {
    background-position: -315px -35px;
}


/** AVISO BLOQUEO IP **************************************************************************************************/

.fondoIPB {
    background-color: #000000; 
}

.logoIPB {
 	margin: 30px;
 	padding: 0px;
 	margin-left: auto;
 	margin-right: auto;
}

.textoIPB {
	width: 1000px;
 	margin: 0px;
 	padding: 0px;
 	margin-top: 10px;
 	margin-left: auto;
 	margin-right: auto;
 	margin-bottom: 30px;
    font-size: 1em;
    color: #ffffff;
    text-align: justify;
    line-height:normal;
}

.textoIPB b {
	color: #ff0000;
}


#logosIPB {
	margin: 0px;
 	padding: 0px;
}

#logosIPB img {
	margin: 30px;
 	padding: 0px;
}


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

#menu {
    box-sizing: border-box;
    width: 730px;
    height: 140px;
    float: left;
    margin: 0px;
    margin-left: 25px;
    padding: 5px;
    border: 1px solid #AAAAAA;
    overflow: hidden;
}

#menu #tabs {
    padding: 10px;
    padding-bottom: 0px;
    background-color: #6a6a69;
}

#menu #tabs ul {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menu #tabs li {
    cursor: pointer;
    margin: 0px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 6px;
    float: left;
    background-color: #d0d0d0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    border-bottom: 1px solid #000000;
}

#menu #tabs li:hover {
    background-color: #bab9b9;
}

#menu #tabs li.tabOn {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

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

.contenidoTabs {
    display: none;
    height: 95px;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
}

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

.opcionMenu {
    cursor: pointer;
    display: inline-table;
    white-space: nowrap;
    width: 80px;
    margin: 0px;
    margin-top: 15px;
    margin-right: 5px;
}

.opcionMenu:hover img {
    opacity: 0.5;
}

.opcionMenu img {
    display: table;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 5px;
}

.opcionMenu p {
    white-space: normal;
    text-align: center;
    margin: 0px;
    line-height: 1.1em; 
    font-size: .75em;
}


/** MODULO DATOS USUARIO **********************************************************************************************/

#datosUsuario {
    box-sizing: border-box;
    width: 150px;
    height: 140px;
    float: right;
    margin: 0px;
    margin-right: 25px;
    padding: 5px;
    border: 1px solid #AAAAAA;
}

#moduloTimeServidor {
    margin:0px;
    display:table;
    float: right;
    text-align: right;
}

#moduloTimeServidor p {
    text-align: right;
    font-family: monospace;
    font-size: .9em;
    line-height: 11px;
    color: #000000;
    margin: 0px;
}

.moduloTimeServidor_usuario {
    margin: 0px;
    height: 28px;
}

.moduloTimeServidor_hora {
    margin: 0px;
    height: 15px;
}

#botoneraDatosUsuario {
    margin: 0px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.opcionMenu2 {
    cursor: pointer;
    float: left;
    margin: 10px;
}

.opcionMenu2 img {
    display: table;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 5px;
}

.opcionMenu2:hover img {
    opacity: 0.5;
}

.opcionMenu2 p {
    white-space: normal;
    text-align: center;
    margin: 0px;
    line-height: 1.1em; 
    font-size: .75em;
}


/** TABLAS ************************************************************************************************************/

.tablaLogs {
    height: 300px;
    overflow: auto;
}

h2.tituloLogs {
    margin-top: 30px;
    padding: 5px;
    background-color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.tablaResultados {
    margin: 0px;
    padding: 0px;
}

.tablaResultados a:link, .tablaResultados a:active, .tablaResultados a:visited {
    text-decoration: none;
    color: #000000;
}
.tablaResultados a:hover {
    text-decoration: none;
}

.tablaResultados a.enlaceFichaGaleria:hover {
    text-decoration: underline !important;
}

.tablaResultados table {
	width: 100%;
}

.celdaCabecera {
    background-color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    height: 30px;
}

.celdaListado {
    margin: 0px;
    padding: 0px;   
    border-bottom: 1px solid #BEBEBE;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    color: #000000;
    line-height: 18px;
    height: 30px;
}
.celdaListado p {
    font-size: 12px;
    margin: 0;
    margin-left: .5em;
}

.filaDatos {
    background-color: #ffffff;
}
.filaDatos:hover {
    background-color: #EEEEEE;
}

.filaDatosBaja {
    background-color: #ffd3d3;
}
.filaDatosBaja:hover {
    background-color: #EEEEEE;
}

.filaDatos_Sub {
    display: none;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.filaCargandoDatos  {
    display: none;
}

.filaCargandoDatos p {
    margin: 10px;
    font-weight: bold;
    font-size: 11px;
    color: #5F5F5F;
}

.colgadorSubTabla {
    background-image: url("../imagenes/colgadorSubTabla.png");
    background-repeat: no-repeat;
    background-position: top center;
}


/** PANTALLA ACCESO DENEGADO ******************************************************************************************/

#mensajeAccesoDenegado {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-top: 80px;
    margin-bottom: 115px;
    padding: 25px;
    background-color: #EEEEEE;
    text-align: center;
    border: 0px;
}

#mensajeAccesoDenegado img.iconoError {
    border:0px;
    margin-right: 15px;
    float:left;
}


/** PANTALLA INICIO ***************************************************************************************************/

.bloqueEnlacesInicio {
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 850px;
    display: table;
}

.tituloEnlacesInicio {
    margin: 0px;
}

.tituloEnlacesInicio img {
    border: 0px;
    margin:0px;
    margin-right: 15px;
    float:left;
}

.tituloEnlacesInicio h1 {
    margin: 0px;
    margin-top: 15px;
    float: left;
    font-size: 1em;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #c8d23d;
    width: 730px;
}

.enlaceInicio {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    width: 130px;
    float:left;
}

.enlaceInicio img {
    border: 0px;
    margin:0px;
}
.enlaceInicio:hover img {
    opacity: 0.5;
}

.enlaceInicio p {
    margin-top: 10px;
    font-size: .8em;
    font-weight: bold;
    color: #333333;
    line-height: normal;
    text-align: center;
}

.lineaSeparador {
    width: 850px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #BEBEBE;
}


/** PANTALLA ESTADISTICAS ****************************************************************************************/

#tituloEstadisticas {
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 5px;
    height: 40px;
    border-bottom: 1px solid #cccccc;
}

#tituloEstadisticas img {
    float: left;
    margin-right: 10px;
}

#tituloEstadisticas h1 {
    float:left;
    margin: 0px;
    margin-top: 6px;
}

#bloque1Estadisticas {
    float:left;
    margin: 0px;
    width: 130px;
}

#bloque2Estadisticas {
    float:left;
    margin: 0px;
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 6px;
    padding-right: 6px;
    width: 332px;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
}

#bloque3Estadisticas {
    float:left;
    margin: 0px;
    width: 310px;
}

#bloque4Estadisticas {
    float:left;
    margin: 0px;
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 6px;
    padding-right: 6px;
    width: 50%;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
}

.datoEstadisticas {
    display: table;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.datoEstadisticas img {
    float: left;
    margin: 0px;
    margin-right: 5px;
}

.contenidoDatoEstadisticas {
    float: left;
}

.contenidoDatoEstadisticas ul {
    margin: 0px;
    margin-bottom: 8px;
}

.contenidoDatoEstadisticas p, .contenidoDatoEstadisticas li {
    margin: 0px;
    font-size: .8em;
}

#menuEstadisticasCompradores {
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: table;
}

.bloqueDatosResumenGlobales {
    display: table;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #868686;
}

.columnaDatosResumen {
    margin: 0px;
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
    float:left;
}

.datoResumen {
    margin: 0px;
}

.datoResumen img {
    margin: 0px;
    margin-bottom: 5px;
    float: left;
}

.datoResumen p {
    margin: 0px;
    float: left;
    display: table;
    text-align: left;
    font-size: .8em;
}

.bloqueEstadisticasDetalladas {
    margin: 0px;
    margin-bottom: 25px;
    padding-bottom: 1em;
    border-bottom: 1px solid #333333;
}

.bloqueEstadisticasDetalladas h1 {
    margin: 0px;
}

.estadisticasParciales {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
    float: right;
}

.descargaPDF {
    margin: 0px;
    margin-top: 10px;
    float: left;
}

.descargaPDF p {
    margin: 0px;
    float: left;
    display: table;
    text-align: left;
    font-size: .8em;
}

.descargaPDF a {
    color: #000000;
}

.botonDesplegar {
    cursor: pointer;
}
.botonDesplegar:hover {
    opacity: 0.4;
}
.botonDesplegar_ON {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.bloqueDatosProvincia {
    padding-top: 1.5em;
    display: none;
}


/** PANTALLA STANDS **********************************************************************************************/

.filaDatosReserva {
    background-color: #FFFFFF;
}
.filaDatosReserva:hover {
    background-color: #F8DCDF;
}

.celdaListadoReserva {
    border-bottom: 1px solid #BEBEBE;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #bbbbbb;
    line-height: 18px;
    height: 30px;
}

.celdaListadoBaja {
    border-bottom: 1px solid #BEBEBE;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: line-through;
    color: #ca1515;
    line-height: 18px;
    height: 30px;
}

#ventanaDatosAcceso {
    display: none;
    position: absolute;
    z-index: auto;    
    margin:0px;
    padding: 6px;
    width: 235px;
    height: 100px;
    background-image: url('../imagenes/fondoVentanaDatosAcceso.png');
    background-repeat: no-repeat;
    background-position: top left;
}

#ventanaDatosAcceso h1 {
    margin: 0px;
    margin-bottom: 5px;
    font-size: .9em;
    display: table;
    float: left;
    color: #000000;
}

#datosAcceso {
    float: left;
}

#datosAcceso p {
    margin: 0px;
    font-size: .8em;
    font-family: "Courier New", Courier, monospace;
    line-height: normal;
}

.botonCerrarDatosAcceso {
    width: 16px;
    height: 16px;
    margin:0px;
    margin-right: 27px;
    float: right;
}
.botonCerrarDatosAcceso a:link, .botonCerrarDatosAcceso a:active, .botonCerrarDatosAcceso a:visited {
    width: 16px;
    height: 16px;
    text-decoration: none;
    background-image: url("../imagenes/botonCerrarVentanaOff.png");
    background-repeat: no-repeat;
    background-position: top left;
    display: table;
}
.botonCerrarDatosAcceso a:hover {
    background-image: url("../imagenes/botonCerrarVentanaOn.png");
}

.bloqueMapaFeria {
    position: relative;
}
.bloqueMapaFeria img.mapa {
    width: 850px;
}
.bloqueMapaFeria img.pinUbicacion {
    position: absolute; 
    top: 0; 
    left: 0; 
    display: none;
    width: 16px;
	height: 26px;    
}


/**********************************************************************************************************************/
/** SELECCIÓN / SUBIDA DE FOTOS ***************************************************************************************/
/**********************************************************************************************************************/

#bloqueSubidaArchivos {
    margin-left: 10px;
    margin-right: 10px;
}

#bloqueSelectorArchivos {
    margin: 10px;
}

.fotoSeleccion {
    width: 12%;
    margin: 1%;
    float: left;
    overflow: hidden;
}

.fotoSeleccion img {
    display: block;
    margin: 0px;
    width: 100%;
    cursor: pointer;
}

.fotoSeleccion p {
    margin: 0px;
    padding: 2px;
    font-size: 0.7em;
    line-height: 1.2em;
    background-color: #cccccc;
}


/** ENVIO NEWSLETTERS ********************************************************************************************/

#progresoEnvio {
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding: 1.5em;
    padding-bottom: 0px;
    background-color: #fbf8b2;
    border: 1px solid #868686;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#progresoEnvio h1 {
    margin: 0px;
}

.datosProgresoEnvio {
    float: left;
    width: 70%;
}
.iconoProgresoEnvio {
    float: right;
    width: 30%;
}
.iconoProgresoEnvio img {
    margin-left: 3.5em;
    margin-top: 2em;
}

p.textoPieEmail {
    font-size: .6em;
    color: #666666;
    line-height: 1.2em;
}


/** GALERIA DEL VINO *********************************************************************************************/

.bloqueTiposProducto {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.bloqueTiposProducto label {
    margin: .5rem 0;
    flex-basis: 25%;
}


/** AGENDA DE ACTIVIDADES ****************************************************************************************/
    
.actividad {
    margin-top: 0em;
    padding: 1em 0;
    border: 1px dotted #FFFFFF;
    border-bottom: 1px dotted #cacaca;
}
.actividad:hover {
    background-color: #F1F1F1;
}

.actividad > p {
    margin: 0px;
    font-size: .9em;
    font-weight: bold;
}
.actividad > p > i {
    color: #9c1915;
}
.actividad > p > a {
    text-decoration: none;
}
.actividad > p > a:hover {
    text-decoration: underline;
}

.actividad .horaActividad {
    margin-right: .5em;
    color: #9C1612;
}

p.grupoActividad {
    margin-top: .4em;
    padding: .2em .5em;
    font-size: .7em;
    color: #f1f1f1;
    float: left;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.grupoActividad_1 {
    background-color: #aeca41;
    color: #000000 !important;
}
.grupoActividad_2 {
    background-color: #b027c5;
}
.grupoActividad_3 {
    background-color: #d7363c;
}
.grupoActividad_6 {
    background-color: #3d95e0;
}
.grupoActividad_7 {
    background-color: #f2ae1c;
    color: #333333 !important;
}
.grupoActividad_23 {
    background-color: #f85de8;
    color: #333333 !important;
}

span.ubicacionActividad {
    margin-bottom: .5em;
    font-style: italic;
    font-size: .8em;
    font-weight: normal;
    color: #9C1612;
}

.actividad textarea {
    margin-top: 1em;
    font-size: 13px !important;
    font-weight: bold;
}

.actividad img {
    cursor: pointer;
}


/**********************************************************************************************************************/
/** ACTIVACION DE ACREDITACIONES **************************************************************************************/
/**********************************************************************************************************************/

.onoffswitch {
    position: relative; width: 110px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #E3E3E3; border-radius: 50px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 40px; padding: 0; line-height: 40px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 30px;
    background-color: #d0050b; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 30px;
    background-color: #FFFFFF; color: #333333;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 25px; margin: 7.5px;
    background: #333333;
    position: absolute; top: 0; bottom: 0;
    right: 66px;
    border: 2px solid #E3E3E3; border-radius: 50px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


.bloqueSwitch {
    display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
}

.bloqueSwitch:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.bloqueSwitch p {
    margin: 0px 0px 0px 10px;
    font-size: .8em;
    color: #000000;
}

.bloqueSwitch p label {
    cursor: pointer;
    user-select: none;
}

input[type="checkbox"].switch {
	cursor: pointer;
	width: 62px;
	height: 27px;
	position: relative;
	padding: 0px;
	padding-top: 3px;
	padding-right: 25px;
	border: 1px solid #999999;
	border-radius: 25px;
	background-color: #cccccc;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
}

input[type="checkbox"].switch:after {
	display: block;
	width: 29px;
	height: 19px;
	margin-left: 3px;
	position: relative;
	left: 0;
	top: 0;
	border-radius: 25px;
	background-color: #eee;
	background-image: -webkit-linear-gradient(hsla(0,100%,0%,.1), hsla(0,0%,0%,.1));
	box-shadow: inset 0 1px 1px 1px hsla(0,0%,100%,1), inset 0 -1px 1px 1px hsla(0,0%,0%,.25), 0 1px 3px 1px hsla(0,0%,0%,.5), 0 0 2px hsla(0,0%,0%,.25);
	content: '';
}

input[type="checkbox"].switch:checked {
	background-color: #00d700;
	padding-left: 25px;
	padding-right: 0;
}


#display {
	margin: 20px 0px;
	padding: 20px;
	height: 200px;
    overflow-y: auto;
	border: 2px solid #d8d8d8;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
	border-radius: 5px;
	background: rgb(247,251,252);
	background: -moz-linear-gradient(-45deg, rgba(247,251,252,1) 0%, rgba(217,237,242,1) 40%, rgba(173,217,228,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%);
	background: linear-gradient(135deg, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#add9e4',GradientType=1 );
	-webkit-box-shadow: inset 4px 4px 10px -4px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 4px 4px 10px -4px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 4px 4px 10px -4px rgba(50, 50, 50, 0.75);
    font-family:'Courier New', Courier, monospace;
	text-align: left;
	line-height: normal;
	color: #000000;
	font-size: 1.1em;
}


/**********************************************************************************************************************/
/** COMPRADORES *******************************************************************************************************/
/**********************************************************************************************************************/

.bloqueVuelo, .bloqueViaje {
    position: relative;
}

.bloqueVuelo img.iconoEliminar, .bloqueViaje img.iconoEliminar {
    position: absolute;
    top: 2rem;
    right: 1rem;
    width: 100%;
    max-width: 40px;
    cursor: pointer;
}