<!-- Común -->
.texto
	{
		font-family : Microsoft Sans Serif; 
		font-size : 10pt
	}	
.mensaje
	{
		font-family : Microsoft Sans Serif; 
	 	font-size : 10pt; 
	 	color: #FF5000
	 }		 
.obligatorio 
	{
	 	border-color:Gray;
	 	border-width:1px;
	 	border-style:Outset;
	 	font-family:Microsoft Sans Serif;
	 	font-size:8pt; 
	 	background-color: #f1f8ff
	}
.campo
	{  
	 	border-color:Gray;
	 	border-width:1px;
	 	border-style:Outset;
	 	font-family:Microsoft Sans Serif;
	 	font-size:8pt
	}	
a:link 
	{  
		font-family: Microsoft Sans Serif; 
		font-size: 9pt; 
		color: #06396C; 
		text-decoration: none
	}
a:hover 
	{  
		font-family: Microsoft Sans Serif; 
		font-size: 9pt; 
		color: #99ccff; 
		text-decoration: none
	}
a:visited 
	{  
		font-family: Microsoft Sans Serif; 
		font-size: 9pt; 
		color: #06396C; 
		text-decoration: none
	}
<!-- Insertar y Visualizar SIMA -->
.imputacion
	{	
		font-family : Microsoft Sans Serif;
		font-size : 7pt
	}
.imputacionAzul
	{
		font-family : Microsoft Sans Serif;
		font-size : 7pt;
		color: #FFFFFF; 
		background-color:#06396C
	}		
.datosSima
	{
		font-family : Microsoft Sans Serif;
		font-size : 10pt;
		color: #555555
	}	 
.verSimaAzul
	{
		font-family : Microsoft Sans Serif;
		font-size : 10pt;
		color: #FFFFFF; 
		background-color:#06396C
	}
.horas
	{
		border-color:Gray;
		border-width:1px;
		border-style:Outset;
		font-family:Microsoft Sans Serif;
		font-size:8pt; 
		width: 90%}
.boton
	{
		font-family: Microsoft Sans Serif;
		font-size: 9 pt;
		color: #FFFFFF;
		border: 1 solid #000000;
		background-color : #06396C
	}
		
<!-- Mantenimientos -->
.cabMant
	{
		font-family : Microsoft Sans Serif;
		font-size : 10pt;
		color: #FFFFFF; 
		background-color:#06396C
	}
		  
.datosMant
	{
		font-family : Microsoft Sans Serif;
		font-size : 9pt
	}	
<!-- Informes -->
.inforCab1
	{
		font-family : Microsoft Sans Serif;
		font-size : 10pt;
		color: #FFFFFF; 
		font-weight: bold;		
		background-color:#06396C
	}
.inforCab2
	{
		font-family : Microsoft Sans Serif;
		font-size : 10pt;
		color: #000000; 
		font-weight: bold;		
		background-color:#7394B3
	}
.inforCab3
	{
		font-family : Microsoft Sans Serif;
		font-size : 9pt;
		color: #000000;
		background-color:#C6C6C6
	}
.inforJornadas
	{
		font-family : Microsoft Sans Serif;
		font-size : 8pt;
		color: #000000; 
		background-color:#D6D6D6
	}			
.inforSima
	{
		font-family : Microsoft Sans Serif;
		font-size : 8pt;
		color: #000000; 
		background-color:#f1f1f1
	}			
.inforSimaF
	{
		font-family : Microsoft Sans Serif;
		font-size : 8pt;
		color: #000000; 
		background-color:#e1e1e1
	}			
<!-- Ayuda -->
.cabAyuda
	{
		font-family : Microsoft Sans Serif;
		font-size : 10pt;
		color: #FFFFFF; 
		background-color:#06396C
	}
.seccionAyuda
	{
		font-family : Microsoft Sans Serif;
		font-size : 9pt;
		background-color:#C6C6C6
	}	      
.inforAyuda
	{
		font-family : Microsoft Sans Serif;
		font-size : 8pt;
		background-color:#EFEFEF
	}	  
.textoAyuda
	{
		font-family : Microsoft Sans Serif;
		font-size : 11pt;
		font-weight: bold
	}	 
            
            
