/*Contact Pages
------------------------------------*/
.map {
	width:100%; 
	height:400px;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
}

/* important! bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
.map img {
	max-width: none;
}

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 15px;
}
.map-box-space1 {
	margin-top: 7px;
}
.ok {
	color: #6fb679;
}
i.ok {
	border: 1px solid #6fb679;
}
.error {
	color: #DA6161;
}
i.error {
	border: 1px solid #DA6161;
}
.mensaje i {
	display: block;
	margin: 0 auto 20px;
	width: 81px;
	height: 81px;
	border-radius: 50%;
	font-size: 30px;
	line-height: 81px;
}
.mensaje {
	display: block;
	padding: 25px 30px;
	background: rgba(255,255,255,.9);
	font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
}