body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    color: #000000;    
    background-color: #FFFFFF;
    margin-top : 0px;
    margin-bottom : 0px;
    margin-left: 0px;
    margin-right:0px;    
    background-repeat: no-repeat;
    scrollbar-face-color: #FFCC33; 
    scrollbar-shadow-color: #114583;
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-3dlight-color: #999999;
    scrollbar-darkshadow-color: #505050; 
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #000000;
}

input {
    border-right: #FEFEFE 1px solid;
    border-top: #4E6B98 1px solid;
    border-left: #4E6B98 1px solid;    
    border-bottom: #FEFEFE 1px solid;
    scrollbar-face-color: #B7C6E5;
    scrollbar-highlight-color: #D3DCEF;
    scrollbar-3dlight-color: #E9EEF8;
    scrollbar-shadow-color: #738FCC;
    scrollbar-arrow-coplor: #000000;
    scrollbar-track-coplor: #E5EBF4;
    scrollbar-darkshadow-color: #4870AA;
    font-size: 10px;
    color: #000000;
    font-family:  tahoma, helvetica, verdana, sans-serif;
    background-color: #ECEEF2;
    text-decoration: none
}

a:link {
    color : #FFFFFF;
    background : transparent;
    text-decoration : none;
    font-weight: bold;
}

a:visited {
    color : #FFFFFF;
    background : transparent;
    text-decoration : none ;
    font-weight: bold;
}

a:active {
    color : #FFFFFF;
    background : transparent;
    text-decoration : none ;
    font-weight: bold;
}

a:hover {
    color : #0000FF;
    background : transparent;
    text-decoration : none ;
    font-weight: bold;
}

.aMenu:link {
    color : #000000;
    background : transparent;
    font-weight: bold;
    text-decoration : none;
}

.aMenu:visited {
    color : #000000;
    background : transparent;
    font-weight: bold;
    text-decoration : none ;
}

.aMenu:active {
    color : #000000;
    background : transparent;
    font-weight: bold;
    text-decoration : none ;
}

.aMenu:hover {
    color : #0000FF;
    background : transparent;
    font-weight: bold;
    text-decoration : none ;
}

.capa{
    position: static;
    overflow: auto;
}

.lista{
    list-style-image: url(/img/Est.gif);
    list-style-position: outside;
    vertical-align: middle;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:10px;
    text-align: left;
}

.sublista{
    list-style-image: url();
    list-style-position: outside;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
}

.tituloblanco {
    font-weight: bold;
    color: #FFFFFF;
}

.cajaMarron{
    background : #FFA57B;
    border-left : 1px solid Black;
    border-bottom : 1px solid Black;
    border-right : 1px solid Black;
    border-top : 1px solid Black;
    text-indent: 5pt;
    color: #000000;
    padding-left : 2px;
    padding-right : 2px;
    padding-bottom : 2px;
    padding-top : 2px;    
}

.cajaTabla{
    text-align: center;
    background-repeat:  repeat-y;
    background-color: #FFFFFF;
    background-image: url(/img/FondoTab.gif);
}

.p1{
    padding-top : 20px;
    padding-left : 5px;
    color: #9900FF;
    font-weight: bold;
}