#cuerpo-contacto{
  width:990px;
  /*height:585px;*/
  margin:20px auto;
}
#cuerpo-contacto-img{
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
}
#cuerpo-contacto-info{
  width: 500px;
  height: 200px;
  margin-left: 10px;
  /*clear: both;*/
  float: left;
  padding: 10px;
}
#cuerpo-contacto-formulario{
  width: 550px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 20px;
  border:1px dotted #a9a9a9;
  background-color: #fff;
  float: left;
}
#cuerpo-contacto-formulario p{
  padding-left: 20px;
}
#cuerpo-contacto-izq{
  width:370px;
  height:500px;
  float:left;
}
h4{
  color:#606060;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  padding-bottom: 5px;
  font-weight: bold;
  }
  .contacto-h4{
  color:#606060;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  padding-bottom: 5px;
  font-weight: bold;
}
hr{width: 350px;}

.campo{
  width: 450px; height: 2.5em;
}
.campo_consulta{
  width: 450px;
  height:147px;
  .height:143px;
}
.parrafo{
  font-size:12px; font-weight: bold;line-height: 2px;padding-top: 15px;
}
/* Button */

.button
{
  font-size: 1.1em;
  padding: 0.65em 1.5em 0.65em 1.5em;
}
.button
{
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  background: #d52349;
  color: #fff !important;
  font-weight: 700;
  outline: 0;
}
.button:hover
{
  background: #e53359;
  text-decoration: none;
}

.button:active
{
  background: #c51349;
}

.button-alt
{
  background: #252122;
}

.button-alt:hover
{
  background: #353132;
}

.button-alt:active
{
  background: #151112;
}
.campo{
  width: 550px; height: 2.5em;
}
.campo_consulta{
  width: 550px; height:200px;
}
.parrafo{
  font-size:12px; font-weight: 500;line-height: 2px;padding-top: 15px;margin-left: -20px
}

/* Button */

#cuerpo-contacto-formulario input, textarea,  {
  background:#efefef;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border:1px solid #dedede;
  padding:10px;
  margin-top:3px;
  font-size:0.9em;
  color:#3a3a3a;
}

 #cuerpo-contacto-formulario input:focus, textarea:focus {
  border:1px solid #97d6eb;
  }
 #submit {
  background:url(../formulario_html5/images/submit.jpg);
  width:127px;
  height:38px;
  text-indent:-9999px;
  border:none;
  margin-top:20px;
  cursor:pointer;
}
#google-maps{
  width: 990px;
  height: 368px;
  margin: auto;
}
#fondo_banner_contacto{
  width: 100%;
  height: 368px;
  margin:0px auto;
  z-index: 1;
  background-image: url("../images/fondo_banner.jpg");
  background-repeat: repeat-x;
}