#ubicacontiene{
	width:100%;
	height:auto;
	margin-bottom:80px;
}
#ubicacentraliza{
	width:1040px;
	height:auto;
	margin:0 auto;
}

#ubicaciondire{
	width:100%;
	text-align:center;
	margin-bottom:36px;
}

#ubicamapa{
	width:1040px;
	height:765px;
	margin:0 auto;
}
#ubicamapa iframe{
	border:#043b72 solid 10px;
}
@media screen and (max-width: 1058px){
#ubicacentraliza{
	width:96%;
}
#ubicamapa{
	width:90%;
	height:auto;
	margin-top:20px;
	position: relative;
	padding-bottom: 60%;
}

#ubicamapa iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 96%;
	width:96%;
	border:#043b72 solid 0.625em;
}
}