

@media only screen and (min-width: 992px) and (max-width: 1280px) { 
  
    
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {  
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
	
  bady{font-size:20px;}

#head{width:100%;
height:220px;
/* background:red */
}

#geral{width:100%;
display:table;
/* background-color:#000; */
background-image:url(bg.png)!important;
background-size: 100%;
background-repeat:  repeat-x;
}

#content{
	width:100%;
	height:300px;
	/* background:red; */
	float:left;
}  

ul.menu li a img{
	width:280px;
}


}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    
  
    
}