  /* 
    autor: chs;
    data: 24/02/2016;
    comentario: contacto e googlemaps;
*/
/*article.id_9
{
  margin:2%;
  padding: 3%;
  color: rgb(255, 255, 255);
  position: relative;
  background: rgba(23, 23, 23, 0.498039);
}*/

#contacto_container
{
  width: 50%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  /*padding:30px 0;*/
  text-align: left;
  float: left;
}

/* #contacto_container textarea, #contacto_container input[type="text"] {width:100%;} */

#contacto_container textarea
{
  height:100px;
}

#contacto_container p 
{
  padding:10px 0 0 0;
}

#contacto_container input[type="submit"]
{
  margin-top:20px;
  cursor:pointer;
}

#contacto_container .captcha input
{
  width:30%;
}

#contacto_container .captcha input
{
  width:30%;
}

#contacto_container p.alerta 
{
  padding: 2%;
}

p.alerta 
{
  padding: 2%;
  background: #fff;
  margin-bottom: 10px;
}

p.exito
{
  color:green;
}

p.error
{
  color:red;
  font-size:12px;
}

/*haciendo que sea responsive el mapa de google*/
.todososmapas
{
  float: none;
  width: 100%;
  clear: both;
}
.google-maps 
{
  position: relative;
  padding-bottom:20%;
  height: 0;
  overflow: hidden;
  border: 5px solid #fff;

}
.google-maps iframe 
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#contacto input
{
  padding: 13px 0;
}

/*#id_9 input, #id_9 textarea, #id_9 select 
{
  color:#a07457;
  background-color:rgba(190, 190, 190, 0.7);
  outline: none;
  border:0;
  font-size:15px;
  padding:1%;
}*/

input:focus, textarea:focus, select:focus 
{
  /*border:1px solid gray;*/
}

#contacto input
{
  /*width:98%;*/
  
  color:#fff;
  background-color: #FFA94F; /*rgba(190, 190, 190, 0.7);*/
  outline: none;
  border:0;
  font-size:15px;
  padding:1%;


}

#contacto textarea
{
  border:0;
  width:100%;
  color:#fff;
  background-color: #FFA94F; /*rgba(190, 190, 190, 0.7);*/
}

input[type="submit"]
{
  width:100px;
  background-color: #000;
  color:#fff;
  border-bottom: 1px solid #222;
  border-right : 1px solid #222;
  text-shadow: 0 0 1px rgba(0, 0, 0, .8);
  box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}

.post-header
{
  margin-top: 90px;
}