@charset "utf-8";


.fondocontacto{
	background-image: url(../img/contacto/maxresdefault.jpg);
	width:100%;
	height:150px;
	box-shadow:0px 2px 5px 0px #aaa;
	z-index:1;
	position:absolute;
	margin-top:100px;
}

/* contacto */

.ubicacion{
	position:absolute;
	margin-top:300px;
	margin-left:50px;
}

.casa{
	color:#933;
	font-size:13px;
	margin-left:25px;
}

.direccion{
	width:315px;
	color:#666;
	font-size:13px;
	font-family:'Fjalla One';
	line-height:17px;
	margin-top:0px;
}

.tel{
	color:#666;
	font-size:13px;
	font-family:'Fjalla One';
	line-height:17px;
}

/* info contacto */

#titulocon{
  font-family:'Fjalla One';
  color:#FFF;
}

#textoform{
  font-family: 'Fjalla One';
  color: #999;
  font-size:30px;
}

.formu1{
  height:30px;
  width:196px;
  margin-bottom:20px;
  border:1px dashed #CCC;
  outline:none;
}

.formu1:focus{
  outline:none;
  color:#000;
}
	
.formu2{
  height:150px;
  width:402px;
  margin-bottom:10px;
  border:1px dashed #CCC;
  outline:none;
}

.fomr2:focus{
  outline:none;
  color:#000;
}

#formS1{
  background:#933;
  height:20px;
  width:90px;
  color:#fff;
  outline:none;
}

#formS1:hover{
  color:#000;
}

#mapa1{
  margin-top:100px;
  margin-left:70px;
  margin-bottom:100px;
  border:none;
}

#contac{
	color:#333;
	font-family: 'Fjalla One';
	font-weight:700;
	font-size: 25px;
	margin-bottom:0px;
}



