﻿.titulo {
    background-color: #99def5;
    color: #003399;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}

.subtitulo {
    background-color: #dddddd;
    color: #003399;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
}
.detalle {
    background-color: #ffffff;
    color: #003399;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}
.filtro {
    font-family: Arial;
    font-size: 12px;
    vertical-align: middle;
    background-color: #E4E4E4;
}

.texto_margen {
    width: 20px;
}
.texto {
    font-family: Arial;
    font-size: 14px;
    vertical-align: middle;
}
.texto-bold {
    font-family: Arial;
    font-size: 12px;
    vertical-align: middle;
    font-weight: bold;
}
.texto-nota {
    font-family: Arial;
    font-size: 11px;
    color: #0b10f7;
    font-weight: normal;
    vertical-align: middle;
}
.texto-normal {
    font-weight: normal;
}
.texto-dato {
    background-color: #F2F2F2;
    font-family: Arial;
    font-size: 14px;
    vertical-align: middle;
    padding-left: 4px;
}
.texto-dato-login {
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 16px;
    vertical-align: middle;
}    
.texto-titulo {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}
.texto-ind {
    font-family: Arial;
    font-size: 12px;
    background-color: #EEEEEE;
    color: #000000;
    font-weight: normal;
    vertical-align: middle;
}
.texto-inicio {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #003399;
    padding-left: 10px;
}
.texto-inicio-dato {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #003399;
    padding-right: 10px;
    text-align: right;
}
.alerta {
    font-family: Arial;
    font-size: 12px;
    color: #0b10f7;
    font-weight: bold;
    vertical-align: middle;
}
.load-inline {
    display: inline-block
}

/* table */
/* cellpadding */
th, td {
    padding: 1px;
}
/* cellspacing */
table {
    border-collapse: separate;
    border-spacing: 0;
}
/* cellspacing="5" */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* cellspacing="0" */
/* 
th, td {
    vertical-align: ; 
}
valign */
/* align (center) 
table {
    margin: 0 auto;
}

    */
.botones {
    padding: 2px;
    height: 27px;
}
.modalBody {
    font-family: Arial;
    font-size: 15px;
}
.modalDatos {
    background-color: #FFFFFF;
    border: 2px solid #003399;
    font-family: Arial;
    font-size: 12px;
}
.modalDatos .header {
    background-color: #666666;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}
.modalDatos .headerIdea {
        background-color: #0026ff;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalDatos .bodyIdea {
        padding: 15px;
        min-height: 50px;
        line-height: 16px;
        text-align: center;
    }

    .modalDatos .bodyIngreso {
        text-align: left;
    }

    .modalDatos .footerIdea {
        padding: 10px;
    }

    .modalDatos .body {
        min-height: 50px;
        line-height: 20px;
        text-align: center;
        font-weight: bold;
    }

    .modalDatos .footer {
        padding: 3px;
    }

    .modalDatos .yes, .modalDatos .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }

    .modalDatos .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }

    .modalDatos .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=0);
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    z-index: 999;
}
.panelBusqueda {
    color: #3A3A3A;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
}
/* elimina foco de google chrome */
*:focus {
    outline: none;
}
a, a:visited {
    color: inherit;
}
