body{
    background-color: white;
}

#logo_index{
    text-align: center;
    margin-top: 0px;
}

#logo_index img{
    width: 400px;
}

#contenedor{
    position: relative;
}

#encabezado img {
    width: 32px;
    display: none;
}

#cerrar_sesion img {
    width: 20px;
    display: inline-block;
}
.menu-izq{
    display: none;
}

body.descarga #contenedor #central {
    width: 100% !important;
}

body.descarga #contenedor #izq {
    width: 70% !important;
    display: none;
    position: absolute !important;
    z-index: 9;
    left: 0;
}

/*vital vid busqueda*/
body.vital-vid-busqueda .tabla_busqueda{
    width: 50%!important;
}

body.vital-vid-busqueda .tbl_resultado{
    width: 70%!important;
}

/*vital vid nuevo*/
.tbl_form td{
    padding: 5px 5px;
}

.tbl_form .caja-num{
    width: 80%!important;
    height: 30px!important;
}
.resultado{
    display: block;
}

.card-form{
    background-color:#FFF; 
    width:50%;
    margin:0 auto;
    margin-top:10px;
    box-shadow: 0px 0px 7px #CCC;
    padding: 10px;
    border-top:5px solid orange;
}
h6.title{
    width:80%;
    margin: 0 auto;
    color: #212121;
    font-size: 20px;
    padding-bottom: 20px;
    max-width: 700px;
}
.card-content{
    /*overflow: hidden;*/
    margin: 0 auto;
    width:80%;
    height: 150px;
    max-width: 700px;
}
.card{
    padding: 5px;
    width: 200px;
    height: 100px;
    box-shadow: 0px 0px 7px #CCC;
    background-color: #FFF;
    float: left;
    margin-right: 50px;
}
.card span{
    font-size: 16px;
    color: #757575;
    
}
.card p{
    text-align: center;
    font-size: 32px;
    color: #212121;
}
.card p.texto{
    font-size: 20px;
    padding-top: 12px;
}
.card-last{
    margin-right: 0;
}
.hrz-datos{

    margin: 0 auto;
    width:50%;

}
.hrz-datos td{
    color: #212121;
}
.hrz-datos th{
    padding: 5px;
    background-color: #0097A7;
    color: white;
}
.mensaje-success{
    margin: 0 auto;
    background-color: #9bffa4;
    padding:  10px;
    width:100%;
    color: #212121;
    text-align: center;
    font-weight: bold;
    display: none;
    margin-top: 20px;
}
.mensaje-error{
    margin: 0 auto;
    background-color: #FB9692;
    padding:  10px;
    width:100%;
    color: #212121;
    text-align: center;
    font-weight: bold;
    /*display: none;*/
    margin-top: 20px;
}




@media only screen and (max-width: 1200px) {/* PORTATILES EN ADELANTE */
    body {
     /* background-color: rgb(19, 12, 105);*/
    }

}

@media only screen and (max-width: 992px) { /* PORTATILES MINI */
    body {
      /*background-color: rgb(124, 178, 196);*/
    }
    .hrz-datos{
        width: 100%;
    }

    .card-form{
        width: 100%;
    }

    .card-content{
        height: initial;
    }
    .card{
        margin: 0 auto;
        float: initial;
        margin-bottom: 20px;
    }

    

    
}

@media only screen and (max-width: 768px) { /* TABLETS */
    body {
      /*background-color: rgb(148, 72, 116);*/
    }

    #encabezado img {
        float: left;
        width: 30px;
        display: block;
    }

    #encabezado h3 {
        display: none;
    }

    #cerrar_sesion {
        margin-top: 12px;
    }

    #cerrar_sesion img {
        
        width: 20px;
        margin-top: 4px;
    }

    #contenedor #izq {
        width: 70% !important;
        display: none;
        position: absolute !important;
        z-index: 9;
        left: 0;
    }

    #contenedor #central {
        width: 98% !important;
    }

    body.loguin  #contenedor #central {
        width: 60% !important;
    }

    /*CLIENTE NUEVO*/
    body.cliente-nuevo #contenedor #central .form td{
        display: block;
    }

    body.cliente-nuevo #contenedor #central input[type=text]{
        width: 100%;
    }
    


   

}

@media only screen and (max-width: 576px) { /* MOVIL PROMEDIO*/
    body {
      /*background-color: rgb(43, 151, 70);*/
    }

    body.loguin  #contenedor #central {
        width: 82% !important;
    }

    #logo_index img{
        width: 100%;
    }

    body.vital-vid-busqueda .tabla_busqueda{
        width: 100%!important;
    }

    body.vital-vid-busqueda .tbl_resultado{
        width: 100%!important;
    }

    .tbl_form td{
        text-align: center;
    }

    

    
    
}

@media only screen and (max-width: 480px) { /* MOVIL PEQUEÑO*/ 
    body {
     /* background-color: rgb(94, 68, 30);*/
    }
    #logo_index {
        margin-top: 15px !important; 
    }
    #logo_index img{
        width: 220px;
    }
    .inicio #central h4{
        display: none;
    }
    
    body.loguin  #contenedor #central {
        width: 98% !important;
    }
    #contenedor #izq {
        display: none;
        position: absolute !important;
        z-index: 9;
        left: 0;
    }

    #pie p{
        font-size: 10px;
    }

    .tbl_form td{
        display: block;
    }

    body.vital-vid  #contenedor #central input[type=text]{
       width: 90%!important;
    }

    body.cliente-index #example{
        display: block;
    }

}

body.vital-vid .icon-menu-mobile{
    display: none!important;
}


