/* 
    Document   : web.css
    Created on : 08-jul-2009, 11:36:44
    Author     : jesus
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
th{
    background-color: #C24F34;
    color: #ffffff;
    border-color: #772917;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
    font-family: Arial;
    font-size: 10pt;
}
.titulo{
    color: #C24F34;
    font-family: Arial;
    font-size: 10pt;
}
.tablatab{
    width:600px;
    font-size: 10pt;
    border-collapse:collapse;
    background-color:#ffffff;
    border-style:solid;
    border-width:1px;
    /*border-top-color:#ffffff;*/
    border-color:#000000;
}
.filatabinferior{
    background-color:#ffffff;
    border-style:solid;
    border-width:1px;
    border-top-color:#ffffff;
    border-bottom-color:#000000;
    border-left-color:#000000;
    border-right-color:#000000;
}
.tabseleccionado{
    color:#C64E36;
    font-family:Arial;
    text-align:center;
    font-weight:bold;
    background-color:#ffffff;
    border-style:solid;
    border-width:1px;
    border-top-color:#000000;
    border-bottom-style:none;
    border-left-color:#000000;
    border-right-color:#000000;
}
.tab{
    color:#aaaaaa;
    font-family:Arial;
    text-align:center;
    background-color:#B07367;
    border-style:solid;
    border-width:1px;
    border-top-color:#000000;
    border-bottom-color:#000000;
    border-left-color:#000000;
    border-right-color:#000000;
    border-top: 1px solid;
}
.tabla1{
    border-collapse:collapse;
    width: 700px;
}
.tabla2{
    font-family:Arial;
    padding: 10px;
    font-size: 10pt;
}
.informacion{
    font-family: Arial;
    font-size: 10pt;
    padding: 10px;
}
.informacion_tabla{
    font-family: Arial;
    font-size: 10pt;
    padding: 10px;
}
.informacion_tabla td{
    background-color:#dddddd;
}
.error_msg{
    color: #ff0000;
    font-size: 10pt;
}
#overlay {
    display: none;
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-image: url('../img/overlay.gif');
}

#master {
    clear: both;
    padding-bottom: 1em;
}

.input {
    display: none;
    color: black;
    position: fixed;
    padding: 15px;
    left: 25%;
    top: 20%;
    width: 700;
    z-index: 1000;
    text-align: center;
    background-color: white;
    border: 1px solid black;
}
.close {
    cursor:pointer;
    float: right;
    font-face:Arial;
    font-size: 10pt;
}
.th1{
    border-top-style:none;
    border-right-style:none;
    border-left-style:none;
    background:none;
}
.td1, .td1_f{

    background-color: #E3E4DC;
    border-color: #8C2F1E;
    border-width: 1px;
    border-style: solid;
    font-family: Arial;
    font-size: 10pt;

}
.td2, .td2_f{
    background-color: silver;
    border-color: #772917;
    border-width: 1px;
    border-style: solid;
    font-family: Arial;
    font-size: 10pt;
}
.td1_f, .td2_f{
    text-align:center;
}
.atras{
    text-align:center;
}
.atras a{
    text-decoration:none;
    color:#98311C;
}
.atras a:hover{
    text-decoration:none;
    color:#0000aa;
}
.atras a:visited{
    color:#98311C;
}
.linea_izq{
    border-left-style:solid;
    border-left-width:1px;
}
.pol_cancel{
    text-decoration:none;
    color:#98311C;
    font-size:10pt;
}
.pol_cancel:hover{
    text-decoration:none;
    color:#0000aa;
}