html {
   -webkit-text-size-adjust: none;
}
img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
	.share{background:rgb(64,149,55);}
	.flotante{display: none;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.share{background:white;}
	.flotante{display: none;}
}

@media only screen and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	header {margin-top: 20px; height:170px;}
	header #logo img {height:160px; top:20px;}
	.share{background:white;}
	.flotante{display: none;}
}

@media only screen and (min-width: 620px) and (max-width: 767px) {
	
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	header{height: 190px;}
	header #logo img {height:160px;}
	.share{background:white;}
	.flotante{display: none;}
	
}

@media only screen and (min-width: 480px) and (max-width: 619px) {
	
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	header{height: 190px;}
	header #logo{top:3px;}
	
	/* -------------------------------------------- */
	/* ------------------Menu---------------------- */
	.menu{display:none;}
	.minimenu{display:block; margin: 5px 0;}
	.share{background:white;}
	nav .wrap-nav{background: none; border: none;}
	.flotante{display: none;}
	
}

@media only screen and (max-width: 479px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */	
	
	/* -------------------------------------------- */
	/* ------------------Menu---------------------- */
	.menu{display:none;}
	.minimenu{display:block; margin: 5px 0;}
	.share{background:white;}
	.flotante{display: none;}
	#log fieldset{position:relative; margin-top:30px;}
		
	nav .wrap-nav{background: none; border: none;}
	
	#main-content .comment input, #main-content .comment textarea{width:90%;}

}