@font-face {
    font-family: 'GothamRegular';
    src: url('../fonts/gotham-book.eot');
    src: url('../fonts/gotham-book.eot') format('embedded-opentype'),
         url('../fonts/gotham-book.woff') format('woff'),
         url('../fonts/gotham-book.ttf') format('truetype'),
         url('../fonts/gotham-book.svg#GothamRegular') format('svg');
}

#contacto {
	margin:auto;
	position:relative;
	width:840px;
	height:300px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #09C;
	text-decoration: none;
	border: 0px solid red;
}

.input{
	width:100%;
	border: none;
	height: 54px;
	font-family: GothamRegular;
	color: #CCCCC;
	padding-left: 10px;
	margin-bottom: 15px;
	position: relative;
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
	display: block;
}

.input_special{
	width:100%;
	border: none;
	height: 185px;
	font-family: GothamRegular;
	color: #CCCCC;
	padding-left: 10px;
	padding-top: 10px;
	position: relative;
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
	resize: none;
}

.div_boton{
	width: 140px;
	margin: 0 auto;
	position: relative;
	top: 50px;
}

#boton_enviar{
	background-image: url("../img/contacto/boton_enviar.png");
	width: 140px;
	height: 52px;
	cursor: pointer;
}

#boton_enviar:active{
}

#boton_enviar:focus{
	outline: 0;
}

.form_wrapper{
	display: block;
	position: relative;
	margin: 50px auto;
	width: 75%;
	max-width: 75%;
	min-width: 250px;
	left: -.8%;
}

#left_form{
	position: relative;
	width: 49%;
	height: 340px;
	display: inline-block;
	float: left;
	border-right: 15px solid white;
	background-color: #f6f5f1;

}


#left_form p, h4{
	color: #8d8b8b;
	position: relative;
	font-size: 11pt;
	
}

.direccion{
	width: 100%;
	position: relative;
	top: 20%;
	text-align: left;
	margin-left: 15%;
}

.telefono{
	width: 100%;
	position: relative;
	top: 20%;
	text-align: left;
	margin-left: 15%;
}


#right_form{
	position: relative;
	width: 49%;
	display: inline-block;
	float: left;
}

/* Tablets from 950 px */
@media screen and (max-width: 997px) {
		#left_form{
			width: 54%;
		}
		
	
		#right_form{
			width: 40%;
		}
		
	
}
/* Tablets from 950 px */
@media screen and (max-width: 1050px) {
	#left_form p, h4{
		font-size: 10pt;
	
}
	
}	

/*Styles for screen 750px and lower*/
@media screen and (max-width: 900px) {
	#left_form{
		position: relative;
		width: 100%;
		height: 200px;
		display: inline-block;
		float: left;
		border-right: 15px solid white;
		background-color: #f6f5f1;
		margin-bottom: 20px;
	}

	
	#right_form{
		position: relative;
		width: 100%;
		display: inline-block;
		float: left;
	}
	
	#left_form p{
		top:-10px ;
		}
	
	.direccion{
		width: 100%;
		position: relative;
		top: 10%;
		text-align: left;
		margin-left: 15%;
	}

	.telefono{
		width: 100%;
		position: relative;
		top: 10%;
		text-align: left;
		margin-left: 15%;
	}
	
	
	
	.input{
		height: 20px;
	}
	
	.input_special{
		height: 40px;
		
	}

}

/*Styles for screen 750px and lower*/
@media screen and (max-width: 750px) {
		

}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 450px) {
		#left_form p, h4{
		font-size: 8pt;
	
			}
}

/*Smartphone*/
@media only screen and (max-width : 365px) {
	#left_form{
		position: relative;
		width: 100%;
		height: 170px;
		display: inline-block;
		float: left;
		border-right: 15px solid white;
		background-color: #f6f5f1;
		margin-bottom: 20px;
	}
	
	#right_form{
		position: relative;
		width: 100%;
		display: inline-block;
		float: left;
	}
		
	#left_form p, h4{
		font-size: 7.5pt;
	
			}

	.telefono, .direccion{
			top: 10%;
			margin-left: 10%;
			
		}
	
	}