#mapa{
	position:relative;
	clear:both;
	/*width:100%;*/
	height:400px;
}

.mapaMaximizado{
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	height: 100% !important;
	width: 100% !important;
	z-index: 2 !important;
}

#mapa iframe{
	width:100%;
	height:100%;
}
