.flex-contenidor {
  width:100%;
  height:100%;
  
 
}

.flex-contingut {
   background-image: url("../../images/fons_impis1.jpg");
   background-repeat: repeat;
  
  position:fixed;
 	left:0%;
 	top:18%;
 	 margin:1%;
 	  padding:1%;
 	  	 width:96%;
 	 height:68%;
 	background-image: url("../../images/fons_impis1.jpg"); background-repeat: repeat; background-position: center; background-size: auto;
 	 overflow:auto;
 	 
 	 float: left;
 	  background-color:white;
 	   z-index:1;
  
}

.flex-peu {
  position:fixed;
 	   width:96%;
 	    height:5%;
 	   left:0%;
 	   top:90%;
 	   margin:0%;
 	   padding:1%;
 	   float:left;
 	    background-color:#FADEE4;
 	     z-index:100;
 	     overflow: hidden;
 	      text-align: center;
 	      vertical-align: top;

}


.flex-capcalera {
 
 width:96%;
 	height:10%;
 	 padding:1%;
 	position:fixed;
 	top:0%;
 	left:0%;
 	margin:1% 1% 0% 1%;
 	 color: white;
 	 
 	 	background-color: #ED8791; 
 		 background-size:   contain;
 		 background-position: 1% 1%; 
 	  background-image: url("../../images/logo_impis_p.jpg");
 	  background-image: url("../../images/logo_impis_p.jpg"), linear-gradient(top,  #F56C6C,  #D95B5B) ;
 	  background-image: url("../../images/logo_impis_p.jpg"), -webkit-gradient(linear, left top, left bottom, from(#F56C6C), to(#D95B5B));
 	  background-image: url("../../images/logo_impis_p.jpg"), -moz-linear-gradient(top,  #F56C6C,  #D95B5B)  ;
 	  
 	   background-repeat: no-repeat;
 
 	text-align: center;
  vertical-align: middle;
 	  z-index:1000; 
  	   overflow: hidden;
 	  border-radius: 0px;
 	  box-shadow: #B3B3B3 6px 6px 6px;
 	  clear: left;
 	  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  /* background-color: #8B8B8B; */
  background-color: linear-gradient(top,  #F56C6C,  #D95B5B) ;
 /* 
  background: -ms-linear-gradient(top,  #F56C6C,  #D95B5B);
  background: -webkit-gradient(linear, left top, left bottom, from(#F56C6C), to(#D95B5B));
  background: -moz-linear-gradient(top,  #F56C6C,  #D95B5B);
 */
}


.flex-capcalera-menu {
	width: 96%;
  margin: 0px 0px 0px 0px;
 /* padding: 6px 6px 4px 6px; */
/*  height: 40px; */
  line-height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  background: #8B8B8B;
  background: linear-gradient(top,  #F56C6C,  #D95B5B);
  background: -ms-linear-gradient(top,  #F56C6C,  #D95B5B);
  background: -webkit-gradient(linear, left top, left bottom, from(#F56C6C), to(#D95B5B));
  background: -moz-linear-gradient(top,  #F56C6C,  #D95B5B);
/*  border: solid 1px #6D6D6D; */
	
	
	 	height:4%;
 	position:fixed;
 	top:12%;
 	left:1%;
   padding:1%;
 	
 	 	  z-index:1000; 
  	   overflow: visible;
  
}
