@charset "utf-8";
/* CSS Document */

body, table{ font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#333333;
 }
 
a {
	text-decoration : none;
	color:#333333;
}

a:hover{
	text-decoration : underline;
	color:#333333;
}

.naranja{ color: #FF6600}

.t18{ font-size:18px}

.t15{ font-size:15px}

.helvetica{ font-family:Helvetica, Arial, sans-serif } 

.gris{color:#999999}

.azul{ color:#0055FA}

.rojo{ color:#FF0000}

.azulMedio{ color:#0B79CA}

.negrita{ font-weight:bold}

.t20{ font-size:20px}

.t13{ font-size:13px}

.t10{ font-size:10px}

ul{ list-style-image:url(../images/bullet.gif);
list-style-position:outside}

.bordeGris{border-color:#CCCCCC; 
		   border-width:1px; 
		   border-style:solid}
a.blanco{
color:#FFFFFF;
text-decoration:none}

a.blanco:hover{
color:#FFFFFF;
text-decoration:underline}

a.azul{ color:#0099FF;
		text-decoration:none}

a.azul:hover{ color:#0099FF;
		text-decoration:underline}
		
.azulObscuro{color:#174F9B}
		
a.azulObscuro{color:#174F9B;
			  text-decoration:none}

a.azulObscuro:hover{color:#174F9B;
			  text-decoration:underline}	

a.azulMedio{ color:#0B79CA;
			 text-decoration:none}
			 
a.gris:hover{ color:#999999;
			  text-decoration:underline}		

a.gris{ color:#999999;
		text-decoration:none}
			 
a.azulMedio:hover{ color:#0B79CA;
				 text-decoration:underline}						 
				 
.campoTexto{ width:200px;
			 font-family:Arial, Helvetica, sans-serif;
			 font-size:11px}	
			   	   
.textArea{   width:200px;
             height:50px;
			 font-family:Arial, Helvetica, sans-serif;
			 font-size:11px}	  	   
