	
	
	/* Definicin de variables de color */
	
	:root {
	 
	/* fons blocs principals */

	
	/* fons */

	 --f-body:  #fff; 		/*body*/	 
	 --f-caps:  #feba37; 		/*capsalera*/
	 --f-menu1: #f9e4d1;			/*menu*/
	 --f-menu2: #f9e4d1; 			/*submenu b*/
	 --f-menu3: #f9e4d1; 			/*submenu c...*/
	 --f-main:  #774500; 	/*main*/
	 --f-mainb: #f9e4d1; 		/*main blocs*/
	 --f-button: #000; 		/*butons*/		 		
	 --f-foot:  #feba37; 		/*footer*/ 

	/* text */	
		
	 --txt-body:  #f9e4d1;
	 --txt-caps:  #f9e4d1;
	 --txt-menu1: #541601;
	 --txt-menu2: #622000;
	 --txt-menu3: #622000;	 	 
	 --txt-main:  #796f6f;
	 --txt-mainb: #642400;
	 --txt-button: #fbe7cc;	 	 
	 --txt-foot:  #ffffff;
		
		
	/* links */	
		
	 --lk-txt-body:  #fce59f;	 
	 --lk-txt-caps:  #ffffff;
	 --lk-txt-menu1: #4e1b00;
	 --lk-txt-menu2: #622000;
	 --lk-txt-menu3: #622000;	 	 
	 --lk-txt-main:  #fffde7;
	 --lk-txt-mainb: #5a2201;
	 --lk-txt-button: #fcebcf;		  
	 --lk-txt-foot:  #fff;
		
	/* fons links */	
		
	 --lk-f-body:  #ffffff;
	 --lk-f-caps:  #ffffff;
	 --lk-f-menu1: #c0794d;
	 --lk-f-menu2: #feba37;
	 --lk-f-menu3: #feba37;	 	 
	 --lk-f-main:  #feba37;
	 --lk-f-mainb: #0d0d0d;
	 --lk-f-button: #b66e24;	 	 
	 --lk-f-foot:  #ffffff;

		
	/* link hovers */	
		
	 --lk-txt-h-body:  #ffffff;
	 --lk-txt-h-caps:  #ffffff;
	 --lk-txt-h-menu1: #feba37;
	 --lk-txt-h-menu2: #ca0d0d;
	 --lk-txt-h-menu3: #fff; 	 
	 --lk-txt-h-main:  #eed9be;
	 --lk-txt-h-mainb: #000;
	 --lk-txt-h-button: #f1d9bd;	 	 
	 --lk-txt-h-foot:  #ffffff;	
		
	 
	/* fons hovers */	
		

	 --lk-f-h-body:  #ffffff;
	 --lk-f-h-caps:  #4d4d4d;
	 --lk-f-h-menu1: #662800;
	 --lk-f-h-menu2: #fff;	 
	 --lk-f-h-menu3: #feba37;
	 --lk-f-h-main:  #fff;
	 --lk-f-h-mainb: #9c5600;
	 --lk-f-h-button: #110302;	 
	 --lk-f-h-foot:  #ffffff;	 

	/* especials */

	 --e1: #f0d6d6;
     --e2: #f00;

	/* caixes */
		
	  --bor-main: #fff;
	  --bor-table: #000;	
	  --bor-foot: #fff;	
		
	}
.svg{
	
	filter: brightness(0) saturate(100%) invert(12%) sepia(91%) saturate(2173%) hue-rotate(16deg) brightness(92%) contrast(102%);
}

.change_svg{
	
	filter: brightness(0) saturate(100%) invert(24%) sepia(94%) saturate(562%) hue-rotate(0deg) brightness(102%) contrast(103%);
}

#mes_info_list .svg{
	
	filter: brightness(0) saturate(100%) invert(89%) sepia(31%) saturate(241%) hue-rotate(325deg) brightness(100%) contrast(96%);
}
	body {
	
		 
		
		  /* The image used */
	   background-image: url("https://liberisliber.com/images/maquetacio_web/2011/fons-blur.jpg");
		
		/* Full height */
	
	
		
	
		/* Create the parallax scrolling effect */
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		
	
	}	
	
	.wrap_mobile {
	
        background-image: url(https://liberisliber.com/images/maquetacio_web/2011/capsalera-web.jpg);
        background-size: cover;
        background-position:35% 40%;
        background-repeat: no-repeat;
         background-color: var(--f-caps);

}

	#gradient {
		
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+46,000000+46&0.92+0,0+46 */
		background: linear-gradient(to right,  rgba(0,0,0,0.92) 0%,rgba(0,0,0,0) 46%,  rgba(0,0,0,0.72) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

		    
	}
	#deco_img {

		background-image: url("https://liberisliber.com//images/maquetacio_web/2011/capsalera-web.jpg");
        background-size: auto 80%;
        background-position: 100% 100%;
        z-index: 2;
	}
	    main {
        /*background-image: url(https://liberisliber.com/images/maquetacio_web/2024/fons-bottom.jpg); */
        background-size: 160%;
        background-position: bottom;
        background-repeat: no-repeat;
		background-color:initial;        /**/
    }
