﻿A:link {
font-weight:normal ;
}

A:visited {
font-weight:normal ;
}

A:active {
font-weight:normal ;
}

A:hover {
font-weight:normal ;
}



TH
{
	font-weight :normal;
}


.Alerta
{	
	background-color : Yellow;		
	color:Red;	
}

.Boton
{
	border: 1px solid #FFFFFF;
    font-family : Verdana;
	    font-size : 13px;		

	    background-color:#548332;
	    color:#FFFFFF;
    height: 24px;
}

.Control
{
	font-family : Verdana;
	font-size : 12px;		
	color :#444444;
				
}

.Error
{
    font-family : Verdana  ;
	font-size : 11px;			
	color :#FF4444;
}

.Error2
{
    font-family : Verdana  ;
	font-size : 16px;			
	color :#FF4444;
}

.Manito
{
    font-family : Verdana  ;
	font-size : 11px;			
	color :#444444;
	cursor :hand; 
	cursor :pointer; 
	
}

.PropiedadesEtiqueta
{
	font-family : Verdana  ;
	font-size : 8pt;	
}

.PropiedadesInputs
{
	font-family : Verdana  ;
	font-size : 8pt;	
}

.Subrayado
{
	text-decoration :underline;
}

.Texto
{
    font-family : Verdana ;
	font-size : 11px;			
	color :#444444;
	
}
.Texto2
{
    font-family : Verdana ;
	font-size : 16px;			
	color :#444444;
	
}

.TextoBold
{
    font-family : Verdana ;
	font-size : 08px;			
	color :#444444;
	font-weight :bold; 
}

.TextoCalendario
{
    font-family : Verdana ;
	font-size : 08px;			
	color:#000000;		
}

.TextoCalendarioNoLaborable
{
	font-family: Vernarda;
	font-size: 08px;
	color: #000000;
	background-color: #33CCCC;
}

.TextoCalendarioLaborableHorarioPers
{
	font-family: Verdana ;
	font-size: 10px;
	color: #000000;
	background-color: #F7F7DE;
}

.TextoCalendarioClaro
{
    font-family : Vernarda;
	font-size : 10px;	
	color:#707070;		
}


.TextoClaro
{
    font-family : Vernarda;
	font-size : 8px;			
	color :#99D9E8;
	text-transform :uppercase; 	
}

.TextoClaroGrande
{
    font-family : Verdana;
	font-size : 15px;			
	color :#99D9E8;
	text-transform :uppercase; 	
}


.TextoEtiqueta
{
    font-family : Verdana;
	font-size : 12px;		
	color:#39B5D3;	
	text-transform :uppercase;
	width: 661px;
}

.TextoEtiquetaDiv
{
    font-family : Verdana ;
	font-size : 11px;		
	color:#444444;	
	font-weight :bold; 
	text-transform :uppercase; 	
}
.TextoNumero
{
	font-family : Verdana ;
	font-size : 11px;			
	text-align :right ;
	color :#444444;
}

.TextoOscuro
{
    font-family : Vernarda ;
	font-size : 8px;			
	color :#038BBC;
	text-transform :uppercase; 	
}

.TextoOscuroGrande
{
    font-family : Arial ;
	font-size : 15px;			
	color :#038BBC;
	text-transform :uppercase; 	
}

.TextoTitulo
{
	font-family : Vernarda;
	font-size :11px;	
	color:#4A8FA0;	
	text-transform :uppercase; 		
}

.Titulo
{
	font-size: 12px; 
	font-weight :normal ;
	text-transform: uppercase; 	
    color: #ffffff; 
    font-family:Verdana; 
    background-color:#43B9D5;
    text-align :center;   		
    text-decoration :none;
}

.TituloGrande
{
	text-decoration:none;
	font-size: 25px; 
	font-weight :normal ;
	text-transform: uppercase; 	
    color: #376318;
    font-family: Verdana;         
    text-decoration :none;
}

.TituloGrandeOscuro
{
	font-size: 28px; 
	font-weight :normal ;
	text-transform: uppercase; 	
    color: #038BBC;
    font-family:Verdana ;         
    text-decoration :none;
}


.TituloMano
{
	font-weight :normal ;
	font-size: 12px; 
	text-transform: uppercase; 	
    color: #ffffff; 
    font-family: Verdana; 
    background-color:#43B9D5;
    cursor:hand;        		
    cursor:pointer;        		
    
}

.TituloPequeño
{
	text-decoration:none;
	font-size: 18px; 
	font-weight :normal ;
	text-transform: uppercase; 	
    color: #43B9D5;
    font-family: Verdana ;         
    text-decoration :none;
}

A.Hipervinculo
{
	font-family : Verdana ;
	font-size : 11px;			
	color :#444444;
	text-decoration:underline;
}

.TituloMunicipio
{
	font-family : Verdana ;
	font-size : 15px;			
	color :#444444;
	text-transform :uppercase; 	
}

.TituloFormulario
{
	font-family : Verdana ;
	font-size : 15px;			
	color :#444444;
}

.TituloSeccion
{
	font-family : Verdana ;
	font-size : 11px;			
	color :#444444;
	background-color : #cccccc;		
	text-transform :uppercase; 	
}

.TextoActivo
{
	border : solid 1px Gray;
	background-image : url(../Imagenes/inactivo.jpg); 	
	background-repeat :repeat-x ;	 
    font-family : Verdana ;
	font-size : 11px;			
	font-weight :bold; 	  
	text-decoration:underline;
	color :#444444;
	height :25px;
	/*cursor :hand;*/
	
}

.TextoInactivo
{
	background-image : url(../Imagenes/inactivo.jpg); 
	background-repeat :repeat-x ;	 
    font-family : Verdana ;
	font-size : 11px;			
	color :Gray;
	height :25px;
	cursor :hand;
	
}

.Centrado
{
	text-align :center ;
}
	
.Izquierda
{
	text-align:left ; 
}
	
.Derecha
{
	text-align :right ;
	}