@import url(https://fonts.googleapis.com/css?family=Raleway:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
.transition {
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
body {
  font-family: "Raleway", Helvetica, Arial, sans-serif !important;
  background-color: #323438 !important;
}
body .tmp_fondoWeb {
  z-index: 0 !important;
}
HEADER {
  float: left;
  width: 100%;
}
HEADER .tmp_cabecera {
  position: fixed;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0,0,0,0.57);
  margin: 0;
  padding: 20px;
  z-index: 1;
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
HEADER.cab_small .tmp_cabecera {
  height: 60px;
}
HEADER.cab_large .tmp_cabecera {
  height: 100px;
}
ARTICLE {
  float: left;
  width: 100%;
}
.title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 40px !important;
}
#EXPERIENCIA {
  padding: 60px;
  background-color: #E4E4E4;
  position: relative;
  overflow: hidden;
}
#SERVICIOS {
  padding: 30px;
  background-color: white;
}
#LOGOS {
  padding: 60px;
  color: black;
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  background-color: #f2f2f2;
}
#SIGUENOS {
  padding: 60px;
  color: black;
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}
#CONTACTA {
  padding: 60px;
  color: black;
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  background: url("uploads/WEB/Fondo/contacta.png") no-repeat fixed center white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
FOOTER {
  color: white;
  padding: 20px;
  background-color: #323438;
  width: 100%;
  float: left;
}
.tmp_contenido {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  font-size: 17px;
}
.nbs_fw {
  margin-top: 20px;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  color: gray;
}
.nbs_fw a {
  color: gray;
}
.nbs_fw a:hover {
  color: #a8a5a5;
  text-decoration: none;
}
HEADER.cab_small .tmp_cabecera img {
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  height: 40px;
}
HEADER.cab_small .tmp_cabecera .tmp_logo {
  position: absolute;
  left: 50px;
  top: 10px;
}
HEADER.cab_small .tmp_menu {
  display: block;
}
HEADER.cab_large .tmp_cabecera img {
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
HEADER.cab_large .tmp_menu {
  display: none;
}
.tmp_menu {
  position: absolute;
  left: 190px;
  color: white;
  right: 100px;
}
.tmp_menu a {
  color: white;
  font-size: 20px;
  line-height: 25px;
  padding: 15px;
  font-family: 'Open Sans Condensed', sans-serif;
}
.tmp_menu a:focus,
.tmp_menu a:active,
.tmp_menu a:hover {
  color: white;
}
.menuIcon,
.menuCorto {
  display: none;
}
.menuIcon img {
  height: 40px;
}
.menuCorto ul {
  padding-left: 0px;
}
.menuCorto li {
  list-style: none;
}
.tmp_home_txt {
  position: absolute;
  top: 130px;
  color: white;
  left: 0;
  right: 0;
  bottom: 0;
}
.tmp_home_txt .titulo {
  font-size: 34px;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
}
.tmp_home_txt .titulo2 {
  margin-top: 10px;
  font-size: 40px;
  background-color: #ffffff4d;
  color: white;
  text-shadow: 1px 1px #00000080;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 70px;
  border-radius: 6px;
}
.tmp_home_txt .eslg {
  margin-top: 50px;
  font-size: 20px;
  position: absolute;
  bottom: 195px;
  left: 0;
  right: 0;
}
.tmp_home_txt .cont {
  margin-top: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
.tmp_home_txt .cont span {
  width: 300px;
  background-color: #0000004d;
  border-radius: 6px;
  font-size: 15px;
  padding: 20px;
  display: block;
}
.home_titulo {
  position: absolute;
  bottom: 30%;
  color: white;
  width: 100%;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 50px;
  text-shadow: 1px 1px #505050;
}
.home_button_CNT {
  position: absolute;
  bottom: 15%;
  text-align: center;
  width: 100%;
}
.home_button {
  border: 1px solid white;
  padding: 20px;
  border-radius: 9px;
  color: white;
  font-size: 30px;
  font-family: 'Open Sans Condensed', sans-serif;
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.home_button:active,
.home_button:focus,
.home_button:hover {
  color: white;
  background-color: #03030366;
}
.home_buttonIntW_CNT .home_buttonInt {
  border: 1px solid white;
  padding: 20px;
  border-radius: 9px;
  color: white;
  font-size: 30px;
  font-family: 'Open Sans Condensed', sans-serif;
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.home_buttonIntW_CNT .home_buttonInt:active,
.home_buttonIntW_CNT .home_buttonInt:focus,
.home_buttonIntW_CNT .home_buttonInt:hover {
  color: white;
  background-color: #03030366;
}
.home_buttonInt_CNT .home_buttonInt {
  border: 1px solid #c9c8c8;
  padding: 20px;
  border-radius: 9px;
  color: #4b4b4b;
  font-size: 30px;
  font-family: 'Open Sans Condensed', sans-serif;
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.home_buttonInt_CNT .home_buttonInt:active,
.home_buttonInt_CNT .home_buttonInt:focus,
.home_buttonInt_CNT .home_buttonInt:hover {
  color: #4b4b4b;
  background-color: #f3f3f3;
}
.home_buttonInt_CNT .home_buttonInt img {
  height: 50px;
}
.home_item div {
  display: inline-block;
  width: 33%;
  padding: 20px;
  vertical-align: top;
}
.home_item div img {
  display: block;
  margin: 10px;
}
.home_item div span.title {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 23px;
}
.home_item div span.txt {
  line-height: 25px;
  display: block;
  font-size: 17px;
}
.home_servicios_web {
  display: block;
  margin: 20px;
}
.home_servicios_web .title {
  display: block;
  font-weight: bold;
  font-size: 27px;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}
.home_servicios_web .title::after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 60px;
  height: 1px;
  background-color: #f2f2f2;
  left: 50%;
  margin-left: -30px;
}
.home_servicios_web .txt {
  font-size: 17px;
}
.servicios_web .title {
  color: white;
  text-transform: uppercase;
}
.servicios_web img {
  border-radius: 100%;
  padding: 50px;
  background-color: white;
}
.home_contigo_CNT .title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 27px;
  position: relative;
  color: #4b4b4b;
}
.home_contigo_CNT .title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 70px;
  background: #ababab;
  height: 1px;
}
.home_contigo_CNT img {
  width: 440px;
  margin: 20px;
  border-radius: 12px;
  border: 10px solid #d1d1d1;
}
.home_contigo_CNT .txt {
  font-size: 17px;
  display: block;
  padding: 10px;
  border-radius: 6px;
  margin-top: 20px;
  color: #3c3c3c;
}
.home_contigo_CNT .col1 {
  text-align: left;
  padding: 20px;
}
.home_siguenos,
.home_servicios,
.home_contacta,
.home_experiencia,
.home_logos,
.home_blog {
  display: block;
}
.home_siguenos .title,
.home_servicios .title,
.home_contacta .title,
.home_experiencia .title,
.home_logos .title,
.home_blog .title {
  display: block;
  font-weight: bold;
  font-size: 27px;
  padding-bottom: 20px;
  position: relative;
  color: #4b4b4b;
  margin-bottom: 20px;
}
.home_siguenos .title::after,
.home_servicios .title::after,
.home_contacta .title::after,
.home_experiencia .title::after,
.home_logos .title::after,
.home_blog .title::after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 60px;
  height: 6px;
  background-color: #FF6C00;
  left: 50%;
  margin-left: -30px;
  border-radius: 3px;
}
.home_siguenos .txt,
.home_servicios .txt,
.home_contacta .txt,
.home_experiencia .txt,
.home_logos .txt,
.home_blog .txt {
  font-size: 17px;
}
.home_experiencia {
  margin-left: 35%;
}
.home_experiencia_img {
  width: 45%;
  position: absolute;
  top: 10px;
  left: -40px;
}
.home_servicios {
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.home_servicios .txt {
  font-size: 23px;
  color: #666;
}
.home_logos {
  margin-top: 40px;
}
.home_siguenos_CNT,
.home_logos_CNT {
  margin-top: 40px;
}
.home_siguenos_CNT img,
.home_logos_CNT img {
  height: 40px;
  margin: 32px;
  opacity: 0.3;
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.home_siguenos_CNT img:hover,
.home_logos_CNT img:hover {
  opacity: 1;
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.home_siguenos_CNT img {
  opacity: 0.6;
}
.home_siguenos {
  margin-top: 30px;
  margin-bottom: 30px;
  color: white;
}
.home_siguenos .title {
  color: white;
}
.home_siguenos .txt {
  font-size: 24px;
}
.home_contacta_CNT {
  margin-top: 40px;
  font-weight: bold;
  font-size: 25px;
}
.home_contacta_CNT .title {
  margin-bottom: 20px;
}
.tmp_titulo {
  font-size: 50px;
  font-family: 'Open Sans Condensed', sans-serif;
  margin-bottom: 30px;
  margin-top: 60px;
  position: relative;
}
.tmp_titulo::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 60px;
  height: 6px;
  background-color: #FF6C00;
  left: 50%;
  margin-left: -30px;
  border-radius: 3px;
}
.tmp_navegadorArticulosSimple_CNT {
  margin-bottom: 40px;
}
.navegadorArticulosSimple_item {
  display: inline-block;
  width: 49%;
  padding: 30px;
  vertical-align: top;
}
.navegadorArticulosSimple_item .navegadorArticulosSimple_imagen_CNT {
  display: inline-block;
  width: 210px;
  vertical-align: top;
}
.navegadorArticulosSimple_item img {
  border-radius: 15px;
  width: 180px;
  padding: 5px;
  border: 1px solid #b9b7b7;
}
.navegadorArticulosSimple_item a {
  font-size: 20px;
  color: #5C5C5C;
  margin: 10px;
  display: inline-block;
  width: 200px;
  text-align: left;
}
.navegadorArticulosSimple_item span {
  font-size: 17px;
  width: 70%;
  color: gray;
  display: none;
}
.infoPie {
  background-color: rgba(0,0,0,0.46);
  height: 26px;
  left: 0;
  right: 0;
  top: 0;
}
.infoPie .infoPie_int {
  display: block;
  margin-top: -20px;
}
.infoPie span {
  line-height: 25px;
  display: inline-block;
}
.infoPie .rs_bottom {
  display: inline-block;
  vertical-align: middle;
}
.infoPie .rs_bottom a {
  border: 10px solid white;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  display: block;
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.infoPie .rs_bottom a:hover {
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  border-color: #B4DAE2;
}
.infoPie .rs_bottom .rs_fb {
  background-image: url("uploadsSystem/templates/temas/PERSONALIZA2016/img/facebook.png");
}
.infoPie_contacta .pie_telf span {
  font-size: 20px;
}
.infoPie_cols {
  margin-top: 40px;
}
.infoPie_cols .textPie {
  text-align: left;
}
.infoPie_cols .infoPie_contacta {
  display: block;
  text-align: left;
  width: 330px;
  margin-top: -20px;
}
.infoPie_cols .infoPie_contacta .item {
  border-bottom: 1px solid #757474;
  display: block;
  padding: 10px;
}
.infoPie_cols .infoPie_contacta .item .tit {
  font-size: 20px;
  font-weight: bold;
}
.infoPie_cols .infoPie_contacta .item img {
  display: inline-block;
  margin-right: 10px;
}
.infoPie_cols .infoPie_contacta .item span {
  display: inline-block;
}
.infoPie_cols .infoPie_contacta .item span a {
  color: white;
}
.infoPie_cols .home_siguenos_CNT {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.infoPie_cols .home_siguenos_CNT img {
  margin: 12px;
}
.tmp_menu_horizontal_CNT {
  background-color: black;
  float: left;
  padding: 10px;
  width: 100%;
}
.menu_fondo {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: table;
  position: relative;
  background-color: rgba(0,0,0,0.39);
  height: 60px;
}
.menu_fondo .menu_botonera_CNT {
  display: table-cell;
}
.menu_fondo .menu_cesta {
  display: table-cell;
  width: 250px;
}
.tmp_menu_horizontal_pie {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.tmp_menu_pie_apartado,
.tmp_menu_horizonal_link_sel,
.tmp_menu_horizonal_link {
  float: left;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  height: 34px;
  line-height: 34px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0px;
  text-transform: uppercase;
  width: 100%;
}
.tmp_menu_pie_apartado:hover,
.tmp_menu_horizonal_link_sel:hover,
.tmp_menu_horizonal_link:hover {
  background-color: #FE6C00;
  color: #FFFFFF;
  border-radius: 6px;
}
.tmp_menu_horizontal_CNT {
  position: fixed;
  z-index: 10;
}
.tmp_menu_horizontal_CNT .logo_cabecera img {
  height: 40px;
}
.plg_articulos_ARTICULO {
  padding-left: 60px;
  padding-right: 60px;
}
.tmp_textoLegal_CNT {
  background-color: white;
  text-align: left;
  padding: 30px;
}
#formComponentContactaSimple {
  display: block;
  margin-bottom: 60px;
}
#formComponentContactaSimple .tmp_formContactaSimple_contenedor {
  display: block;
  text-align: center;
  margin: 20px;
}
#formComponentContactaSimple .tmp_formContactaSimple_contenedor .tmp_formContactaSimple_obligatorio {
  color: red;
  display: inline-block;
  width: 20px;
}
#formComponentContactaSimple .tmp_formContactaSimple_contenedor .tmp_formContactaSimple_etiqueta {
  display: inline-block;
  text-align: left;
  width: 90px;
}
#formComponentContactaSimple .tmp_formContactaSimple_contenedor .tmp_formContactaSimple_campo_textarea,
#formComponentContactaSimple .tmp_formContactaSimple_contenedor .tmp_formContactaSimple_campo {
  border: 3px solid #cbc9c9;
  border-radius: 6px;
  display: inline-block;
  font-size: 20px;
  padding: 7px;
  width: 420px;
}
#formComponentContactaSimple .botonera {
  padding: 10px;
  width: 160px;
}
.tmp_resultadosBusqueda_lista_PROD_CNT {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  margin: 20px;
}
.tmp_resultadosBusqueda_lista_PROD_CNT .tmp_resultadosBusqueda_lista_NOMBRE {
  font-size: 30px;
  font-family: 'Open Sans Condensed', sans-serif;
}
.tmp_resultadosBusqueda_lista_PROD_CNT .tmp_resultadosBusqueda_lista_NOMBRE a {
  color: #353535;
}
.tmp_resultadosBusqueda_lista_PROD_CNT .tmp_resultadosBusqueda_lista_NOMBRE a:hover {
  color: #FF6C00;
}
.tmp_resultadosBusqueda_lista_PROD_CNT .tmp_resultadosBusqueda_lista_FOTO_CNT {
  display: table-cell;
  padding: 10px;
  border: 1px solid silver;
  width: 100%;
  border-radius: 9px;
}
.tmp_resultadosBusqueda_lista_PROD_CNT .tmp_resultadosBusqueda_lista_FOTO_CRT {
  display: block;
  vertical-align: middle;
  text-align: center;
  height: 250px;
  overflow: hidden;
  width: 330px;
}
.tmp_resultadosBusqueda_lista_PROD_CNT .tmp_resultadosBusqueda_lista_FOTO {
  height: 350px;
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.tmp_resultadosBusqueda_lista_PROD_CNT .tmp_resultadosBusqueda_lista_FOTO:hover {
  height: 400px;
}
.tmp_resultadosBusqueda {
  padding-top: 30px;
  padding-bottom: 80px;
}
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha {
  background-color: white;
  display: block;
  padding: 40px;
  width: 90%;
}
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_HEAD {
  padding: 30px;
  border: 5px solid #d5d5d5;
  border-radius: 6px;
}
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_CNT {
  height: 440px !important;
}
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_CARROUSEL {
  height: auto !important;
  width: 100% !important;
}
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_tab {
  text-align: left;
}
.tmp_resultadosBusqueda .galleria-container {
  width: 100% !important;
}
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_NOMBRE,
.tmp_resultadosBusqueda .ctr_tab_selector {
  display: none !important;
}
.tmp_resultadosBusqueda .ctr_tab_container {
  margin: 50px;
}
.tmp_resultadosBusqueda .galleria-container {
  height: 500px !important;
  background-color: white !important;
}
.tmp_resultadosBusqueda .galleria-stage .galleria-image img {
  height: auto !important;
  width: 100% !important;
}
.tmp_resultadosBusqueda .galleria-stage {
  left: 0px !important;
  right: 0px !important;
  top: 0px !important;
}
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_tab_CNT {
  display: block;
  margin-top: 0px;
}
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_INTRO {
  font-size: 24px;
  color: #FF6C00;
}
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_DESCR {
  font-size: 17px !important;
  display: block;
  line-height: 33px;
}
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_DESCR h,
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_DESCR h1,
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_DESCR h2,
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_DESCR h3,
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_DESCR h4,
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_DESCR h5,
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_DESCR p,
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_DESCR b,
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_DESCR strong {
  font-size: 17px !important;
  color: black;
  font-family: "Raleway", Helvetica, Arial, sans-serif !important;
}
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_DESCR h,
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_DESCR h1,
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_DESCR h2,
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_DESCR h3,
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_DESCR h4,
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_DESCR h5 {
  font-weight: bold;
}
.tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_NOMBRE_INT {
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 50px;
}
.tmp_resultadosBusqueda .galleria-image-nav-left,
.tmp_resultadosBusqueda .galleria-image-nav-right {
  background-image: url('call/fw/ctr/imageGallery/img/classic-map-negro.png');
}
.tmp_cabecera_interior .tmp_menu {
  left: auto;
  right: -240px;
  position: fixed;
  background-color: black;
  bottom: 0;
  top: 0;
  width: 240px;
  padding: 30px;
  margin: 0;
  text-align: left;
}
.tmp_cabecera_interior .tmp_menu .menuIcon {
  position: absolute;
  left: -60px;
  top: 0px;
  display: block;
  cursor: pointer;
  background-color: #ff6c00;
  padding: 10px;
}
.tmp_cabecera_interior .tmp_menu .menuLargo {
  display: none;
}
.tmp_cabecera_interior .tmp_menu .menuCorto {
  display: block;
}
.tmp_cabecera_interior .tmp_menu .menuCorto a {
  display: block;
  float: left;
  width: 100%;
}
@media (max-width: 1100px) {
  .tmp_cabecera_interior .tmp_menu,
  .cab_small .tmp_menu {
    left: auto;
    right: -240px;
    position: fixed;
    background-color: black;
    bottom: 0;
    top: 0;
    width: 240px;
    padding: 30px;
    margin: 0;
    text-align: left;
  }
  .tmp_cabecera_interior .tmp_menu .menuIcon,
  .cab_small .tmp_menu .menuIcon {
    position: absolute;
    left: -60px;
    top: 0px;
    display: block;
    cursor: pointer;
    background-color: #ff6c00;
    padding: 10px;
  }
  .tmp_cabecera_interior .tmp_menu .menuLargo,
  .cab_small .tmp_menu .menuLargo {
    display: none;
  }
  .tmp_cabecera_interior .tmp_menu .menuCorto,
  .cab_small .tmp_menu .menuCorto {
    display: block;
  }
  .tmp_cabecera_interior .tmp_menu .menuCorto a,
  .cab_small .tmp_menu .menuCorto a {
    display: block;
    float: left;
    width: 100%;
  }
}
@media (max-width: 680px) {
  .home_experiencia {
    margin-left: 0;
  }
  .home_experiencia_img {
    display: none;
  }
  .tmp_menu_horizontal_fondo {
    margin-top: 20px;
  }
  .home_servicios {
    margin: 10px;
  }
}
@media (max-width: 680px) {
  .plg_articulos_ARTICULO,
  #SIGUENOS,
  #LOGOS,
  #EXPERIENCIA {
    padding: 20px;
  }
  .home_logos_CNT img {
    margin: 10px;
  }
  #SIGUENOS .home_siguenos_CNT img {
    margin: 10px;
  }
  .tmp_formContactaSimple_campo_textarea,
  .tmp_formContactaSimple_campo {
    width: 100% !important;
  }
  .home_servicios .txt {
    font-size: 19px;
  }
  .tmp_resultadosBusqueda {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha {
    padding: 0px;
    width: 100%;
  }
  .tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_HEAD {
    border-radius: 0px;
  }
  .tmp_resultadosBusqueda .ctr_tab_container {
    margin: 20px;
  }
  .tmp_resultadosBusqueda .tmp_resultadosBusqueda_ficha_HEAD {
    padding: 0;
  }
}
@media (max-width: 400px) {
  .tmp_resultadosBusqueda_lista_PROD_CNT {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    width: 100%;
  }
  .tmp_resultadosBusqueda_lista_PROD_CNT .tmp_resultadosBusqueda_lista_FOTO_CRT {
    height: 200px;
    width: 220px;
  }
  .infoPie_cols .infoPie_contacta {
    width: 100%;
  }
  .home_buttonInt_CNT .home_buttonInt {
    padding: 10px;
    font-size: 20px;
  }
  .title {
    font-size: 30px !important;
  }
}
