

section#mapa{ 
	height:auto;
	width:100%;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	z-index:-50;
	}


div#mapa .contenedor{
	width:100%;
	height: auto;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
} 


div#titulomapa{
	width: 100%;
	height: auto;
	border: 0px solid #d8df25;
	margin-bottom:40px;
	margin-top:120px;
	text-align: center;
	font-family: Casual;
	}



#titulomapauno{
	letter-spacing: 2px;
	margin-top: 10px;
    font-family: Casual;
	line-height: 35px;
	color: #38445e;
	font-size:3em;
	margin-bottom: 8px;
	}

#titulomapados{
	letter-spacing: 1px;
	margin-top: 10px;
    font-family: Casual;
	line-height: 35px;
	color: #d91b5b;
	font-size:1.7em;
	margin-bottom: 10px;
	}
	
div#titulomapa hr{
	margin-bottom:0px;
	height:1px;
	background-color:#d9e026;
	border: 0px;
	}



/*para responsive modificar el margin left a 0%*/
.mapa{
	width:100%;
	height:650px;
	position:relative;
	border: 0px solid red;
	margin-left: 0%
	}


iframe{
	position:absolute; 
	width:100%;
	height:100%;
	overflow-y:hidden; 
	overflow-x:hidden;
	}
	
	
