#contacto .contenedor{
	padding-top: 80px;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-content: center;
    -ms-flex-wrap: wrap;
    -ms-flex-line-pack: center;
    -ms-flex-pack: center;
	display: -webkit-box;      
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex;             	
}
#contacto .foto{
	background-image: url(../grafica/contacto.png);
	background-size: cover;
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100vw;
	-webkit-flex: 1 1 100vw 100vh;
}
#texto-contacto {
	font-family: 'Univers Light Condensed', Helvetica, Arial, sans-serif;
	position: relative;
	top: 0px;
	text-align: center;
	color: #606060;
	line-height: 20px;
	letter-spacing: 1.2px;
	font-size: 14px;
}
#texto-contacto p{
	display: inline;
}
#texto-contacto img{
	margin-bottom: -5px;
}
.mensaje {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #000;
	text-align: center;
	padding-top: 200px;
	padding-right: 20%;
	padding-bottom: 0%;
	padding-left: 20%;
}
#sociales{
	position: relative;
	text-align: right;
	top: 15px;
}
#volver {
	text-align: center;
}
#volver a {
	color: #544D40;
	font-size: 18px;
}

#volver a:hover {
	color: #000;
}
#marca-enviar {
	position: relative;
	top: 180px;
/*	left: 48%;
*/}
/*formulario*/
#mail_form {
	font-size: 12px;
	position: relative;
	left: 5%;
	width: 90%;
	top: 13%;
	z-index: 1;
	text-align: left;
	color: #606060;
}
.boton_form {
	font-size: 28px;
	text-align: right;
	width: 95%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:"Garamond Italic", Times, Georgia;
	letter-spacing: 2px;
	background-color: rgba(255,255,255,0);
}
.campoForm {
	background-color: rgba(255,255,255,0);
	overflow: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: rgba(96,96,96,0.5);
	padding-left: 10px;
	margin-bottom: 4px;
	font-size: 16px;
	font-family: 'Univers Light Condensed', Helvetica, Arial, sans-serif;
	letter-spacing: 0.6px;
}
.nombre-de-campo {
	text-align:left;
	line-height: 18px;
}
.areaForm {
	overflow: auto;
	background-color: rgba(255,255,255,0.6);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 60px;
	width: 100%;
	resize: none;
	padding-left: 10px;
	padding-top: 6px;
	margin-top: 6px;
	font-size: 16px;
	font-family: 'Univers Light Condensed', Helvetica, Arial, sans-serif;
	letter-spacing: 0.6px;
}
.tabla{
  display: table;
  width: 100%;
}
.fila{
  display: table-row;
  height: 40px;
}
.col{
  display: table-cell;
  padding-right: 5px;
}
.col2{
  display: table-cell;
  padding-left: 15px;
}
.col3{
  display: table-cell;
  padding-left: 25px;
}
.col4{
  display: table-cell;
  padding-left: 15px;
}
fieldset {
	border:none;
}
@media (min-width:700px) {
#texto-contacto {
	top: 10px;
}
}
@media (min-width:1024px) {
#contacto .contenedor{
	padding-top: 100px;
}
#contacto .foto{
	background-image: url(../grafica/contacto.png);
	height: 100vh;
}
#mail_form {
	font-size: 16px;
	top:10%;
	width:50%;
	left:26%;
  }
.campoForm {
	height: 20px;
	margin-bottom: 8px;
	padding-left: 2%;
}
.campoForm2 {
	padding-left: 2%;
}
.areaForm {
	height: 150px;
}
.nombre-de-campo {
	font-family: 'Univers Light Condensed', Helvetica, Arial, sans-serif;
	line-height: 20px;
	letter-spacing: 1.2px;
	font-size: 16px;
	display: block;
}
.nombre-de-campo-2 {
	font-family: 'Univers Light Condensed', Helvetica, Arial, sans-serif;
	line-height: 20px;
	letter-spacing: 1.2px;
	font-size: 16px;
	display: table-cell;
	padding-left: 50%;
}
}

@media (orientation: portrait) and (max-width:600px) {
#contacto .contenedor{
	padding-top: 70px;
}
#mail_form{
/*	padding-top: 10%;
	padding-left:10px;
*/}
#contacto .foto{
	background-image: url(../grafica/contacto-v.png);
}
.col, .col2, .col3, .col4{
  display: table-row;
	padding-top: 10px;
	padding-left:0px;
}
}
@media (max-width:420px) {
#texto-contacto p{
	display: block;
	text-align: center;
}
}
