/* ------------------------------ Tipos de Letra ------------------------- */ 


     .negro  { font-style : normal;
               font-family : Arial,trebuchet MS,verdana,Helvetica, sans-serif;
               font-size : 15px;
               font-weight : normal;
               text-align: justify;
               color: #483E34; }

      
     .blanco  { font-style : normal;
               font-family : Arial,trebuchet MS,verdana,Helvetica, sans-serif;
               font-size : 12px;
               font-weight : normal;
               color: white; }

     .orange  { font-style : normal;
               font-family : Arial,verdana,trebuchet MS,Helvetica, sans-serif;
               font-size : 16px;
               font-weight : normal;
               color: #C54900; }
               
     .gris  { font-style : normal;
               font-family : Arial,trebuchet MS,verdana,Helvetica, sans-serif;
               font-size : 15px;
               font-weight : normal;
               color: #73797C; }
     
     .green  { font-style : normal;
               font-family : Arial,trebuchet MS,verdana,Helvetica, sans-serif;
               font-size : 15px;
               font-weight : normal;
               color: #5CAB5D; } 

     .green2 { font-style : normal;
               font-family : Arial,trebuchet MS,verdana,Helvetica, sans-serif;
               font-size : 13px;
               font-weight : normal;
               color: #507639; } 			   
     
     .yellow  { font-style : normal;
               font-family : Arial,trebuchet MS,verdana,Helvetica, sans-serif;
               font-size : 15px;
               font-weight : bold;
               color: #EAB900; } 
     
     .blue  { font-style : normal;
               font-family : Arial,trebuchet MS,verdana,Helvetica, sans-serif;
               font-size : 15px;
               font-weight : bold;
               color: #3A76B5; } 

	 .text11  { font-style : normal;
               font-family : Arial,trebuchet MS,verdana,Helvetica, sans-serif;
               font-size : 13px;
               font-weight : normal;
               color: black; } 
     
     .title  { font-style : normal;
               font-family : Arial,trebuchet MS,verdana,Helvetica, sans-serif;
               font-size : 15px;
               font-weight : normal;
               color: #8C3106; }  

	 .noti  { font-style : normal;
               font-family : Arial,trebuchet MS,verdana,Helvetica, sans-serif;
               font-size : 13px;
               font-weight : normal;
			   text-align: left;
               color: #1B5E0E; } 			   
     
     .menuda  { font-style : normal;
               font-family : Arial,trebuchet MS,verdana,Helvetica, sans-serif;
               font-size : 10px;
               font-weight : normal;
               text-align: justify;
               color: #73797C; } 
     .menuda A    {color: gray;}
     .menuda A:hover  {color: gray;}          
