/****************************************************************************
 * 
 * #92A89D Verde de fondo
 * #132B1E Color de fuente
 * 
 * *************************************************************************/


/* Encabezado */
.encabezado {
    background: #0A1924 !important;
    color: #EDEDED;
}

#enc-logo {
    background: url(../../img/sc_loguito.jpg) no-repeat;
    background-color: #1F4531;
    height: 40px !important;
}

.item-barra {
    height: 20px !important;
    padding: 0px 3px 3px !important;
    color: #132B1E;
}

/********************************************************************/
/***********************   MENÚ HORIZONTAL   ************************/
/********************************************************************/
ul.horizontal a,
ul.horizontal a:visited{
    background: #EDEDED;
    border-radius: 0px;    
    border-bottom: 2px solid #132B1E !important;
    color: #132B1E;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 18px;
/*    margin-right: 10px;
    padding-right: 10px;  */
    text-decoration: none;
    white-space: normal;
}

ul.horizontal a.rollover,
ul.horizontal a.rollover:hover
{
/*	background: #B5F7D4;  */
    background: #92A89D;
    color: #1F4531 !important;
    height: 100% !important;
}

ul.horizontal a, ul.horizontal a:visited{
    margin-right: 10px !important;
    padding-right: 10px !important;

}

ul.horizontal a.rollover, ul.horizontal a.rollover:hover{
   color: #14241A;
   height: 100% !important;
}

a.ci-tabs-boton-desact,
a.ci-tabs-boton-desact:hover
{
    background: #FFFFFF;
    border-radius: 0px;
    border-bottom: 2px solid #132B1E !important;
    color: #132B1E;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: normal !important;
    line-height: 18px;
    text-decoration: none;
    white-space: normal;
}

a.ci-tabs-boton-desact:hover{    
    background: #92A89D;;
}

.ci-tabs-h-solapa-sel a
{
    background: #92A89D;
    color: #1F4531 !important;
    height: 100% !important;
    font-size: 1.3rem !important;
}

.ci-tabs-h-solapa-sel a{
    background: #92A89D;
    border-bottom: 2px solid #132B1E !important;
    color: #1F4531 !important;
    height: 100% !important;
    font-size: 1.3rem !important;
}

/********************************************************************/
/**************************   CUERPO   ******************************/
/********************************************************************/
.cuerpo {
	background: #ffffff none repeat scroll 0 0;
    border-bottom: 6px solid #ededed;
    border-top: 6px solid #ededed;
    margin-bottom: 135px !important;
    padding: 15px 0;
}

ci-cuerpo { background: #ffffff !important;}

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

textarea, select, input[type="date"], input[type="datetime"], input[type="email"],
input[type="month"], input[type="number"], input[type="password"], input[type="search"],
input[type="tel"], input[type="text"], input[type="time"], input[type="url"],
input[type="week"] {
    border-radius: 0px !important;
    border-bottom: 1px solid #000000 !important;
    background-color: #ededed !important;
    border-color: #ededed #ededed #132B1E !important;
    text-align: center !important;
}

input[type="text"] {
    border-radius: none !important;
}

/********************************************************************/
/***********************   CALENDARIO   *****************************/
/********************************************************************/

#div_calendario {
    background: #0a1924;
    border: none !important;
    color: #ededed;
    position: absolute;
    visibility: hidden;
    z-index: 1000;
}

.cpYearNavigation,
.cpMonthNavigation {
    background-color: transparent !important;
    color: #ededed !important;
    font-weight: bold;
    text-align: center;
}

.cpCurrentMonthDate,
.cpCurrentDate,
.cpMonthNavigation a,
.cpCurrentMonthDate a {
    color: #ededed !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
}

.cpMonthNavigation a:hover,
.cpCurrentMonthDate a:hover {
    text-decoration: underline !important;
}

/********************************************************************/
/**************************   TABLAS   ******************************/
/********************************************************************/
.ei-cuadro-fila-evt,
.ei-cuadro-fila {
    border-top: 1px solid #182B21;
    font-size: 12px;
    padding: 3px;
}

.ei-cuadro-fila a,
.ei-cuadro-fila-sel a {
    color: #004761 !important;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    text-align: center !important;
    text-transform: uppercase;
}

.ei-cuadro-fila-sel {
    border-top: 1px solid #39a9e6;
    padding: 3px;
}

.ei-cuadro-cc-tit-nivel-0 {
    background-color: #132B1E;
    border-bottom: 2px solid #000000;
    border-radius: 0px;
    color: #FFFFFF;
    padding: 7px;    
}

.ei-cuadro-cc-tit-nivel-2 {
    font-size: 1.1rem !important;
}

.ei-cuadro-cc-tit-nivel-1,
legend
{
    font-size: 1.2rem !important;
}    

.ei-cuadro-cc-tit-nivel-0 {
    font-size: 1.3rem !important;
}

ei-cuadro-fila-evt:hover, .ei-cuadro-fila:hover {
    color: #FFFFFF;
}

tr.ei-cuadro-celda-impar:hover,
tr.ei-cuadro-celda-par:hover {
    background-color: #597A69;
}

/********************************************************************/
/**************************   PIE DE PÁGINA   ***********************/
/********************************************************************/
.pie_pagina_fijo {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 35px !important; /* antes 50px */
    background-color: #58A0B6 !important;
    color: white !important;
    font-size: 13px;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.dependencia {
    flex-grow: 1;
    text-align: center;
}

.hora {
    position: absolute;
    right: 20px;
}

.fecha {
    position: absolute;
    left: 20px;
}

.contenido_pie_pagina div {
    display: inline !important;
    padding: 0 28px !important;
    text-align: center !important;
}

.contenido_pie_pagina {
    float: left;
    margin: 35px auto 0 !important;
    text-align: center !important;
    width: 59% !important;
}

#logouner, #logo_pie {
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    background-position: center center;
}

#logouner {
    background-image: url(../../img/max3.png);
}

#logo_pie {
    background-image: url(../../img/max1.png);
}

/********************************************************************/
/**************************   LOGIN   *******************************/
/********************************************************************/
.login-titulo {
    background: #00aae7;
    font-weight: bold;
    padding: 10px 0 25px;
    text-align: center;
}

#bannerlogin,
#bannerlogintesteo {
    background: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
    margin: 0 auto;
    width: 100% !important;
}

#bannerlogin {
    background-image: url(../../img/logo.gif);
}

#bannerlogintesteo {
    background-image: url(../../img/logotesteo.gif);
}

/********************************************************************/
/**************************   NOTIFICACIONES   **********************/
/********************************************************************/
.ef_centrado {
    margin: auto !important;
    width: 400px !important;
}

.ef_centrado_fecha {
    margin: auto !important;
    width: 100px !important;
}

/********************************************************************/
/***********************   MENÚ DERECHA   ************************/
/********************************************************************/

.menuderecha a, .menuderecha a:hover, 
.menuizquierda a, .menuizquierda a:hover, 
.menucentro a, .menucentro a:hover {
    border-radius: 0px !important;
    display: block;
    font-size: 1.3rem;
    margin: auto 0 0.3% 1.5% !important;
    padding: 9px !important;    
    text-decoration: none;
    width: 14% !important;
}

.menuderecha a, .menuizquierda a, .menucentro a,
.ci-tabs-h-lista a
{
    background: #ededed !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-left: 2px solid #92A89D !important;
    border-bottom: 2px solid #EDEDED !important;
    border-radius: 0px !important;
    color: #132B1E;
}

.menuderecha a:hover, .menuizquierda a:hover, .menucentro a:hover,
.ci-tabs-h-lista a:hover
{
    background: #92A89D !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-left: 2px solid #92A89D !important;
    border-bottom: 2px solid #132B1E !important; 
    color: #EDEDED;
}

.ef-multi-sel-todos {margin-bottom: 10px;}

.ef-multi-sel-todos a, .ef-multi-sel-todos a:hover {
    margin-bottom: 16px !important;
    padding-bottom: 10px !important;
}

.ef_form_82000329_formularioid_convocatoria{
	background: yellow;
    width: 14% !important;
}
