/* ==========================================================================
   Media Queries
   ========================================================================== */
   @media handheld, only screen and (max-width: 1200px) {
      .cuadros_info{
        text-align: center;
      }
      .images_icono {
        float: none;
        margin-bottom: 7px;
      }
   }
   @media handheld, only screen and (max-width: 1125px) {
     .navbar-inverse .navbar-nav > li > a {
       color: #545454;
       font-size: 15px;
    }
    .navbar-nav > li {
       margin-right: 10px;
    }
    .editButon {   		
       font-size: 14px;
    }
 }

 @media handheld, only screen and (max-width: 1024px) {
  .contentInfo_der {
    width: 45%;   		
    right: 13px;
 }
}

@media handheld, only screen and (max-width: 990px) {
  .contentInfo_der {
    width: 53%;
    right: -64px;
 }
 .textoIzqDetalle {   	
    font-size: 14px;   		
 }
 .title_izq {
    font-size: 20px;   	
 }
 .contentInfo_Izq {   		
    padding-bottom: 178px;
 }

}

@media handheld, only screen and (max-width: 940px) {
  .contentInfo_der {
    width: 100%;
    position: static;
    margin-left: -1px;
 }
 .contentInfo_Izq{
    display: none;
 }
 .homesliderContent{
    padding-top: 40px;
    padding-bottom: 40px;
 }

}

@media handheld, only screen and (max-width: 767px) {
   nav{
      display: none;
   }
   .contenedor_Convenios{
      display: none;
   }
   .container_title_convenios {   
    font-size: 26px;
 }
 .contentCell{
    display: none;
 }
 .div_footer{
   display: none;
}


.center_phone{
   text-align: center;
   margin-bottom: 17px
}
.cuadros_info {
 text-align: left;
}

.images_icono {
 vertical-align: top;
}

.detalle_info {
   display: none;
}

.content_datos{
   display: block;
}
.cuadros_info {
   text-align: center;
}
.title_contac {
   font-size: 12px; 
}

.llamamos_content{
   display: none;
}

}

@media handheld, only screen and (max-width: 882px) {
   .navbar-nav > li {
     margin-right: 0;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #545454;
    font-size: 13px;
 }


}

@media handheld, only screen and (max-width: 1039px) {
   #info_form{
      float: none;
   }
}

@media handheld, only screen and (max-width: 600px) {
  .contentInfo_der {   		
    padding: 26px 20px;
 }
}


@media handheld, only screen and (max-width: 600px) {
   .center_phone {
      border: 0;
   }
   .cuadros_info {
    text-align: center;
 }
}


@media handheld, only screen and (max-width: 392px) {
   .content_pestanas .nav-pills > li > a {
     font-size: 13px;
  }
}