/* aquests dos s'han de matxacar i no m'atreveixo a fer-ho a l'altre*/

  #cap {
          height:96px;
          width:100%;
          background:#000000;
          position:relative;
  }

  #logo {
            position:absolute;
            top:0;left:0;
            width:15em;
            height:96px;
        overflow:hidden;
            background:#297DB5;
  }  

#banners {
	  	height:96px;
	  	width:100%;	  	
	  	overflow:hidden;
	  	position:relative;	
  }    

#banners a {
		display:block;
		width:100%;
		height:100%;
}

#banners a .text {
		display:none;
		color:white;
}
  
  #foto1_en, #foto2_en, #foto3_en, #foto1_es, #foto2_es, #foto3_es, #foto1_ca, #foto2_ca, #foto3_ca 
  {position:absolute;top:0;left:15em;height:96px;width:100%}

  #foto1_en, #foto3_en, #foto1_es, #foto3_es, #foto1_ca, #foto3_ca 
  {display:none}

 