div.borderidge {
    --border: 1px solid #aaaaaa;
    --border: 5px groove #006600;
    --border: 5px groove #aaaaaa;
    --border-radius: 15px;
}

body {}

a {
    text-decoration: none;
}

div#formlogin {
    width: 600px;
    height: 120px;
    border-radius: 15px;
    border: 1px solid #aaaaaa;
    top: 40%;
    position: absolute;
    left: 25%
}

div#logocentral {
    top: 25%;
    position: absolute;
    left: 35%
}

div#panelcontrol {
    top: 15%;
    width: 700px;
    height: 550px;
    position: absolute;
    border: 5px groove #aaaaaa;
    left: 20%;
    background: url('../graficos/fondo.jpg')
}

.tamanoboton {
    width: 191px;
    height: 47px;
}

.tamanoboton2 {
    width: 150px;
}

.tmtextarea {
    width: 190px;
    height: 203px;
}

.tamanoselect {
    width: 155px;
}

.derecha {
    text-align: right;
}

.izquierda {
    text-align: left;
}

.ok {
    background-color: #BCF5A9;
}

.faltante {
    background-color: #F8E0E6;
}

div#tabs {
    padding: 10px;
    border: 0px solid #AAAAAA !important;
}

div#opciones_print {
    height: 80px;
    border: 5px groove #aaaaaa;
}

div#areadetrabajoprint {
    width: 21.5cm;
    /* height:29.7cm; */
    height: 12.7cm;
}

.ancho50 {
    width: 50px;
}

.ancho100 {
    width: 100px;
}

.ancho150 {
    width: 150px;
}

.imageicon {
    width: 15px;
    height: 15px;
}

.sub_border_td {
    border-bottom: 2px solid #959595 !important;
}

.paddingtop15 {
    margin-top: 15px;
}

.div100 {
    width: 100% !important;
}

.msg_ok {
    color: green;
    font-size: 12px;
}

.msg_error {
    color: red;
    font-size: 12px;
}

.areacliente_principal {
    width: 96%;
    min-height: 96%;
    background: rgba(239, 239, 239, 0.9);
    position: absolute;
    border-radius: 20px;
}

.div_titulo_form_afip {
    padding-top: 8px;
    padding-bottom: 8px;
}