.cuadro_link_cabecera
{
    width: 85px;
	 
    text-align: center;  
    font-family: Arial, Verdana;  
	 font-weight: bolder;
    font-size: 12px;
    background-color:White;
	 vertical-align: bottom;
	 background-image: url(fondo-azul-cabecera.png);
    
}

td.logo
{
    font-family:Verdana, Arial;  
    font-size: 18px;
    margin-left: 20px;
  
}

table.header
{
    border-bottom: 1px solid;
    border-color: dimgray;

	 background-image: url(fondo-azul-cabecera.png);

	 
    
}

a.header_link:link
{
    color:white;
    text-decoration:none;   

	 	 display:block;
	 width:100%;
	 height: 100%;

	 padding-top: 95px;
	 
}

a.header_link:visited
{
    color:white;
    text-decoration:none;


	 display:block;
	 width:100%;
	 height: 100%;

	 padding-top: 95px;


}

a.header_link:hover
{
    color:#003874;
    text-decoration:none;
	 background-color: #f4d50d;
	 	 
	 
}

a.header_link:active
{
    color:#003874;
    text-decoration:none;
	 background-color: #f4d50d;
	 display: block;
}

.separador
{
	background-image: url(separador-cabecera.png);
}

td.borde{
	
	background-image: url(borde-puntos.png);
	background-repeat: repeat-y;
	width: 1px;	
}