.clear_div:after {
  content: "";
  clear: both;
  display: block; }

/* --------------------------------------------  WEB  -------------------------------------------------------------*/
/*/////////////////////////////////////////////////////////	HEAD	*/
#top_bg_ficha {
  padding: 110px 25px 30px;
  background: url(../img/contacto/chead_bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #0c0c33; }
  #top_bg_ficha h1 {
    color: white;
    text-align: center;
    font-size: 3em; }

/*/////////////////////////////////////////////////////////	HEAD	*/
/*/////////////////////////////////////////////////////////	CONTACTO	*/
#contact_box {
  position: relative;
  padding: 0 20px;
  background-color: #0c0c1c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0c0c33), to(#0c0c1c));
  background-image: -webkit-linear-gradient(top, #0c0c33, #0c0c1c);
  background-image: -moz-linear-gradient(top, #0c0c33, #0c0c1c);
  background-image: -o-linear-gradient(top, #0c0c33, #0c0c1c);
  background-image: -ms-linear-gradient(top, #0c0c33, #0c0c1c);
  background-image: linear-gradient(top, #0c0c33, #0c0c1c); }
  #contact_box .box_central {
    padding: 0 0 20px;
    position: relative;
    z-index: 2;
    position: relative; }
    #contact_box .box_central form, #contact_box .box_central #phone_box {
      width: 80%;
      max-width: 550px;
      margin: 0 auto; }
    #contact_box .box_central form {
      margin-top: 15px; }
      #contact_box .box_central form input, #contact_box .box_central form label {
        padding: 10px 5px; }
      #contact_box .box_central form textarea {
        height: 115px; }
      #contact_box .box_central form .boton {
        margin-top: 10px;
        padding: 12px 0; }
      @media only screen and (max-width: 500px) {
        #contact_box .box_central form .fiftys {
          width: 48%; }
          #contact_box .box_central form .fiftys.margen {
            margin-left: 4%; } }
      @media only screen and (max-width: 450px) {
        #contact_box .box_central form .fiftys {
          float: none;
          width: 100%; }
          #contact_box .box_central form .fiftys.margen {
            margin-left: 0; } }
    #contact_box .box_central #phone_box {
      text-align: center;
      border: 1px solid #FFF;
      padding: 15px; }
      #contact_box .box_central #phone_box h2 {
        color: white;
        font-weight: 400; }
      #contact_box .box_central #phone_box h2, #contact_box .box_central #phone_box span {
        display: inline-block;
        margin: 0 5px; }
    #contact_box .box_central #status_con {
      padding: 5px 0;
      color: white; }

/*/////////////////////////////////////////////////////////	SERVICIOS	*/
/* --------------------------------------------  WEB  -------------------------------------------------------------*/
