/* Copyright (C) HAORJA Soluciones Informáticas de Alta Disponibilidad S.A. - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Mauricio Haro Acosta <mauricioharo21@gmail.com>, Agosto 2014
 */

html {
    height: 100%;
    margin-bottom: 1px;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.enlace {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
/*    color: #6a819d;*/
    color: #333;
    cursor: pointer;
    text-decoration: underline;
}

.footer {
    background: #E4E4E4 url(../imagenes/footer.png) repeat-x;
    border-top: 1px solid #fff;
    width: 100%;
    height: 40px;
    color: #333;
    position: fixed;
    bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 1.5;
    /*font-weight: bold;*/
}

.menu_fondo {
    background: #434343;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.menu_item_fondo {
    /*border-left: thin solid #212121;*/
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.menu_item_fondo:hover {
    /*border-left: thin solid #212121;*/
    cursor: pointer;
    background-color: #6c6c6c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.menu_item_texto {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.caja_sistema {
    border: thin solid #434343; 
    width: 300px; 
    max-width: 95%; 
    height: 200px; 
    cursor: pointer; 
    float:left; 
    margin-right:30px; 
    margin-top: 5px;
    margin-bottom: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.caja_sistema_texto {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #000000;
    vertical-align: middle;
    text-align: center;
}





.tabla_borde {
    border: thin solid #377584;
}


.tabla_th {
    height: 22px;
    vertical-align: middle;
    border: thin solid #6a819d;
    background-color: #6a819d;
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.tabla_th1 {
    height: 22px;
    vertical-align: middle;
    border: thin solid #a8bac6;
    background-color: #a8bac6;
    color:#000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.tabla_tr0 {
    height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.tabla_tr0n {
    height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.tabla_tr1 {
    height: 22px;
    background-color: #e3e8ec;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.tabla_tr1n {
    height: 22px;
    background-color: #e3e8ec;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.tabla_tr {
    height: 22px;
    /*border: thin solid #377584;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.tabla_tr:hover {
    height: 22px;
    /*border: thin solid #377584;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #e3e8ec;
}





.popup_bloquear_pantalla {
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    top: 0; left: 0;
    opacity:0.3; filter:alpha(opacity=30);
    background-color: black; 
}

.popup_pantalla_pequena {
    width: 80%;
    height: 80%;
    top: 5%; left: 10%;
 
    z-index: 1001;
    position: fixed;
    background-color: white;
    border: #333333 2px solid; 
}

.popup_titulo_fondo {
    font-weight: bold;
    text-align: center;
    font-size: small;
    color: #FFFFFF;
    background-color: #434343;
    width: 100%;
    height: 22px;
    position: relative;
}

.popup_titulo {
    font-weight: bold;
    text-align: center;
    font-size: small;
    color: #FFFFFF;
    vertical-align: middle;
}

.pestana {
    height:20px;
    width:100px;
    background-color: transparent;
    float: left;
    top:0px;
    left: 0px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.pestana_fondo_1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width:100px;
    height:0px;
    overflow:hidden;
    border-bottom:18px solid #6a819d;
    border-right:15px solid transparent;
    float: left;
    z-index: 0;
}

.pestana_fondo_0 {
    position: absolute;
    top: 0px;
    left: 0px;
    width:100px;
    height:0px;
    overflow:hidden;
    border-bottom:18px solid #a8bac6;
    border-right:15px solid transparent;
    float: left;
    z-index: 0;
}

.pestana_texto_0 {
    position: absolute;
    top: 3px;
    left: 3px;
    width:105px;
    height:12px;
    font-family:  Arial, Arial, Helvetica, sans-serif, sans-serif;
    font-size: 10px;
    font-weight: bolder;
    text-align: center;
    vertical-align: top;
    z-index:1;
    overflow: hidden;
    color: #000000;
}

.pestana_texto_1 {
    position: absolute;
    top: 3px;
    left: 3px;
    width:105px;
    height:12px;
    font-family:  Arial, Arial, Helvetica, sans-serif, sans-serif;
    font-size: 10px;
    font-weight: bolder;
    text-align: center;
    vertical-align: top;
    z-index:1;
    overflow: hidden;
    color: #FFFFFF;
}

