@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);
/* CSS Document */			
	
#mapeo_izq img{
	width:100%;
	height:auto;
	}
	
#mapeo_der{
	text-align:center;
	}						
		
#planta_depto_imagen{
	position:absolute;
	z-index:4;
	background:#5e5e5e;
	width:20%;
	}
	
#planta_nivel_img img{
	margin:auto;
	width:80%;
	height:auto;
	}					
	
.subir{
	display:none;
	cursor:pointer;
	}
	
@media only screen 
and (max-width : 1024px) {

.subir{
	display:none;
	}	
	
	}

@media only screen 
and (max-width : 763px) {	

.subir{
	display:block;
	font-size:12px;
	color:#58595b;
	}
						
}
				
	