<STYLE TYPE="text/css">
BODY
{

}
a:link 		
{
	BACKGROUND: none; 
	COLOR: #333333; 
	TEXT-DECORATION: none
}
				
a:visited 	
{
	BACKGROUND: none; 
	COLOR: #3c507a; 
	TEXT-DECORATION: none;
}
				
a:active 	
{
	BACKGROUND: none; 
	COLOR: #5A3F8C; 
}
				
a:hover 	
{
	COLOR: #003366; 			
	TEXT-DECORATION: underline;
}

.titulo
{
	color:#000000; 
	font-size: 24pt;
	font-family:Georgia;
}

.subtitulo
{
	color:#3E81BC; 
	font-size: 10pt;
	font-family:Tahoma;
	font-weight: bold;
}

.contenido
{
	font-size: 9pt;
	font-family:Arial;
	color:#333333;
}

.formArchivo
	{
    font-family: Arial; 
	font-size: 9pt; 
	border: 1px solid #D2D2D2; 
	font-weight: bold;
	}  

.formBooleano 
	{
	
	}	

.formBotonEnviar
	{
    font-family: Arial; 
	font-size: 11pt; 
	border: 1px solid #7D7D7D; 
	font-weight: bold;
	} 
	
.formDesplegable
	{
    font-family: Arial; 
	font-size: 9pt; 
	border: 1px solid #D2D2D2; 
	font-weight: bold; 
	}
	
.formEntero
	{
    font-family: Arial; 
	font-size: 9pt; 
	border: 1px solid #D2D2D2; 
	font-weight: bold; 
	}  
    
.formEmail
	{
    font-family: Arial; 
	font-size: 9pt; 
	border: 1px solid #D2D2D2; 
	font-weight: bold; 
	}    

.formEnum
	{
    font-family: Arial; 
	font-size: 9pt; 
	border: 1px solid #D2D2D2; 
	font-weight: bold; 
	}
    
.formPassword 
	{
    font-family: Arial; 
	font-size: 9pt; 
	border: 1px solid #D2D2D2; 
	font-weight: bold;
    }
    
.formTextArea
	{
    font-family: Arial; 
	font-size: 9pt; 
	border: 1px solid #D2D2D2; 
	font-weight: bold;
    } 
    
.formTexto
	{
    font-family: Arial; 
	font-size: 9pt; 
	border: 1px solid #D2D2D2; 
	font-weight: bold; 
	} 

.formTextoSinBorde
	{
    font-family: Arial; 
	font-size: 9pt; 
	border: 1px solid #FFFFFF; 
	font-weight: bold; 
	} 

    
.formUrl
	{
    font-family: Arial; 
	font-size: 9pt; 
	border: 1px solid #D2D2D2; 
	font-weight: bold;
    }
  
 
.formTelefono
	{
	font-family: Arial; 
	font-size: 9pt; 
	border: 1px solid #D2D2D2; 
	font-weight: bold; 
	} 
 
.campo 
{ 
	font-family: Arial;
	font-size: 9pt;

} 

.asterisco
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: 700; 
	color: #CC0000;
}	
.formTextoResaltado		
{
	font-family: Arial; 
	font-size: 9pt; 
	color:#000000;
	border: 1px solid #D2D2D2; 
	font-weight: bold; 
	background-color: #F4F4F4; 
	background-image: url('')
}	  

.FieldErr 	
{
	font-family: Arial; 
	font-size: 9pt; 
	color:#000000;
	border: 1px solid #CC0000; 
	font-weight: bold; 
	background-color: #FF9980; 
	background-image: url('')
}		

.textoValidacion
{ 
	font-family: Arial;
	font-size: 9pt;
} 			

</style>