@charset "UTF-8";
#content_contact {
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	padding: 12px;
	background-color: #fafaf5;
}
#contact_form {
	background-color: #f0eee6;
	width: 570px;
	position: relative;
	float: left;
	padding-top: 40px;
	padding-left: 40px;
	padding-bottom: 45px;
}
#columna_second {
	position: absolute;
	height: 46px;
	width: 211px;
	background-image: url(../img/contacto/catalogo_back.png);
	left: 586px;
	top: 190px;
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
	font-size: 17px;
	line-height: 45px;
	text-align: right;
	padding-right: 60px;
	overflow: hidden;
	text-transform: uppercase;
}
#columna_second a {
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
	font-size: 17px;
	line-height: 45px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
}
#sub_intro {
	float: left;
	padding-left: 25px;
	width: 276px;
}
#sub_titulo {
	font-family: 'Dosis', sans-serif;
	color: #9b8579;
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 20px;
	line-height: 23px;
	padding-top: 65px;
	position: relative;
}
#contact_form_container {
	width: 428px;
	padding-bottom: 20px;
}
.campo {
	height: 30px;
	width: 230px;
	border: 1px solid #CCCCCC;
	font-family: 'Gudea', sans-serif;
	color: #594a42;
	font-size: 14px;
	line-height: 30px;
	font-weight: 300;
	padding-right: 15px;
	padding-left: 15px;
	outline:none;	
}
.campo:focus {
	outline: solid;
	outline-color: #8EB856;
	outline-width:2px;
	
}
#columna_second a:hover {
	color: #333;
}
#enviar {
	background-color: #9b8579;
	padding-right: 15px;
	padding-left: 15px;
	font-family: 'Gudea', sans-serif;
	color: #FFF;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
	-o-transition: background-color 200ms ease;
	-ms-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}
#enviar:hover {
	background-color: #50433C;
}
#ubicacion {
	clear: both;
	padding-top: 40px;
	padding-left: 40px;
}
#puntos {
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #e6e5df;
	width: 128px;
	margin-left: -30px;
}
#mail_parque {
	color: #594A42;
	text-decoration: none;
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	transition: color 200ms ease;
}
#click_mapa {
	text-decoration: none;
	color: #566B10;
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	transition: color 200ms ease;
}
#mail_parque:hover {
	color: #990000;
}
#click_mapa:hover {
	color: #990000;
}
