@charset "UTF-8";
#contact_box {
	height: 405px;
	width: 560px;
	position: absolute;
	background-color: #F4F6F5;
	box-shadow: 3px 3px 3px #E6E7E8;
	-webkit-box-shadow: 3px 3px 3px #E6E7E8;
	-moz-box-shadow: 3px 3px 3px #E6E7E8;
	background-image: url(../img/contacto/arroba.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	left: 40px;
	top: 155px;
	z-index: 20;
}
#content_contact_form {
	position: relative;
}
#intro {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}#titulo_contact {
	position: absolute;
	background-image: url(../img/contacto/forma_contacto.png);
	background-repeat: no-repeat;
	background-position: right center;
	left: -8px;
	top: -15px;
	height: 45px;
	width: 220px;
	line-height: 45px;
	font-family: 'Abel', sans-serif;
	color: #FFF;
	font-size: 25px;
	font-weight: 400;
	padding-left: 40px;
}
#content_contact_form {
	padding-top: 50px;
}
#enviar {
	font-family: 'Abel', sans-serif;
	color: #FFF;
	background-color: #5F2466;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 23px;
	line-height: 40px;
	font-weight: 400;
	background-image: url(../img/contacto/boron_corners.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 45px;
	padding-left: 45px;
	height: 45px;
	cursor: pointer;
	margin-left: -10px;
	margin-top: 25px;
}
#enviar:hover {
	background-color: #9429A4;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}
#contacto_telefonos {
	height: 312px;
	width: 280px;
	position: absolute;
	left: 318px;
	top: 235px;
	background-image: url(../img/contacto/telefono.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #5F2469;
	box-shadow: 3px 3px 3px #E6E7E8;
	-webkit-box-shadow: 3px 3px 3px #E6E7E8;
	-moz-box-shadow: 3px 3px 3px #E6E7E8;
	text-align: center;
	z-index: 50;
}
.telefonos_contacto {
	color: #F7B618;
	font-family: 'Abel', sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
}
.telefonos_contacto2 {
	color: #8DC540;
	font-family: 'Abel', sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
}
#telefonos_contacto3 {
	color: #FFF;
	font-family: 'Abel', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	cursor: pointer;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	transition: color 300ms ease;
}
#contacto_telefonos a {
	text-decoration: none;
	cursor: default;
}
#telefonos_contacto3:hover {
	color: #999;	
}
