/* CSS Document */

.body { font-family: "Verdana";  font-size:10px;
}

.tilulo1{font-weight:bold;  font-family:"Verdana";  font-size:12px; color:#000000;
}
.migas{font-weight:bold;  font-family:"Verdana";  font-size:10px; color:#008D53;
}
.tilulo2{font-weight:bold; font-family:"Verdana";  font-size:12px; color:#000000;
}
.texto1{font-weight:bold; font-family:"Verdana";  font-size:14px; color:#008000; 
}
.texto3{color:#000000; font-family:"Verdana"; font-size:12px;  
}
.texto4{color:#000000; font-family: "Verdana"; font-size:10px;  
}
.texto5{color: #FFFFFF; font-family: "Verdana"; font-size:10px;   }
.combo{ background-color:#FFFFFF; color:#000000; font-family: "Verdana"; font-size:10px; border:#000000 solid 1px; 
}

.boton { background : #dcdcdc;font-family: "Verdana", Times, serif; 
    font-size:10px;border : #000000 solid 1px;height: 17px; cursor:pointer;
}

.notas {font-size: 11px; color:#007f4a; font-family: "Verdana";
}
.texto2{ font-family:"Verdana", Times, serif;  font-size:10px; color:#800000;  
}
.titulomenu{ font-family:"Verdana"; color:#424242; border-color:#0066CC; font-size:11px;      
}
.textomenu{ font-family:"Verdana"; color:#000000; border-color:#0066CC; font-size:10px;      
}
.combofijo{
color:#000000;  font-family: "Verdana"; font-size:10px;  width:200px; border : #000000 solid 1px; 
}
.boton {background:#dcdcdc; font-family: "Verdana", Times, serif; 
    font-size:9px;border : #000000 solid 1px;height: 17px;
}
/*.link1{font-size:10px;font-family: "Verdana"; color:#007F4A;font-weight:bold;
}
.link1:hover {font-size:10px;font-family: "Verdana"; color:#000000;text-decoration:none;font-weight:bold; cursor:pointer;
}
*/
.notas {font-size: 10px; color:#000000; font-family: "Verdana";
}
.trtitulo {
    color:#FFFFFF;
    background-color:#808080;
    border-style:solid;
    font-family:"Verdana", Times, serif;
    font-size:12px;
    font-weight:bold;
    font-variant:small-caps;
    text-align:center;
  }
  .trimpar {
    color:#000000;
    background-color:#F0F0F0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
  }

.trpar {
    color:#000000;
    background-color:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
  }
   a:link, a:visited{  
    text-decoration:none;  
    }  
	
table tr:nth-of-type(even) {
   background:#F0F0F0;
 }
 
 table tr:nth-of-type(odd) {
   background:#FFFFFF;
 }	