BODY {
     background-color: #5D6F93;
     color: black;
     font-family: Tahoma, Verdana;
     margin: 0;
     cursor: default;
     scrollbar-face-color: 5D6F93;
     scrollbar-shadow-color: FFFFFF;
     scrollbar-highlight-color: 5D6F93;
     scrollbar-3dlight-color: FFFFFF;
     scrollbar-darkshadow-color: 5D6F93;
     scrollbar-track-color: 5D6F93;
     scrollbar-arrow-color: #ffffff;
}
TABLE.iProp {
     border: 2px solid #F77B00;
     background-color: #A04040;
}
TD.iHead {
     color: white;
     font-weight: bold;
     font-size: 10px;
}
TD.iData {
     text-align: left;
     font-size: 10px;
}
HR.hr_orange {
     width: 60%;
     height: 1px;
     color: orange;
}
TH.inm_header {
     background: orange;
     color: black;
     font-weight: bolder;
}
td.fichas {
     border-bottom: 1px solid #F77B00;
     border-top: 2px solid #FFFFFF;
     border-left: 2px solid #FFFFFF;
     border-right: 2px solid #FFFFFF;
     background-color: #FFFFFF;
}
td.ficha_selected {
     border-bottom: 1px solid #F77B00;
     border-top: 2px solid #FBBD80;
     border-left: 2px solid #FBBD80;
     border-right: 2px solid #B95C00;
     background-color: #F77B00;
     color: white;
     font-weight: bold;
     cursor: hand;
}
a.ficha_selected, a:visited.ficha_selected, a:hover.ficha_selected {
     color: white;
     text-decoration: none;
}
td.ficha_inactive {
     border-bottom: 1px solid #F77B00;
     border-top: 2px solid #FBBD80;
     border-left: 2px solid #FBBD80;
     border-right: 2px solid #8B4500;
     background-color: #B95C00;
     color: white;
     font-weight: none;
     cursor: hand;
}
a.ficha_inactive, a:visited.ficha_inactive, a:hover.ficha_inactive {
     color: white;
     text-decoration: none;
}
td.ficha_inactive_hover {
     border-bottom: 1px solid #F77B00;
     border-top: 2px solid #FBBD80;
     border-left: 2px solid #FBBD80;
     border-right: 2px solid #8B4500;
     background-color: #FFBF74;
     color: white;
     font-weight: none;
     cursor: hand;
}
A, A:visited {
     text-decoration : none;
     color : #F77B00;
}
P {
  font-size: 9px;
}
LI {
  font-size: 9px;
}
A:Hover {
     color : Red;
     text-decoration : underline;
}
A.head, A:visited.head {
     text-decoration : none;
     color : black;
}
A:Hover.head {
     color : Red;
     text-decoration : underline;
}
TABLE.ver {
      border: 0px solid black;
}
TH.ver {
       background: #F77B00;
       border: 0px solid white;
}
TD.ver {
       background: transparent;
       border: 0px solid black;
       text-align: left;
}
TD.cap {
       background: #F77B00;
       border: 0px solid black;
       text-align: right;
}
TD.ver2 {
       background: transparent;
       border: 0px solid black;
       text-align: left;
}
TD.cap2 {
       background: transparent;
       border: 0px solid black;
       font-weight: bolder;
       text-align: left;
}
.txtBox {
       border: 1px solid #F77B00;
       color: #F77B00;
       background: white;
       font-weight: bolder;
}
SELECT {
       border: 1px solid #F77B00;
       color: #F77B00;
       background: white;
       font-weight: bolder;
}
.sel {
       border: 1px solid #F77B00;
       color: #F77B00;
       background: white;
       font-weight: bolder;
}
