#datos_contacto{
	float: left;
	height: auto;
	width: 39%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	text-align: center;
	}

#formulario_contacto{
	padding-top:10px;
	float:left;
	width:60%;
	height:auto;
	}
	
#box_contenido {
	height:auto;
}
	
/*-----------------Formulario----------------*/

.container {
	width:90%;

  margin:0 auto;
  text-align:center;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  background-color:#FAFAFA;
}
.head {
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	background-color: #3C3C3C;
	color: #FAFAFA;
}
#f:hover{
	color:#06F;
	background-image:url(../imag/body/logo_fb.svg)	
}

input {
  margin-bottom:10px;
}
textarea {
  height:120px;
  margin-bottom:10px;
}
input:first-of-type
{
  margin-top:35px;
}
input, textarea {
	font-size: 1em;
	padding: 15px 10px 10px;
	font-family: 'Source Sans Pro', arial, sans-serif;
	border: 1px solid #cecece;
	background: #d7d7d7;
	color: #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
}
::-webkit-input-placeholder {
   color: #FAFAFA;
}
:-moz-placeholder {
   color: #FAFAFA;  
}
::-moz-placeholder {
   color: #FAFAFA; 
}
:-ms-input-placeholder {  
   color: #FAFAFA;  
}
button {
	margin-top: 15px;
	margin-bottom: 25px;
	background-color: #E30A7F;
	padding: 12px 45px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aaa;
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block;
	cursor: pointer;
	width: 30%;
	color: #fff;
	font-size: 15px;
}
button:hover, .button:hover {
	background-color: #0099FF;
}
label.error {
    font-family:'Source Sans Pro',arial,sans-serif;
    font-size:1em;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#d89c9c;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
/* media queries */
@media (max-width: 700px) {
  label.error {
    width: 90%;
  }
  input, textarea {
    width: 90%;
  }
  button {
    width:90%;
  }
  
}
.message {
    font-family:'Source Sans Pro',arial,sans-serif;
    font-size:1.1em;
    display:none;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#2ABCA7;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
/*-------datos de contacto-----*/
.l{
	height: 20px;
	margin-bottom:5px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	}
	
#t{
	width:130px;
	background-image: url(../imag/icons/tel.svg);
	padding-left: 20px;
	}
	
#w{
	width:150px;
	background-image: url(../imag/icons/ws.svg);
	padding-left: 10px;
	}
	
#m{
	width:300px;
	background-image: url(../imag/icons/mail.svg);
	padding-left: 20px;
	}
	
#f{
	width:170px;
	background-image: url(../imag/icons/fb.svg);
	padding-left: 20px;
	}
	
a, a:hover {
	text-decoration:none; 
	color: #000;
}
	
#u{
	width:150px;
	background-image: url(../imag/icons/ubication.svg);
	}
	
.mapa{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
	margin-bottom:20px;
	border: 2px solid #FFF;
	}
	
.titulo_datos{
	color:#3C3C3C;
	}
/*-------------Responsive------------*/
@media screen and (max-width:1150px ) {
#box_contenido{
	padding-right: 0px;
	padding-left: 0px;
	}

} 

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

#formulario_contacto{
	width: 100%;
	float:none;
	}
	
#datos_contacto{
	border-left-width: 0px;
	width: 100%;
	float:none;
	margin-bottom: 30px;
	}
	
}

@media screen and (max-width:320px ) {
.l{
	font-size:14px;
}

#t{
	width:110px;
	background-image: url(../imag/icons/tel.svg);
	padding-left: 20px;
	}
	
#w{
	width:100px;
	background-image: url(../imag/icons/ws.svg);
	padding-left: 20px;
	}
	
#m{
	width:230px;
	background-image:none;
	padding-left:0;
	}
	
#f{
	width:160px;
	background-image: url(../imag/icons/fb.svg);
	padding-left: 20px;
	}
#u{
	width:200px;
	background-image: url(../imag/icons/ubication.svg);
	}
}
@media screen and (max-width:250px ) {
#m{
	display:none;
	}
}