@media only screen and (max-width: 320px) {
	header, footer, #divContent_wrapper{/*header #divHeader{*/width:300px;}
	header #divHeader #divMenuResp .bar{
		-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;
		height:4px;
		width:30px;
		margin:6px;
	}
	header #divHeader #aLogo{
		/*margin:0 0 0 72px;*/
		width:138px;
		height:20px;
		padding:15px 0 0 0;
		background-image: url(/images_cr/logo2.svg);
	}
}