﻿/*------------------------------------------------------------------------------*/
body {
    font-size: small;
    font-family: verdana;
    color: Black;
    margin: 1px 1px 1px 1px;
    text-align: left;
}

input, textarea, select {
    background-color: #EEE;
}

    input:focus {
        background-color: #ffff99;
    }

    input[readonly] {
        color: #666;
    }

    input[disabled] {
        color: #666;
    }

    input[type="button"]:focus {
        color: green;
        font-weight: bolder;
    }
/*------------------------------------------------------------------------------*/
#menu_i {
    position: fixed;
    z-index: 501;
    left: 0px;
    width: 200px;
    color: White;
    top: 30%;
}

.menu_i_grupo {
    border: solid 1px #fff;
    background-color: #ff6633;
    text-align: left;
    padding: 5px;
    box-shadow: 7px 7px 15px #999;
    border-radius: 5px;
    cursor: pointer;
}

.menu_i_pant {
    border: solid 1px #fff;
    background-color: #ffcc33;
    text-align: left;
    padding: 5px;
    box-shadow: 7px 7px 15px #999;
    border-radius: 5px;
    cursor: pointer;
    color: black;
}

.sinboton {
    border-style: none;
    background-color: Transparent;
    color: white;
    cursor: pointer;
}

    .sinboton:hover {
        /*color:#FF6633;*/
        color: #000000;
    }
/*------------------------------------------------------------------------------*/
.num0, .num2, .num3, .num5 {
    text-align: right;
}
/*------------------------------------------------------------------------------*/
#cabecera {
    border: solid 2px #CCC;
    color: #666;
    width: 95%;
    height: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto 0 auto;
    text-align: left;
    padding: 5px;
    background: #eee;
    box-shadow: 12px 12px 15px #999;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border-radius: 5px;
}

#contenedor {
    font-family: verdana;
    color: #666;
    background-color: #FFFFFF;
    width: 95%;
    height: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto 0 auto;
    text-align: left;
    /*position:relative;*/
    padding: 5px;
    background-image: url(logos/fondo.png);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 600px;
}

#menu_c, #menu_p {
    border: 2px solid #CCC;
    font-family: verdana;
    background-color: #ff6633;
    width: 80%;
    height: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto 0 auto;
    text-align: left;
    position: relative;
    padding: 5px;
    box-shadow: 12px 12px 15px #999;
    border-radius: 5px;
}

#mask {
    position: absolute;
    z-index: 900;
    background-color: #fff;
    display: none;
    left: 0;
    top: 0;
}

#mask2 {
    position: absolute;
    z-index: 900;
    background-color: #fff;
    display: none;
    left: 0;
    top: 0;
}
/*------------------------------------------*/
#calen {
    position: absolute;
    border: solid 1px black;
    background: #dfe0fe;
    font-family: Verdana;
    font-size: xx-small;
    font-weight: bold;
    width: 250px;
}

#calen_cab {
    width: 250px;
    height: 20px;
    border-bottom: solid 1px black;
}

#calen_table {
    width: 250px;
    border-bottom: solid 1px black;
}

#calen_mes, #calen_ano {
    vertical-align: middle;
}

#calen_cie {
    vertical-align: middle;
    cursor: pointer;
}

#calen_adel, #calen_atra, #calen_adel2, #calen_atra2 {
    cursor: pointer;
}
/*-------------------------------------------------------------*/
#autoc {
    z-index: 999;
    border: solid 1px black;
    text-align: left;
    padding: 10px;
    background: #f5f5f5;
    overflow: auto;
}
/*-------------------------------------------------------------*/
#sbselsel {
    height: 500px;
    overflow: hidden;
    color: #000000;
    margin: 2em auto;
    padding: 1em 1.5em;
    position: absolute;
    z-index: 999;
    border-bottom: solid 2px black;
    border-right: solid 2px black;
    border-top: solid 1px black;
    border-left: solid 1px black;
    display: none;
    background: #ffffb9;
    background: -webkit-linear-gradient(#ffffb9, white);
    background: -moz-linear-gradient(#ffffb9, white);
    background: -o-linear-gradient(#ffffb9, white);
    background: linear-gradient(#ffffb9, white);
}

.sbsel_selec {
    background-color: #F6E3CE;
}

#sbselcam {
    height: 500px;
    overflow: hidden;
    color: #000000;
    margin: 2em auto;
    padding: 1em 1.5em;
    position: absolute;
    z-index: 999;
    border-bottom: solid 2px black;
    border-right: solid 2px black;
    border-top: solid 1px black;
    border-left: solid 1px black;
    display: none;
    background: #ffffb9;
    background: -webkit-linear-gradient(#ffffb9, white);
    background: -moz-linear-gradient(#ffffb9, white);
    background: -o-linear-gradient(#ffffb9, white);
    background: linear-gradient(#ffffb9, white);
}

/*------------------------------------------------------------------------------*/
.tdsup {
    border-top: solid 2px black;
}

.dialog0 {
    color: #000000; /* color de texto */
    /*margin: auto auto;*/
    overflow: hidden;
    padding: 1em 1em;
    position: fixed;
    z-index: 510;
    border-bottom: solid 2px black;
    border-right: solid 2px black;
    border-top: solid 1px black;
    border-left: solid 1px black;
    display: none;
    /*background:rgb(226, 243, 248);
    background: -webkit-linear-gradient(rgb(226, 243, 248), white);
    background: -moz-linear-gradient(rgb(226, 243, 248), white);
    background: -o-linear-gradient(rgb(226, 243, 248), white);
    background: linear-gradient(rgb(226, 243, 248), white);*/
    background: rgb(248,203,160);
    background: -webkit-linear-gradient(rgb(248,203,160), white);
    background: -moz-linear-gradient(rgb(248,203,160), white);
    background: -o-linear-gradient(rgb(248,203,160), white);
    background: linear-gradient(rgb(248,203,160), white);
    cursor: move;
    text-align: center;
}

.dialog {
    color: #000000; /* color de texto */
    /*margin: auto auto;*/
    overflow: hidden;
    padding: 1em 1em;
    position: fixed;
    z-index: 910;
    border-bottom: solid 2px black;
    border-right: solid 2px black;
    border-top: solid 1px black;
    border-left: solid 1px black;
    display: none;
    /*background:rgb(226, 243, 248);
    background: -webkit-linear-gradient(rgb(226, 243, 248), white);
    background: -moz-linear-gradient(rgb(226, 243, 248), white);
    background: -o-linear-gradient(rgb(226, 243, 248), white);
    background: linear-gradient(rgb(226, 243, 248), white);*/
    background: #ffcc33;
    background: -webkit-linear-gradient(#ffcc33, white);
    background: -moz-linear-gradient(#ffcc33, white);
    background: -o-linear-gradient(#ffcc33, white);
    background: linear-gradient(#ffcc33, white);
    cursor: move;
    text-align: center;
}

    .dialog h1 {
        border: 1px solid black;
    }

.scroll {
    overflow: scroll;
    cursor: default;
    padding: 1em 1em;
}

.recuadro {
    border: solid 1px black;
    text-align: left;
    position: relative;
    padding: 5px;
    overflow: auto;
}

.titulo {
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    left: 1%;
    top: 1%;
}

.hand {
    cursor: pointer;
}

.drag {
    cursor: move;
    position: relative;
}

.error {
    color: #F99B9B;
    font-family: verdana;
    font-size: 10px;
    font-style: normal;
    visibility: hidden;
}
/*------------------------------------------------------------------------------*/
a:link {
    text-decoration: none;
    color: Blue;
}

a:visited {
    text-decoration: none;
    color: Blue;
}

a:hover {
    text-decoration: none;
    color: red;
}

a.menu:link {
    text-decoration: none;
    color: White;
}

a.menu:visited {
    text-decoration: none;
    color: White;
}

a.menu:hover {
    text-decoration: none;
    /*color: #ff6633;*/
    color: #000000;
}

.si {
    color: Green;
}

.no {
    color: Red;
}
/*------------------------------------------------------------------------------*/
.mpaginas {
    border: solid black 1px;
    padding: 5px;
    border-radius: 5px;
    display: inline;
    cursor: pointer;
}
/*------------------------------------------------------------------------------*/
