
#m3{
color:#B80218;
}




#info #infotexto, aside{
	display: block;
	


}

#infotexto{
	/*background: #003153-#00548c-#106c7c-#0c8784;*/
	background-color: #fff;
	width: 100%;
	display:block;
	height: 100%;
	min-height: 450px;
	padding: 20px 30px 0 30px;
	color:#000;






}

#mapa{

	width: 55%;		
	float: left;

}
#mimapa{
	width:80%; 
	height:95%;
	min-height: 200px;
	
}
#infotext #datos{
	width: 30%;	
	box-sizing: border-box;
	float: left;

	
}
aside{
	background-color: #E3E3E3;
	max-width: 100%;
	width: 100%;
	min-height: 350px;
	text-align: center;
	padding: 50px 0px;
	color:#000;
}
#msg{
	size: 13px;
	color:white;
	width: 50%;
	margin: 0 auto;
	background: rgba(255,0,0,.6);
	margin-top:2px;
	text-align:center;
}




@media(max-width: 800px){

#infotexto #mapa{
	box-sizing: none;
	width: 92%;
	float: none;
	text-align:center;
	display: inline-block;
	font-size: 1em;

}
#mimapa{
	width:100%; 
	height:90%;
	min-height:200px;
	text-align: center;
	
}


