﻿html, body {
    min-height: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
}

.tituloDivTabla {
    height: 1.5em;
    width: 100%;
    text-transform: uppercase;
    background: linear-gradient(#ffffff,#B3C59C);
    color: rgb(102, 102, 102);
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    padding: 0px;
}


.etiquetas {
    font-size: 12px;
    color: #333333;
    vertical-align: central;
    text-align: right;
    font-family: Century Gothic, Verdana, Geneva, sans-serif;
    margin-bottom: 7px;
    padding-left: 10px;
    padding-right: 5px;
    font-weight: bold;
}

.btn-action {
    height: 20px;
    width: 110px;
    margin: 5px;
    color: rgb(102, 102,102);
    background-color: rgb(225,225,225);
    border: 1px solid #BFBFBF;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    text-align: center;
    cursor: pointer;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
}


.btn-action-small {
    height: 20px;
    width: 65px;
    margin: 5px;
    color: rgb(102, 102,102);
    background-color: rgb(225,225,225);
    border: 1px solid #BFBFBF;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    text-align: center;
    cursor: pointer;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
}






.btn-action:hover {
    border: 1px solid rgba(110,158,230,1);
}


.btn-action2 {
    height: 20px;
    width: 110px;
    margin: 5px;
    color: #BFBFBF;
    background-color: rgb(225,225,225);
    border: 1px solid #BFBFBF;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    text-align: center;
    cursor: default;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
}





.fondo {
    background: rgba(224,224,224,1);
    background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 52%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224,224,224,1)), color-stop(52%, rgba(255,255,255,1)), color-stop(100%, rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 52%, rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 52%, rgba(224,224,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 52%, rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 52%, rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#e0e0e0', GradientType=0 );
}

.txt-large-obligatorio {
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    width: 200px;
    height: 20px;
    background-color: #ffffc8;
}

.txt-large {
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    width: 200px;
    height: 20px;
}


.txt-vlarge {
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    width: 350px;
    height: 20px;
}


.txt-vlarge-obligatorio {
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    width: 350px;
    height: 20px;
    background-color: #ffffc8;
}

.txt-small {
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    width: 30px;
    height: 20px;
}

.txt-vsmall {
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    width: 40px;
    height: 20px;
}

.text-area {
    border: solid 1px #BFBFBF;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    resize: none;
}

.txt-medium {
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    width: 130px;
    height: 20px;
}

.txt-medium_mail {
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    width: 190px;
    height: 20px;
}


.txt-fecha {
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    width: 70px;
    height: 20px;
}

.lbl-error {
    font-size: 10px;
    font-weight: bold;
    color: Red;
    vertical-align: baseline;
    text-align: right;
}

.btn-action-large {
    height: 40px;
    width: 200px;
    margin: 5px;
    color: rgb(102, 102,102);
    background-color: rgb(225,225,225);
    border: 1px solid #BFBFBF;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    text-align: center;
    cursor: pointer;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
}

    .btn-action-large:hover {
        border: 1px solid rgba(110,158,230,1);
    }

.tablas {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0px;
    border: 1px solid #191970 /* #051e9e #B3C59C*/;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.tablas-no-border {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 35px;
}

/*-----------------------------------------lo nuevo --------------------------------------- */


.row {
  margin-right: 5px;
  margin-left: 5px;
}

.dvTablaa {
    /*-webkit-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.75);*/
    min-width: 500px;
    margin: auto auto;
}

.title-table {
    margin: 0 auto;
    text-align: center;
}

.tablas_titulo {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 10px;*/
    /* margin-top: 10px;*/
    padding: 0px;
    border: 1px solid #191970 /* #051e9e #B3C59C*/;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    
}

.row_shadow {
      -webkit-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.75);
    min-width: 500px;
    margin: auto auto;
}

.row_shadoww {
      /*-webkit-box-shadow: 7px 0px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 0px 7px 0px rgba(0,0,0,0.75);*/
    box-shadow: 7px 0px 7px 0px rgba(0,0,0,0.75);
    min-width: 500px;
    margin: auto auto;

}


.tablas_div {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 10px;*/
    /*margin-top: 10px;*/
    padding: 0px;
    border: 1px solid #191970 /* #051e9e #B3C59C*/;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}




.titulo-grillaa {
    height: 20px;
    /*width: 100%;*/
    /*text-transform: uppercase;*/
    /*background: #B3C59C url(../images/bgbox.png) repeat-x top left;*/
    background: rgba(104,134,222,1);
    background: -moz-linear-gradient(top, rgba(104,134,222,1) 0%, rgba(110,158,230,1) 18%, rgba(0,0,100,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(104,134,222,1)), color-stop(18%, rgba(110,158,230,1)), color-stop(100%, rgba(0,0,100,1)));
    background: -webkit-linear-gradient(top, rgba(104,134,222,1) 0%, rgba(110,158,230,1) 18%, rgba(0,0,100,1) 100%);
    background: -o-linear-gradient(top, rgba(104,134,222,1) 0%, rgba(110,158,230,1) 18%, rgba(0,0,100,1) 100%);
    background: -ms-linear-gradient(top, rgba(104,134,222,1) 0%, rgba(110,158,230,1) 18%, rgba(0,0,100,1) 100%);
    background: linear-gradient(to bottom, rgba(104,134,222,1) 0%, rgba(110,158,230,1) 18%, rgba(0,0,100,1) 100%);
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
    font-family: Century Gothic, Verdana, Geneva, sans-serif;
    text-align: center;
}

/*-----------------------------------------lo nuevo *-----------------------------------*/


.titulo-grilla {
    height: 20px;
    width: 100%;
    text-transform: uppercase;
    /*background: #B3C59C url(../images/bgbox.png) repeat-x top left;*/
    background: rgba(104,134,222,1);
    background: -moz-linear-gradient(top, rgba(104,134,222,1) 0%, rgba(110,158,230,1) 18%, rgba(0,0,100,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(104,134,222,1)), color-stop(18%, rgba(110,158,230,1)), color-stop(100%, rgba(0,0,100,1)));
    background: -webkit-linear-gradient(top, rgba(104,134,222,1) 0%, rgba(110,158,230,1) 18%, rgba(0,0,100,1) 100%);
    background: -o-linear-gradient(top, rgba(104,134,222,1) 0%, rgba(110,158,230,1) 18%, rgba(0,0,100,1) 100%);
    background: -ms-linear-gradient(top, rgba(104,134,222,1) 0%, rgba(110,158,230,1) 18%, rgba(0,0,100,1) 100%);
    background: linear-gradient(to bottom, rgba(104,134,222,1) 0%, rgba(110,158,230,1) 18%, rgba(0,0,100,1) 100%);
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
    font-family: Century Gothic, Verdana, Geneva, sans-serif;
    text-align: center;
}


.etiquetas2 {
    font-size: 12px;
    color: gray;
    vertical-align: central;
    text-align: right;
    font-family: Century Gothic, Verdana, Geneva, sans-serif;
    margin-bottom: 7px;
    padding-left: 10px;
    padding-right: 5px;
    font-weight: bold;
}


.etiquetas_small {
    font-size: 9px;
    color: gray;
    vertical-align: central;
    text-align: right;
    font-family: Century Gothic, Verdana, Geneva, sans-serif;
    margin-bottom: 7px;
    padding-left: 10px;
    padding-right: 5px;
    font-weight: bold;
}

.etiquetas_small_pag {
    font-size: 11px;
    color: black;
    vertical-align: central;
    text-align: right;
    font-family: Century Gothic, Verdana, Geneva, sans-serif;
    margin-bottom: 7px;
    padding-left: 10px;
    padding-right: 5px;
    font-weight: bold;
}



.etiquetas_small_error {
    font-size: 11px;
    color: red;
    vertical-align: central;
    text-align: right;
    font-family: Century Gothic, Verdana, Geneva, sans-serif;
    margin-bottom: 7px;
    padding-left: 10px;
    padding-right: 5px;
    font-weight: bold;
}

.etiquetas_info {
    font-size: 10px;
    color: black;
    vertical-align: central;
    text-align: right;
    font-family: Century Gothic, Verdana, Geneva, sans-serif;
    margin-bottom: 7px;
    padding-left: 10px;
    padding-right: 5px;
    font-weight: bold;
}



.td-left {
    text-align: left;
}

.td-right {
    text-align: right;
}

.ddl-contenido {
    width: 160px;
    font-size: 13px;
    font-weight: normal;
    color: #707070;
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    height: 25px;
}

.ddl-medium {
    width: 100px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 25px;
}

.ddl-contenido-large {
    width: 205px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 25px;
}

.ddl-contenido-largee {
    width: 135px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 25px;
}



.ddl-vlarge {
    width: 350px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 25px;
}

.ddl-contenido-small {
    width: 90px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 25px;
}

.ddl-hora {
    width: 40px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 25px;
}

.campo-vacio {
    border: solid 1px red;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
}

.radios {
    font-family: Century Gothic, Verdana, Geneva, sans-serif;
    margin-bottom: 7px;
}

.title-table {
    margin: 0 auto;
}

h2 {
    font-family: Century Gothic, Verdana, Geneva, sans-serif;
    font-size: 15px !important;
    color: #333;
    font-weight: normal;
    font-size: 1.8em;
    margin: 0 auto;
    clear: both;
}

    h2 em {
        font-family: Century Gothic, Verdana, Geneva, sans-serif;
        font-size: 18px;
        color: #D88100;
        font-style: normal;
    }

.checkbox {
    margin-bottom: 7px;
}

.grid {
    font-family: Tahoma;
    font-size: 12px;
    border: solid 1px #191970; /*#B3C59C;*/
    border-collapse: collapse;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: none;
}



    .grid th {
        height: 20px;
        margin: 0px;
        text-transform: uppercase;
        /*background: #b3c59c url(../images/bgbox.png) repeat-x top left;*/
        background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(167,182,206,1) 70%, rgba(127,142,166,1) 100%);
        /* background: rgba(250,250,250,1);*/
        background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(167,182,206,1) 70%, rgba(127,142,166,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,1)), color-stop(70%, rgba(167,182,206,1)), color-stop(100%, rgba(127,142,166,1)));
        background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(167,182,206,1) 70%, rgba(127,142,166,1) 100%);
        background: -o-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(167,182,206,1) 70%, rgba(127,142,166,1) 100%);
        background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(167,182,206,1) 70%, rgba(127,142,166,1) 100%);
        color: rgb(82,82,82);
        font-size: 13px;
        font-weight: bold;
        font-family: Century Gothic, Verdana, Geneva,Sans-Serif;
        text-align: center;
        border: solid 1px #c6c6c6;
    }

    .grid td {
        border: solid 1px #c6c6c6;
        padding-left: 10px;
        padding-right: 10px;
        height: 26px;
    }

#mask {
    display: none;
    background: grey;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.45;
    -moz-opacity: 0.55;
    filter: alpha(opacity=55);
    z-index: 2;
}

#maskLoad {
    display: none;
    background: grey;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.45;
    -moz-opacity: 0.55;
    filter: alpha(opacity=55);
    z-index: 2;
}

#loading {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sinResultado {
    font-size: 12px;
    color: #707070;
    vertical-align: central;
    text-align: center;
    font-family: Century Gothic, Verdana, Geneva, sans-serif;
}

.gridAltRow {
    background: #dcdcdc url(../images/bgoddgrid.png) repeat-x top left;
}

.grid tr.gridRow:hover, .grid tr.gridAltRow:hover {
    background-color: #c6c6c6;
    background-image: none;
    cursor: pointer;
}

.td-table {
    border: solid 1px #c6c6c6;
    padding-left: 10px;
    padding-right: 10px;
    height: 26px;
    font-size: 12px;
    color: #707070;
}

.flotante-right {
    width: 11%;
    height: auto;
    background: red;
    color: white;
    position: fixed;
    top: 45%;
    right: 10%;
    border-radius: 6px 6px;
}

.ddl-vlarge-productos {
    width: 98%;
    font-size: 13px;
    font-weight: normal;
    color: #707070;
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    margin-right: 5px;
    font-family: Courier New, Courier, monospace !important;
    height: 25px;
}

.login-popup {
    display: none;
    background: #FFFFFF;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 27%;
    left: 25%;
    right: 9%;
    z-index: 10;
    box-shadow: 0px 0px 20px #999;
    -moz-box-shadow: 0px 0px 20px #999;
    -webkit-box-shadow: 0px 0px 20px #999;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 30%;
    overflow: auto;
}

.login-popup-AdmSolicitudPick {
    display: none;
    background: #FFFFFF;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 27%;
    left: 24.5%;
    right: 9%;
    z-index: 10;
    box-shadow: 0px 0px 20px #999;
    -moz-box-shadow: 0px 0px 20px #999;
    -webkit-box-shadow: 0px 0px 20px #999;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 30%;
    overflow: auto;
}

#divMsj {
    position: absolute;
    margin: auto;
    z-index: 10;
    top: 30%;
    left: 0;
    right: 0;
    bottom: auto;
    width: 30%;
    background: #FFFFFF;
    -webkit-box-shadow: 7px 7px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 17px 0px rgba(0,0,0,0.75);
}

#divConfirm {
    position: absolute;
    margin: auto;
    z-index: 10;
    top: 30%;
    left: 0;
    right: 0;
    bottom: auto;
    width: 30%;
    background: #FFFFFF;
    -webkit-box-shadow: 7px 7px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 17px 0px rgba(0,0,0,0.75);
}

#dvBack {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: black;
    opacity: 0.45;
    -moz-opacity: 0.55;
    filter: alpha(opacity=55);
    z-index: 9;
}

fieldset {
    width: 90%;
    border: 1px solid #778899 /*#5090FE*/;
    margin: auto;
    background: rgba(224,224,224,1);
    background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 52%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224,224,224,1)), color-stop(52%, rgba(255,255,255,1)), color-stop(100%, rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 52%, rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 52%, rgba(224,224,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 52%, rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 52%, rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#e0e0e0', GradientType=0 );
}

legend {
    text-transform: uppercase;
    font-size: 12px;
    color: #191970; /*#051e9e;*/
    font-weight: bold;
    margin-left: 10px;
}

#copyrigth {
    font-size: 9px;
    color: #B5B5B5;
    font-weight: bold;
    margin-left: 10px;
}

footer {
    bottom: 0px;
    height: auto;
    width: 100%;
    position: fixed;
    text-align: left;
    background-color: rgba(5,30,158,.9);
}

.popUp {
    display: none;
    background: #FFFFFF;
    padding: 0px;
    border: 1px solid #ddd;
    font-size: 1.2em;
    position: relative;
    z-index: 20;
    -webkit-box-shadow: 7px 7px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 17px 0px rgba(0,0,0,0.75);
    overflow: auto;
    margin: auto;
}

.dvTabla {
    -webkit-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.75);
    min-width: 500px;
    margin: auto;
}

.dvTablaaa {
    /*-webkit-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.75);*/
    /*box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.75);*/
    min-width: 500px;
    margin: auto;
}

.dvlegend {
    min-width: 500px;
    margin: auto;
}

}


.requerido {
    background-color: #ffffc8;
}

.link {
    text-decoration: none;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    font-family: Century Gothic, Verdana, Geneva, sans-serif;
}

.txt-medium-obligatorio {
    border: solid 1px #BFBFBF;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    width: 130px;
    height: 20px;
    background-color: #ffffc8;
}

.campo-vacio {
    border: solid 1px red !important;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
}
