﻿.map {
	width: 100%;
	height: 538px;
}

/* Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.map {
		height: 520px;
	}
}

/* IE >= 9 */
@media screen and (min-width:0\0) {
	.map {
		height: 500px;
	}
}

.streetview {
	width: 100%;
	height: 400px;
}

.containerInfoMaps {
	width: 100% !important;
	font-size: 9pt !important;
}

.iw {
	width: 100% !important;
}

.containerInfoMaps a {
	color: #d71920 !important;
	font-size: 8pt !important;
}
