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

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

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

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

body.scrollOff {
    overflow: hidden;
}

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;
}


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

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

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

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

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

#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;
    text-transform: uppercase;
}

#rutaSeccion h1 {
    font-size: .8em;    
    color: #000000;
}

#rutaSeccion h2 {
    font-size: .8em;    
    color: #000000;
}

#rutaSeccion h3 {
    font-size: .8em; 
    color: #000000;
}

#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: #341c10; 
}

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


/**********************************************************************************************************************/
/** 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;
}

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

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

.bloqueCampoFormulario textarea {
	width: 98%;
	margin: 0px;
	padding: 1%;
    color: #000000;
    border: 1px solid #ababab;
    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;
}

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

.ms-parent {
    width: 350px !important;
    border: 1px solid #ababab;
}

.ms-choice {
    margin: 0px;
    margin-top: 0em;
    padding: 5px;
    padding-top: 0px;
    height: 26px;
    border: 0px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    background-color: #efefef;
    float: left;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.ms-choice > span {
    position: inherit;
}

.ms-drop {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.ms-drop li {
    line-height: 16px !important;
}

.ms-drop li input {
    float: none !important;
    margin: 1px 5px 0px 0px !important;
    vertical-align: top !important
}



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

.boton {
	display: table;
	cursor: pointer;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
}

.boton 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;
}

.boton:hover {
	background-color: #f4ce3c;
}

.boton:hover p {
	color: #000000;
}

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

.botonOff 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;
}

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

.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;
}


/**********************************************************************************************************************/
/** 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;
}

p.numResultados {
    margin: 5px;
    margin-left: 2em;
    display: inline;
    float: left;
    color: #333333;
    font-size: 0.8em;
}

#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: #000000;
}

#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 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 span {
    font-size: 0.9em;
    color:#666666;
}


.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 #666666;
    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 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 VISTA GLOBAL *********************************************************************************************/
/**********************************************************************************************************************/

#bloqueDatosEmpresa {
    /*margin-top: 1.5em;*/
    margin-right: 2%;
    padding: .5em;
    float: left;
    width: 48%;
    min-height: 242px;
    background-color: #eef6d8;
    border: 1px solid #999999;
}

#bloqueDatosEmpresa h1 {
    margin: 0;
    font-size: 1.3em;
}

#bloqueDatosEmpresa > p {
    padding-left: 1em;
    background-image: url(../imagenes/iconoFlechilla.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#bloqueDatosEmpresa > p.cifEmpresa {
    margin:0;
    padding: 0;
    font-size: .7em;
    background-image: none;
}

/*****/

#bloqueSectoresEmpresa {
    /*margin-top: 1.5em;*/
    padding: .5em;
    float: right;
    width: 45%;
    min-height: 242px;
    border: 1px solid #999999;
}

#bloqueSectoresEmpresa h1 {
    margin: 0;
    margin-bottom: .5em;
}

/*****/

#bloqueContactosEmpresa {
    margin-top: 1.5em;
    padding: .5em;
    background-color: #ebebeb;
    border: 1px solid #999999;
}

a.emailContacto {
    color:#005E91 !important;
    text-decoration: underline !important;
}

/*****/

#bloqueFeriasInteres {
    margin-top: 1.5em;
    margin-right: 2%;
    padding: .5em;
    float: left;
    width: 46%;
    min-height: 200px;
    background-color: #d8cbae;
    border: 1px solid #999999;
}

/*****/

#bloqueFeriasEmpresa {
    margin-top: 1.5em;
    padding: .5em;
    float: right;
    width: 47%;
    min-height: 200px;
    background-color: #d8cbae;
    border: 1px solid #999999;
}

/*****/

#bloqueComentariosEmpresa {
    margin-top: 1.5em;
    padding: .5em;
    background-color: #eeeeee;
    border: 1px solid #999999;
}

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

.fs-label-wrap {
    background-color: #ededed !important;
    border: 1px solid #ababab !important;
}

.fs-label {
    padding: 6px 5px 6px 5px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: .9rem !important;
}

.fs-dropdown {
    background-color: #ededed !important;
    border: 1px solid #ababab !important;
    width: 300px !important;
    margin-top: 0 !important;
}

#cmbSectorBuscador .fs-dropdown {
    width: 450px !important;
}
#cmbFeriaInteresBuscador .fs-dropdown {
    width: 450px !important;
}
#cmbProvinciaBuscador .fs-dropdown {
    width: 450px !important;
}

.fs-search input {
    float: none !important;
    background-color: #ffffff !important;
}

.fs-option {
    padding: 3px 8px !important;
}

.fs-option-label {
    margin-left: 1.3rem;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: .9rem !important;
}

.fs-option.selected .fs-checkbox i {
    background-color: rgb(244, 206, 60) !important;
}

.estados {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.estados input {
    float: none;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.estados label {
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    user-select: none;
}

.estados label img {
    float: none;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.estados label p {
    margin: 0;
    font-size: .7em !important;
    color: #000000;
}

.bloqueCampoFormulario #cmbFeria {
    width: 220px !important;
}

.bloqueCampoFormulario #cmbEstadosBuscador option {
    background-color: #ffffff !important;
}
