/************************************************************************************
smaller than 1300
*************************************************************************************/
@media screen and (max-width: 1300px) {
	/*#accordion h3.movil span.alias  span { display: none; }*/
	#left-panel-container { float: left; width: 25%; margin: 10px 0.1% 10px 0.9%; }
	#main-panel-container { float: left; width: 72%; margin: 10px 0.5% 10px 0.5%; }
	/*#moviles-detalle-container { float: left; width: 20%; margin: 10px 0.9% 10px 0.1%;}*/
	#moviles-info-container { float: left; width: 72%; margin: 10px 0.5% 10px 0.5%; }
	#moviles-detalle .header-title{ width: 520px; }
	#referencias ul { font-size: 0.68em; }
}

/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 900px) {
	#left-panel-container { float: left; width: 25%; margin: 10px 0.1% 10px 0.9%; }
	#moviles-info-container, #main-panel-container { float: left; width: 72%; margin: 10px 0.9% 10px 0.1%; }
	#moviles-detalle-container { float: left; width: 99%; margin: 10px 0.5% 10px 0.5%; clear: both; height: 400px;}
	#moviles-detalle .header-title{ width: 415px; }
}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 560px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	#moviles-info-container,
	#left-panel-container,
	#main-panel-container ,
	#moviles-detalle-container {
		margin: 10px 0.5%;
		width: 99%;
		height: 400px;
	}
	#moviles-detalle-container {	height: 400px; overflow: auto; }


}
