
	body  {
		background: linear-gradient(to top, hsla(100,30%,75%,0.7), hsla(100,30%,75%,1)); background-repeat: no-repeat;;
		color: hsla(100,0,0,1);
		text-shadow: 0px 2px 5px white;		
	}

	
	#div_pag { 
		background: hsla(100,100%,100%,1); 
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
	} 
	

	#header{
		// background: url('fons/gespa2.jpg') repeat ; 
	}
		#header_sup{
			color:white;
			background: url('fons/gespa2.jpg') repeat ;
			opacity: 1;
			box-shadow: 2px 2px 3px 2px hsla(100,0,0,1);	
			text-shadow: 0px 2px 5px black;		
		}
		#header_inf{
			background: url('fons/gespa2.jpg') repeat ;
			opacity: 1;
			box-shadow: 2px 2px 3px 2px hsla(100,0,0,1);
			// text-shadow: 1px 1px 3px rgba(255,255,255,1);		
			text-shadow: 1px 1px 3px white;	
		}

	#header_peu>hr {
		background: linear-gradient(to top, hsla(100,30%,75%,0.7), hsla(100,30%,75%,1)); background-repeat: no-repeat;;
		border: none;	
		box-shadow: 1px 1px 2px 1px grey;
	}  

	/*		
	#header_peu>hr{ 
	height:20px;
	background: transparent url('fons/cesped4.png') repeat;	
	background-size: 10%;
	border: none;
	}
	*/
	

	#main {
			background: hsla(100,100%,100%,1); 
			box-shadow: 2px 2px 3px 2px hsla(100,0,0,1); 
	} 
		#main img {box-shadow: 2px 2px 3px 2px grey; }
	

	#footer {
			background: hsla(100,100%,100%,1); 
			box-shadow: 2px 2px 3px 2px hsla(100,0,0,1); 
	} 	
		#footer {visibility:hidden;}
		
		

	li, input, button, select {
		box-shadow: 1px 1px 3px 1px grey;
		border: none;
		background: hsla(100,30%,90%,0.7);
	}
	
	li:hover, input:hover, button:hover {
		background: hsla(100,30%,100%,1);
		box-shadow: 1px 1px 5px 1px grey;
		}
		
	h2 {background-color:transparent;}		
	

	#div_xat textarea {
		box-shadow: 1px 1px 3px 1px grey;
		background: hsla(100,30%,90%,0.7);
	}
	#div_xat td { 
		border: 1px outset grey;
		box-shadow: 1px 1px 3px 1px grey; 	
	}	
	
	#div_login{
		border: 1px outset grey;
		box-shadow: 1px 1px 3px 1px grey; 
	}
	
	#div_menu_panel div{
		box-shadow: 1px 1px 5px 1px grey;
	}
			
