@charset 'UTF-8';
.ICONOSVG_KEWEB{
	width: 24px;
	height: 24px;
}
@media (max-width:575px){
	#MENU_ARRIBA_DASHBOARD,#CUERPO_WEB{
		left: 0;
		width: 100%;
	}	

	body{
		background-color: red !important;
	}	
}
@media (min-width:576px) and (max-width:767px){
	#MENU_ARRIBA_DASHBOARD,#CUERPO_WEB{
		left: 0;
		width: 100%;
	}
	body{
		background-color: blue !important;
	}
}
@media (min-width:768px) and (max-width:991px){
	body{
		background-color: grey !important;
	}
}
@media (min-width:992px) and (max-width:1199px){
	body{
		background-color: black !important;
	}
}
@media (min-width:1200px) and (max-width:1399px){
	body{
		background-color: yellow !important;
	}
}
@media (min-width:1400px){
	body{
		background-color:purple !important;
	}

}
.VISUALIZAR_FINAL{
	display: block !important;
}
.CUERPO_WEB_MARGEN_ARRIBA{
	margin-top:71px;
}

@media print{
	#CUERPO_WEB{
		width: 100% !important;
		height: 100% !important;
		margin: 0px !important;
		top: 0px !important;
		left: 0px !important;
	}
}

