/* Pantalla Ancha */
@media (min-width: 1281px) { body { font-size: 16px; } }
@media (max-width: 1280px) { body { font-size: 14px; } }
/* Entre Tablet y Escritorio */
@media (min-width: 768px) and (max-width: 970px) 
{
	body { font-size: 12px; }
	#topNav { font-size: 9px; }
	#bottomNav { font-size: 10px; }
	#bottomNav a { padding: 5px; }
	#fichaDestino .cuerpo { font-size: 1em; }
}

/* iPad2 */
@media(max-width: 1024px) 
{
	#bottomNav a { font-size: 13px; }
	a.btnCollapsed,.btnTopNav { font-size: 11px; }
	#quicksearch .inputIemanja { width: 80%!important; }
	#homeProductosBotonera a { font-size: 1.3em!important; }
	footer { height: auto; }
	footer .footerBox { padding: 0;height: auto; }
}

/* iPad */
@media(max-width: 768px) 
{
	#searchHome { padding: 0; }
	#homeSuscripcion .inputIemanja { width: 40%; }
	#fichaDestino .cuerpo
	{
		font-size: 1em;
		padding: 10px;
		-webkit-column-count:1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
		text-align: left;
	}
	.btnTopNav { font-size: 9px; }
	#bottomNav a { font-size: 11px; }
        #postFooter .nav-justified > li {margin-bottom: 20px;}
}

/* Celular */
@media(max-width: 480px) 
{
	body { font-size: 16px; } 



}