body{
	margin: 0;
}


@media screen and (min-width: 320px) and (max-width: 479px) {
#mapa {
	height:630px !important;
}	
}

@media screen and (min-width: 375px) and (max-width: 419px) {
#mapa {
	height:725px !important;
}	

}

@media screen and (min-width: 420px) and (max-width: 767px) {
#mapa {
	height:640px !important;
}	
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
#mapa {
	height:617px !important;
}	
}

@media screen and (min-width: 1024px) and (max-width: 1179px) {
#mapa {
	height:647px !important;
}	
}

@media screen and (min-width: 1180px) and (max-width: 1366px) {
#mapa {
	height:739px !important;
}	
}

@media screen and (min-width: 1367px) and (max-width: 1439px) {
#mapa {
	height:758px !important;
}	
}

@media screen and (min-width: 1440px) and (max-width: 1679px) {
#mapa {
	height:890px !important;
}		
}

@media screen and (min-width: 1680px) and (max-width: 1919px) {
#mapa {
	height:1039px !important;
}
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
#mapa {
	height:1070px !important;
}	
}

@media screen and (min-width:2560px) and (max-width: 2600px) {
#mapa {
	height:1588px !important;
}	
}

@media (max-width: 900px){

}

@media (max-width: 700px) {
.info-flotante{
	width: 50%;
	}

#contenedor{
	width: 290px;
}

#panel{
	left: 58px;
	top: 12px;
	height: 95%;
}

#btnlimpiar{
	margin-left: 80px;
}

#ocultar{
	margin-left: 240px;
}

#leyenda {
    width: 158px;
    height: 215px;
    bottom: 62px;
}

#leyenda_bar {
    width: 158px;
    bottom: 62px;
}

#leyenda_pie {
    width: 158px;
    bottom: 62px;
}

#encabezado {
    font-size: 10px;
}

#encabezado_bar {
    font-size: 10px;
}

#encabezado_pie {
    font-size: 10px;
}

.contLeyenda {
	font-size: 10px;
}

#print{
	width: 76%;
}

#print_bar{
	top: 0px;
	width: 80%;
}

#print_pie{
	width: 86%;
}

#piepag {
    font-size: 8px;
    padding-top: 3px;
}

#piepag_bar {
    font-size: 8px;
    margin-top: 5px;
}

#piepag_pie {
    font-size: 8px;
    padding-top: 7px;
}


#controlAnios{
	left: 10%;
	width: 80%;
	bottom: 18px;
}

#controlDespl label {
font-size: 10px;
}
#descripcion{
	display: none !important;
}

#divObjeto{
	display: none !important;
}

#resumen{
	display: none !important;
}

#detalle{
	display: none !important;
}

.form-group {
    width: 280px;
}

#divFiltrar{
	display: none !important;
	padding-top: 0px;
    padding-bottom: 0px;
}

#divDescargar{
	padding-top: 5px;
    padding-bottom: 5px;
}

.card-body {
    padding-top: 0px;
    padding-bottom: 0px;
}



}

