#mapa_fijo{
	border: 0px solid red;
	width: 100%;
	height: auto;
	margin-bottom: 120px;
	padding-top: 50px;
}

#contenedor_mapa{
	border: 0px solid red;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}





#mapa_img{
	border: 0px solid red;
	width: 60%;
	height: 600px;
}


#datos_mapa{
	border: 0px solid red;
	width: 40%;
	height: 600px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}



#numeros_mapa{
  width: 100%;
  height: 200px;
  border: 0px solid yellow;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding-left: 4%;
  
}

#contenedor_numero{
	width: 350px;
	border: 0px solid red;
	margin-top: 50px;
}

#titulo_mapa{
	font-family: montserratbold;
	font-size: 1.3em;
	line-height: 20px;
	color: #292929;
}

#cuerpo_mapa{
	font-family: montserratli;
	font-size: 0.9em;
	line-height: 20px;
	color: #292929;
}

#datosnegros{
	font-family: montserratbold;
}

#informes_mapa{
  width: 100%;
  height: 300px;
  border: 0px solid green;
  display: flex;
  flex-wrap: wrap;
  
}

#inl_informe{
  width: 35%;
  height: 300px;
  border: 0px solid blue;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #292929;
  cursor: pointer;
}



#acces_informes{
  width: 35%;
  height: 300px;
  border: 0px solid blue;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  cursor: pointer;
}












#mapa_img img{
	width: 100%;
	height: 600px;
	transition: 80%;
	-webkit-transition: 80%;
	-moz-transition: 80%;
	-o-transition: 80%;
	-ms-transition: 80%;  
	padding: 20px;
	-webkit-transition: padding .4s;
	-moz-transition: padding .4s;
	-o-transition: padding .4s;
	-ms-transition: padding .4s;
}


#mapa_img img:hover{
	padding: 25px;
	
}


#inl_informe img{
	width: 100px;
	height: 100px;
	border: 2px solid #00a9bd;
	border-radius: 50%;
	padding: 15px;
	
	transition: 80%;
	-webkit-transition: 80%;
	-moz-transition: 80%;
	-o-transition: 80%;
	-ms-transition: 80%;  
	
	-webkit-transition: padding .4s;
	-moz-transition: padding .4s;
	-o-transition: padding .4s;
	-ms-transition: padding .4s;
}

#inl_informe img:hover{
	padding: 13px;
	border: 0px solid #00a9bd;
}



#inl_informe p{
	width: 180px;
	border: 0px solid blue;
	text-align: center;
	font-family: montserratbold;
	font-size: 0.9em;
	line-height: 20px;
	margin-top: 10px;
	padding-bottom: 40px;
}



#acces_informes img{
	width: 100px;
	height: 100px;
	border: 0px solid blue;
	border: 2px solid #00a9bd;
	border-radius: 50%;
	padding: 15px;
	
	transition: 80%;
	-webkit-transition: 80%;
	-moz-transition: 80%;
	-o-transition: 80%;
	-ms-transition: 80%;  
	
	-webkit-transition: padding .4s;
	-moz-transition: padding .4s;
	-o-transition: padding .4s;
	-ms-transition: padding .4s;
}

#acces_informes img:hover{
	padding: 13px;
	border: 0px solid #00a9bd;
}


#acces_informes p{
	width: 180px;
	border: 0px solid blue;
	text-align: center;
	font-family: montserratbold;
	font-size: 0.9em;
	line-height: 20px;
	color: #292929;
	margin-top: 10px;
}