#contacto {
	position: fixed;
	left: 0px;
	bottom: 52px;
	z-index: 20;

	width: 100%;
	min-width: 700px;
	height: 300px;
	background-color: #FFFFFF;

	display: none;

	-webkit-backface-visibility: hidden;
}

#contacto.selected {
	display: block;
}

#contacto article {
	float: left;
	width: 400px;
	margin: 30px 0 0px -440px;
	border-right: 1px solid #7e7e7e;
	padding-left: 50%;
	padding-right: 40px;
	text-align: right;

	-webkit-backface-visibility: hidden;
}
#contacto article:last-child {
	border-right: 0px;
	border-bottom: 0px;
	margin: 30px 0px 0px 0px;
	padding-left: 40px;
}
#contacto article h3 {
	clear: both;
	float: right;
	width: 100%;

	font-size: 18px;
	line-height: 24px;
	font-style: italic;
}
#contacto article h2 {
	clear: both;
	float: right;
	width: 100%;
	color: #666;

	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
	font-size: 24px;
	line-height: 26px;
	font-style: italic;
	margin-bottom: 14px;
}

#contacto article p {
	clear: both;
	width: 100%;
	float: right;
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #4a4a4a;
}

#contacto article a {
	color: #217efb;
	font-style: italic;

	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

#contacto article:last-child a {
	position: relative;
	float: left;
	width: 100%;
	background-color: #fff;
	text-align: center;
	margin-top: -40px;
	height: 30px;
	line-height: 28px;
}

#contacto article a:hover {
	color: #217efb;
	text-decoration: underline;
}

#contacto #map-canvas-container {
	position: relative;
	float: left;
	width: 400px;
	height: 235px;
	overflow: hidden;
}

#contacto #map-canvas {
	float: left;
	width: 400px;
	height: 300px;
}



@media only screen and (max-width: 1024px) {

	#contacto article {
		float: left;
		width: 300px;
		margin: 30px 0 0px -340px;
		border-right: 1px solid #7e7e7e;
		padding-left: 50%;
		padding-right: 40px;
	}

	#contacto #map-canvas {
		width: 300px;
		height: 235px;
	}
}




@media only screen and (max-width: 1020px) {

	#contacto {
		position: absolute;
		top: 50px;
		bottom: auto;
		z-index: 9;
		height: 520px;
		padding-bottom: 40px;
		width: 100%;
		min-width: 100%;
	}

	#contacto article {
		text-align: center;
		border-right: 0px;
		width: 100%;
		margin: 30px 0 20px -50%;
		padding-right: 0px;
	}

	#contacto article:last-child {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}

	#contacto #map-canvas-container {
		width: 100%;
	}

	#contacto #map-canvas {
		width: 80%;
		height: 290px;
		margin: 0px 10%;
		padding: 30px 0px 0px 0px;
		border-top: 1px solid #7e7e7e;
	}
}
