.justificado {
   font-family:Tahoma; 
   font-size:11px;  
   color:#939393;
   text-align:justify;
   }

.justificado_azul {
   font-family:Tahoma; 
   font-size:11px;  
   color:#0071A6;
   text-align:justify;
   }
   
.blue_11{font-family:Tahoma; font-size:11px;  color:#0071A6;}

.blue_14{font-family:Tahoma; font-size:14px;  color:#0071A6;}
  
.boton{
    width:77px; 
    height:21px;
    font-family:Verdana, Arial, Helvetica;
    font-size:11px;
    padding-left: 15px;
    color:#000000;     
    background-image:url(images/boton.gif);
 		border-width:0px;
		border-style:solid;
		border-color:#B4B4B4;
		}  
  
#input{
  	width:231px; height:17px;
		border-width:1px;
		border-style:solid;
		border-color:#B4B4B4;
		background-color:#ffffff;
		}
		
#textarea{
  	/* width:341px; height:119px; */
		border-width:1px;
		border-style:solid;
		border-color:#B4B4B4;
		background-color:#ffffff;
		overflow:auto
		}
  
  
  
  .main_11{font-family:Tahoma; font-size:11px;  color:#939393;}

  
  .white{font-family:Tahoma; font-size:11px;  color:#ffffff;}
  .main_10{font-family:Tahoma; font-size:10px;  color:#919191;}
  .blue{font-family:Tahoma; font-size:10px;  color:#0071A6;}

.markermenu{
    list-style-type: none;
    margin: 5px 0;
    padding: 0px;
    width: 175px;  
    border: 0px;
    }

.markermenu li a{
    background: white url(images/menu.jpg) no-repeat;
    font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: #00014e;
    display: block;
    width: auto;
    padding: 3px 0;
    padding-left: 40px;
    text-decoration: none;
    border-bottom: 0px;
    height: 29px;
    }

* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
    width: 175px; 
    }

.markermenu li a:visited, .markermenu li a:active{
    color: #00014e;
    }

.markermenu li a:hover{
    color: black;
    background-color: #ffffcb;
    background-image:url(images/menu_on.jpg); 
    }

A:link,A:visited,A:active {text-decoration:none} 
