﻿div.MenuPrincipal {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 500px;
    height: 30px;
    background-color: #2E5666;
}

div.MenuBase {
    position: relative;
    z-index: -1;
    top: 19px;
    left: 0px;
    margin-left: 50px;
    width: auto;
    min-width: 500px;
    height: 15px;
    background-color: #2E5666;
    border-bottom: 10px solid #58A5C3;
}

div.homeBtn {
    cursor: pointer;
    float: left;
    width: 50px;
    height: 39px;
    margin-right: 10px;
    background-color: #FFF;
    background-image: url(imagenes/home_btn.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

div.BandaContenedor {
    padding: 3px;
    border: solid 1px #CCC;
    width: auto;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 5px;
    background-color: #FFF;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

span.Etiquetas {
    position: absolute;
    margin-top: -10px;
    font-size: 9px;
}

.BotonTexto {
    margin: 5px;
    padding: 10px;
    color: #FFF;
    background-color: #666;
    cursor: pointer;
    text-align: center;
}

select {
    font-size: 10px;
    height: 25px;
    width: 212px;
    padding: 3px;
    border-style: solid;
    border-width: thin;
    border-color: #CCC;
    margin: 5px 0px 5px 0px;
}

.icon-calendar {
    background-image: url(imagenes/calendario.png);
    background-position: 50% 50%;
    display: block;
    cursor: pointer;
    width: 20px;
    height: 18px;
}

.add-on {
    display: inline-block;
    width: auto;
    height: 16px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #F9AE41;
    border: 1px solid #ccc;
    margin-bottom: -9px;
}

.LoginPanel {
    position: absolute;
    background-color: #2E5666;
    text-align: center;
    width: 350px;
    height: 450px;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -225px;
    -webkit-box-shadow: 0px 2px 7px 0px #000;
    box-shadow: 0px 2px 7px 0px #000;
    -webkit-border-radius: 12px;
    border-radius: 15px;
    background-clip: padding-box;
}

.FondoGris {
    overflow-y: auto;
    padding: 10px 35px 10px 10px;
    right: 0px;
    bottom: 0px;
    left: 60px;
}

div.BgLogo {
    position: absolute;
    top: 0;
    z-index: -10;
    background-image: url(imagenes/bgLogo.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    margin: 0px;
}

.Acento {
    color: #2E5666;
}

.Parpadeo {
    -webkit-animation: parp 1s infinite; /* Chrome, Safari 5+ */
    -moz-animation: parp 1s infinite; /* Firefox 5-15 */
    -o-animation: parp 1s infinite; /* Opera 12.00 */
    animation: parp 1s infinite; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
}

.Blanco {
    color: #FFF;
}

div.Foto {
    cursor: pointer;
    float: right;
    width: 30PX;
    height: 29PX;
    background-color: #666;
    padding: 5px;
}

div.Fondo {
    position: absolute;
    top: 33px;
    left: 65px;
    bottom: 0px;
    width: auto;
    text-align: left;
    color: #FFF;
    font-size: 9px;
}

div.DatosOficina {
    position: absolute;
    top: 5px;
    right: 60px;
    color: white;
    z-index: 23;
    text-align: right;
    line-height: 14px;
}

div.MenuBaseDos {
    position: absolute;
    z-index: 1601;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    background-color: #F7F8F9;
    border-top: 1px solid #58A5C3;
}

input.Logg {
    font-size: 10px;
    border: thin solid #CCC;
    width: 147px;
    padding: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}

div.DetallesContenedor {
    display: none;
    border: solid #999 1px;
    position: fixed;
    z-index: 20;
    top: 53px;
    right: 5px;
    background-color: #FFF;
    opacity: 0.95;
    width: 225px;
    height: auto;
}

span.trianguloUp {
    position: fixed;
    z-index: 21;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    top: 44px;
    right: 14px;
}

span.trianguloUpBg {
    position: fixed;
    z-index: 20;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #999;
    top: 42px;
    right: 12px;
}

div.DetallesUsuario {
    padding: 15px;
    text-align: right;
}
