.contenedor-tabla{
    display: table;
    width: 100%;
    clear: both;
}

.contenedor-fila{
    display: table-row;
}

.contenedor-columna{
    display: table-cell;
    vertical-align: top;
}

span.indOrden {
    border: 3px solid #003a52;
    clear: left;
    color: #003a52;
    float: left;
    font-size: 1.8em;
    font-weight: bold;
    margin: 11px;
    padding: 4px;
}

.celda{

    clear: both;
    padding: 17px 3px;
}

.celdaBig{
    clear: both;
    padding: 17px 3px;
}


table.tblLugares td{

    line-height: 39px;
}

.sbHolderMedico {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    position: relative;
    width: 280px;
    float: left;
}


.sbOptionsMedicos{
    background-color: #EFEFEF;
    border: 1px solid #515151;
    left: -1px;
    list-style: none outside none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    width: 300px;
    z-index: 1;
}

.sbOptionsMedicos li {
    padding: 0 7px;
}

.sbOptionsMedicos a:link, .sbOptionsMedicos a:visited {
    color: #333333;
    text-decoration: none;
}
.sbOptionsMedicos a {
    border-bottom: 1px dotted #515151;
    display: block;
    outline: medium none;
    padding: 5px 0 5px 3px;
}

.sbOptionsMedicos a:hover,
.sbOptionsMedicos a:focus,
.sbOptionsMedicos a.sbFocus{
    color: #8c8c8c;
}



/* --------------- solicitud ----- */
/* Calendario */

.diaSemana td {
    background: #ffffff;
    border:0px solid !important;
    font-size: 0.9em;
}

.eventos table td {
    border: 1px solid #a8a8a8;
    color: #666666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:0.8em;
    font-weight: bold;
    height: 25px;
    line-height: 33px;
    text-align: center;
    text-shadow: 1px 1px 0 hsl(0, 0%, 100%);
    width: 40px;
}

.eventos table tr {
    background:#FFFFFF;
}

/*.eventos table td:nth-child(2n+1) {
    background-color: #edecec;
}*/

.fechaDia {
    background:-moz-linear-gradient(center top , hsl(0, 0%, 93%) 0%, hsl(0, 0%, 87%) 100%) repeat scroll 0 0 hsla(0, 0%, 0%, 0);
    box-shadow:1px 1px 0 0 hsla(0, 0%, 98%, 0.5) inset;
}

.titulo {
    color: #333;
    font-weight: bold;
    height: 23px;
    /*margin: -10px;*/
    padding-top: 4px;
    text-align: center;
    width: 329px;
}

.resaltado {
    background: none repeat scroll 0 0 #5c8b96;
    border: 1px solid #566d73;
    box-shadow: 0 0 10px 0 #566d73 inset;
    color: #e0e0e0;
    margin: 2px;
    padding: 2px;
    text-shadow: 1px 1px 0 hsl(0, 0%, 20%);
    width: 30px;
    height: 25px;
}

#navegar-mes{
    width: 283px;
}
/* Calendario */


.TtlCampos {
    color: #012957;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 0;
}

.contenedor-fila{
    border-bottom: 1px solid #d0d0d0;
}

/* ----------------solicitud ------ */

.selectorLoading{
    background: url('/husiCitas-theme/images/progress_bar/loading_animation.gif') no-repeat;
    text-indent: 37px !important;
    min-height: 40px;
}

button.imprimir img{
    vertical-align: text-top;
}

button.cerrar img{
    vertical-align: text-top;
}


p.botonCita {
    float: left;
}



/*-------------------------------*/
.cbp-mc-form {
    position: relative;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before,
.cbp-mc-form:after {
    content: " "; display: table;
}

.cbp-mc-form:after {
    clear: both;
}

.cbp-mc-row{
    display: table;
    width: 100%;
}

.cbp-mc-column {
    width: 33%;
    padding: 10px 15px;
    float: left;
}

.cbp-mc-column15 {
    width: 15%;
    padding: 10px 15px;
    float: left;
}

.cbp-mc-column35 {
    width: 35%;
    padding: 10px 15px;
    float: left;
}

.cbp-mc-column25 {
    width: 25%;
    padding: 10px 15px;
    float: left;
}

.cbp-mc-column75 {
    width: 75%;
    padding: 10px 15px;
    float: left;
}

.cbp-mc-column50 {
    width: 50%;
    padding: 10px 15px;
    float: left;
}

.cbp-mc-columnForm {
    width: 50%;
    padding: 10px 15px;
    float: left;
}

.cbp-mc-form label {
    display: block;
    padding: 10px 5px 5px 2px;
    font-size: 1.1em;
    letter-spacing: 1px;
    cursor: pointer;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
    line-height: 1.5;
    font-size: 1.4em;
    padding: 5px 10px;
    border-radius: 4px;
    height: 30px;
}

.cbp-mc-form textarea {
    min-height: 200px;
}

.cbp-mc-form button{
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    border-radius: 2px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1em;
    letter-spacing: 1px;
    padding: 15px 30px;
    text-transform: uppercase;
    width: auto;
}

.cbp-mc-submit-wrap {
    text-align: center;
    padding-top: 40px;
    clear: both;
}


@media screen and (max-width: 70em) {
    .cbp-mc-column {
        width: 50%;
    }

    .cbp-mc-columnForm {
        width: 50%;
    }

    .cbp-mc-column:nth-child(3) {
        width: 100%;
    }

    .cbp-mc-column25 {
        width: 50%;
    }

    .cbp-mc-column15 {
        width: 50%;
    }

    .cbp-mc-column35 {
        width: 50%;
    }

    .cbp-mc-column75 {
        width: 50%;
    }

    .colabfoto{
        max-width: 30%;
    }
}

@media screen and (max-width: 48em) {

    .cbp-mc-columnForm {
        width: 100%;
    }

    .cbp-mc-column {
        width: 100%;
        padding: 10px;
    }
    .cbp-mc-column25 {
        width: 50%;
    }

    .cbp-mc-column15 {
        width: 50%;
    }

    .cbp-mc-column35 {
        width: 50%;
    }

    .cbp-mc-column75 {
        width: 50%;
    }

    .colabfoto{
        max-width: 65%;
    }
}


.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 4px;
}

.breadcrumbs a {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
}

body{
    font-size: 1.1em !important;
}

.filagris{
    background: #E5E5E5;
    border-bottom: 2px solid #666666;
}

.filablanca{
    border-bottom: 2px solid #666666;
}

.colabfoto{
    width: 100%;
}

.sbHolderEspecialidades {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    position: relative;
    width: 200px;
    float: left;
}

table{
    font-size: 1.2em;
}


.filaSolpar{
    background: #fff;
    border-top: 2px solid #cccccc;
}

.filaSolimpar{
    border-top: 2px solid #cccccc;
}

button, input[type="submit"], input[type="button"] {
    background: none repeat scroll 0 0 #0085ad;
    border: medium none;
    color: #ffffff;
    font-family: 'Titillium Web';
    font-size: 1em;
    line-height: 24px;
    margin-right: 26px;
    padding: 0.1em 0.5em;
    text-decoration: none;
    text-shadow: 0 0;
}



/* resultados */

 #texto_atencion p{
     background-color:#303f9f;
     color:#ffffff;
     font-size: 22px;
     font-weight: bold;
     line-height: 22px;
     margin: 25px 0 0 -36px;
     padding:37px;
     text-align:center;
     width:108%;
 }

#texto_tiempo p{
    background-color:#ff4900;
    color:#ffffff;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    margin: 25px 0 0 -36px;
    padding:37px;
    text-align:center;
    width:108%;
}

#texto_informacion p{
    background-color:#a3bd31;
    color:#ffffff;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    margin: 25px 0 0 -36px;
    padding:37px;
    text-align:center;
    width:108%;
}

.campoAtencion{
    background-image:url("/documents/2478695/2984838/Medalla.png/9ff2b6b6-46f5-47d7-b78d-d1e4c68a6a92?t=1427489682082");
    background-repeat:no-repeat;
    display: inline-block;
    height:245px;
    position: relative;
    vertical-align:top;
    width:177px;
}

.campoTiempo{
    background-image:url("/documents/2478695/2984838/MedallaNaranja.png/ebc7cd45-e53e-4ad8-aa27-176e7b209eac?t=1427489682198");
    background-repeat:no-repeat;
    display: inline-block;
    height:245px;
    position: relative;
    vertical-align:top;
    width:177px;
}

.campoInformacion{
    background-image:url("/documents/2478695/2984838/MedallaVerde.png/8fe27ff0-23a3-4dbf-808b-77faaa61f0b8?t=1427489682336");
    background-repeat:no-repeat;
    display: inline-block;
    height:245px;
    position: relative;
    vertical-align:top;
    width:177px;
}

.oficina{
    background-color: #c5cae9;
    background-image: url("/documents/2478695/2984838/Edificio.png/82c1397a-5200-4795-9e8b-16737feeb998?t=1427489681131");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: auto;
}

.oficina h1{
    background-image:url("/documents/2478695/2984838/FondoCircularAtencion.png/38c8dfbf-4f3f-4d0c-8526-f32c8ab3b0b1?t=1427489681571");
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
    margin: 0;
    text-align:center;
    width: 100%;
    color: #333;
    font-size: 5em;
    padding-top: 170px;
}

.tiempo{
    background-color: #ffcebd;
    background-image: url("/documents/2478695/2984838/Edificio.png/82c1397a-5200-4795-9e8b-16737feeb998?t=1427489681131");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: auto;
}

.tiempo h1{
    background-image:url("/documents/2478695/2984838/FondoCircularTiempo.png/3ffc3977-7762-49e3-b6ca-5cb50724dbc6?t=1427489681943");
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
    margin: 0;
    text-align:center;
    width: 100%;
    color: #333;
    font-size: 5em;
    padding-top: 170px;
}

.informacion{
    background-color: #f2ffbb;
    background-image: url("/documents/2478695/2984838/Edificio.png/82c1397a-5200-4795-9e8b-16737feeb998?t=1427489681131");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: auto;
}

.informacion h1{
    background-image:url("/documents/2478695/2984838/FondoCircularInformacion.png/0348743c-1c72-4c5c-a029-d5cdb6c719ee?t=1427489681722");
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
    margin: 0;
    text-align:center;
    width: 100%;
    color: #333;
    font-size: 5em;
    padding-top: 170px;
}

.resultados_encuesta{
    font-family: "dosislight";
    width: 100%;
}

.resultados_encuesta input{
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #ffffff;
    font-family: "dosislight";
    font-size: 42px;
    font-weight: bold;
    margin: 58px auto;
    text-align: center;
    width: 166px;
}

.porcentajeResp{
    border: none;
    color: #ffffff;
    font-family: "dosislight";
    font-size: 42px;
    font-weight: bold;
    margin: 58px auto;
    text-align: center;
    width: 166px;
    position: relative;
    top: 57px;
    left: 50px;

}

.textosResultados{
    display:inline-block;
    vertical-align: top;
    width: 72%;
}


.idSol{
    background: none repeat scroll 0 0 #5ca4da;
    color: #ffffff;
    font-size: 1.6em;
    padding: 0 16px;
}

.accionesUser{
    background: none repeat scroll 0 0 #e5b463;
    border-radius: 4px;
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    padding: 7px 8px;
    float: right;
}

.buttonVerRespuestas{
    border: 1px solid #bbb;
    border-radius: 9px;
    padding: 3px;
    width: 150px;
}

.mfp-close-btn-in .mfp-close {
    color: #da3838 !important;
}


.error{
    border: solid 2px #C72C2C !important;
}

table.tblLogin td{
    padding: 4px;
}

table.tblResultados{
    width: 100%;
    color: #333;
}

table.tblResultados th{
    background: #B4DAEC;
}

table.tblResultados td{
    padding: 3px;
    border-bottom: 1px solid #ddd;
}


.resultadosPreg {
    background: none repeat scroll 0 0 #616161;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px;
}

.kPregunta{
    background: none repeat scroll 0 0 #333333;
}

.menuBullets div {
    display: inline-block;
    margin: 1%;
    vertical-align: top;
}
.cont_menuBullets {
    border: 1px solid #ffffff;
    width: 98%;
}

.menuBullets {
    background: none repeat scroll 0 0 #e4e4e4;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    margin: 0 27px;
    position: absolute;
    width: 70%;
}
