.enlace-header {   /* PARA EL MENU DE LA BARRA DE TITULOS*/   
       text-decoration:none;
	   color:#FFFFFF;
	   font-size:12px;
	   font-family:arial;    
    }
	
  .enlace-header:hover{
       font-weight: bold;
	   font-size:14px;
    }
	
.enlace{    
       color: #8FAAD6;
	   font-weight: bold;
	   font-size: 10px;
	   font-family: trebuchet MS;
    } 	

.titulo{          /* PARA LOS TITULOS DE LAS DIFERENTES PANTALLAS QUE SE CARGAN */
       font-family: trebuchet MS;
	   font-size: 14;
       font-weight: bold;
	   color: #000000;
	   background-color: #ffffff;
	   border-style: solid;
	   border-top:none;
	   border-left:none;
	   border-right:none;
	   border-color:#585858;
	   text-transform:uppercase;
	   border-width:2pt;
	   padding:0px;
      }   	   	

.titulo_botones{  /* TITULOS DE LOS BOTONES DE LA PANTALLA PRINCIPAL*/
       text-decoration:none;
       font-family: trebuchet MS;
       font-size:14px;
       font-weight:bold;
       color:#3f6596;
    }	
	 	  
.texto_descriptivo{  /*  TEXTO DESCRIPTIVO PARA LOS BOTONES DE LA PANTALLA PRINCIPAL*/
	   font-family: trebuchet MS;
       font-size:9px;
       font-weight:normal;
       color:#585858;
	   text-decoration:none; 
	   
	}

.fecha_novedad{   /* FECHA MOSTRADA EN LA PANTALLA DE NOVEDADES*/
       font-family: trebuchet MS;
       font-size:9px;
       color:#666666;
    }	   
	   	   
.titulo_novedad{    /* TITULO DE LAS NOVEDADES*/ 
       font-family: trebuchet MS;
	   font-weight: bold;
       font-size:14px;
       color:#80802b;
    }	   	   
	   	   
.texto_novedad{      /* TEXTO DE LAS NOVEDADES*/
       font-family: trebuchet MS;
	   font-weight: normal;
       font-size:11px;
       color:#000000;
    }		

.select{ /* PARA EL SELECT DEL FILTRO PARA NOVEDADES Y LOS SELECT DE LA BUSQUEDA DE ARCHIVOS*/
         font-family: trebuchet MS; 
		 font-size: 9px;
		 font-weight: bold;
		 color: #01727E;
	}	
	     
.links{  /*ENLACES PARA LOS LINKS DE LA PANTALLA "PROGRAMAS" Y "LINKS"*/
      text-decoration:none;
      font-family:trebuchet MS;
	  font-size:11px;
	  font-weight:bold;
      color:#585858;
    } 	  
	
.links:hover{
      color:#6699ff;
    }	

.cuerpo{  /* DIV DONDE SE CARGAN LAS DIFERENTES PANTALLAS. SE ENCUENTRA EN PRINCIPAL PHP*/
      padding-left:5mm;
      padding-right:5mm;
    }	  
	
	
.titulo_programas{    /* TITULO PARA LOS PROGRAMAS*/
       font-family: trebuchet MS;
	   font-weight: bold;
       font-size:14px;
       color:#80802b;
    }	   	   
	
.titulo2_programas{    /* TITULO DEL LOS ITEM DE LA DESCRIPCION DE LOS PROGRAMAS*/
       font-family: trebuchet MS;
	   font-weight: bold;
       font-size:12px;
       color:#666666;
    }	   	   	
	   
	   
.texto_programas{  /* TEXTO DE LA DESCRIPCION DE LOS DIFERENTES ITEMS DE LOS PROGRAMAS*/
       font-family: trebuchet MS;
	   font-weight: normal;
       font-size:11px;
       color:#333333;
    }	

.unidad{      /* TEXTO DE  LEGISLACION EN LA PANTALLA LA UNIDAD*/
       font-family: trebuchet MS;
	   font-weight: normal;
       font-size:11px;
       color:#000000;
    }		
	
.texto_busqueda_archivos{ /*TEXTO PARA LA PANTALLA DE BUSQUEDA DE ARCHIVOS*/
       font-family: trebuchet MS;
	   font-weight: normal;
       font-size:14px;
       color:#666666;
    }			
	
.fecha_archivos{   /* FECHA MOSTRADA EN LA PANTALLA DE  ARCHIVOS*/
       font-family: trebuchet MS;
       font-size:9px;
       color:#666666;
    }	

.titulo_archivos{    /* TITULO DE LOS ARCHIVOS*/ 
       font-family: trebuchet MS;
	   font-weight: bold;
       font-size:14px;
       color:#80802b;
    }
	
.texto_archivos{      /* TEXTO DE LOS ARCHIVOS*/
       font-family: trebuchet MS;
	   font-weight: normal;
       font-size:9px;
       color:#000000;
    }	
	
.fecha_documentos{   /* FECHA MOSTRADA EN LOS DOCUMENTOS DE PROGRAMAS*/
       font-family: trebuchet MS;
       font-size:9px;
       color:#666666;
    }		

.titulo_documentos{    /* TITULO DE LOS DOCUMENTOS DE LOS PROGRAMAS*/ 
       font-family: trebuchet MS;
	   font-weight: bold;
       font-size:14px;
       color:#80802b;
    }

.texto_documentos{      /* TEXTO DE LOS DOCUMENTOS DE LOS PROGRMAS*/
       font-family: trebuchet MS;
	   font-weight: normal;
       font-size:9px;
       color:#000000;
    }		
.item_prog{
       font-size: 12px;
       color: #80802b;
    }

.autoridades_cargo{  /*ESTILO PARA LA PANTALLA DE AUTORIDADES*/
      font-family:trebuchet MS;
	  font-size:12px;
	  font-weight:bold;
      color:#000000;
    }

.autoridades{  /*ESTILO PARA LA PANTALLA DE AUTORIDADES*/
      font-family:trebuchet MS;
	  font-size:11px;
	  font-weight:bold;
      color:#585858;
	  height:30px;
	  }	
