/* CSS Document */
a:link{
   color: #0066cc;
   text-decoration : none;
}
a:hoover{
   color: #333333;
   text-decoration : none;
}
a:visited{
   color: #333333;
   text-decoration : none;
}
a:active{
   color: #0066cc;
   text-decoration : none;

}

body {
   background-color: #FFFFFF;
   margin: 0px 0px 0px 0px;
   text-align: center;
} 

form {
    margin: 0px;
}

.campo_texto {
   background-color: #FFFFFF; 
   color: #000000; 
   font-family: Arial, Helvetica, sans-serif;   
   font-size: 11px; 
   border: 1px solid #999999;
}
.campo_texto_transparente {
   background:transparent;
   border:none;
   color: #000000; 
   font-family: Arial, Helvetica, sans-serif;   
   font-size: 11px; 
   text-align: center;
}
a {

}

.boton {
   background-image: url(../images/013/css/fondo_boton.jpg);
   border: 1px solid #589A16;
   height: 22px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
   color: #2F520C;
   cursor: pointer;
}
.boton_01 {
/*boton blanco*/
   background-color: #DBF6BF;
   border: 1px solid #589A16;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   height: 20px;
   line-height: normal;
   color: #000000;
   cursor: pointer;
}
.combos {
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;  	
   font-size: 10px;
}
.combos_p {
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   font-weight: bold;
}
.texto_negro {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
}
.texto_negro_j {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align: justify;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
}
.texto_negro_n {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: bold;
   font-variant: normal;
}
.texto_azul {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
   color: #6666BB;
}
.texto_blanco {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: bold;
   font-variant: normal;
   color: #ffffff;
}
.marco_01 {
   background-color: #589A16;
}
.fondo_celda_01 {
   background-color: #589A16;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: bold;
   font-variant: normal;
   color: #FFFFFF;
}
.fondo_celda_02 {
   background-color: #B0D091;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
   color: #000000;
}
.fondo_celda_03 {
   background-color: #FFFFFF;

   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
   color: #000000;
}
.fondo_celda_04 {
   background-color: #cccccc;

   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
   color: #000000;
}
.fondo_celda_05 {
   background-color: #eeeeee;

   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
   color: #000000;
}

.texto_01 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: bold;
   font-variant: normal;
   color: #FFFFFF;
}
.texto_02 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
   color: #000000;
}
.texto_03 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
   color: #000000;
}
.texto_bievenido {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: bold;
   color: #000000;
}

img {
    border: none;
    vertical-align: middle;
}
.cursorMano{
   cursor: pointer;
}

.texto_tituloPDF {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   font-style: normal;
   line-height: normal;
   font-weight: bold;
   font-variant: normal;
}


/*  Estilo para los Tabs*/
ul.domtabs{
        margin:0 0;
}
ul.domtabs li{
        float:left;
        padding:1;
        list-style:none;
}
ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
        width:10em;
        padding:0;
        display:block;
        background:#D0D0D0;
        color:#000000;
        text-decoration:none;
}
div.domtab div{
        clear:both;
        width:auto;
        background:#FFFFFF;
        color:#000000;
        padding:0;
}
/*activo*/
ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
        background:#B0D091;
        color:#000000;
}

.fila_resaltada {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #DDDDFF;
}

.fila_seleccionada {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #CCCCFF;
}

.boton_01[disabled] {
    background-color: white;
    border: 1px solid #B9B9B9;
    color: #B9B9B9;
    cursor: default;
}

.td_ancho{
    padding-left: 10px;
    padding-right: 10px;
}

.campo_texto_ancho {
    background-color: #FFFFFF; 
    color: #000000; 
    font-family: Arial, Helvetica, sans-serif;   
    font-size: 11px; 
    border: 1px solid #999999;
    width: 100%;
}

.combos_ancho {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;  	
    font-size: 10px;
    width: 100%;
}

.fondo_celda_on {
    background-color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    cursor: pointer;
}

.fondo_celda_sel {
    background-color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: white;
}