#id_body, #coleccion, #trade {
    height: 776px;
}

#legalJob{
    opacity:0;
    visibility: hidden;
    text-align: justify;
    max-width: 30%;
    left:48%;
    padding-top:10px;
}

.link_colec p {
    margin-bottom: 3px;
    margin-top: 4px;
    color: #4b4b4b;
    font-size: 14px;
}

#products div a:first-child {
    margin-left: 0px;
}

#products div a {
    margin-right: 0px;
}

#submenu li a {
    color: #aaa;
    font-size: 11px;
    -webkit-transition: all .10s ease-in-out;
       -moz-transition: all .10s ease-in-out;
        -ms-transition: all .10s ease-in-out;
         -o-transition: all .10s ease-in-out;
            transition: all .10s ease-in-out;
}

#submenu li a:hover {
    color: #4b4b4b;
}

.selec_sub {
    color: #4b4b4b !important;
}

.menu_sub_selec{
    color: #4B4B4B !important;
}

#slider_prod {
    margin-left: 3px;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.relative {
    position: relative;
}

.limit-width-text {
    max-width: 65%;
}

.center-vertical-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.center-vertical-middle-left {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.center-vertical-middle-right {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.center-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lifestyle-view .columns {
    padding-bottom: 5px !important;
    float: left !important;
    max-height: 235px;
}

.lifestyle-view .title, .lifestyle-view .subtitle {
    text-transform: uppercase;
}

.lifestyle-view .title {
    color: #ffffff;
    font-size: 2rem;
}

.lifestyle-view .subtitle {
    color: #858388;
    font-size: 1.75rem;
}

.lifestyle-view img {
    width: 100%;
    height: 100%;
    max-height: 230px;
}

.lifestyle-view img.hoverable, .hoverable-alone {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.lifestyle-view .hoverable-element:hover img.hoverable, .hoverable-alone:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}

.lifestyle-view .first-element {
    padding-right: 2.5px !important;
}

.lifestyle-view .last-element {
    padding-left: 2.5px !important;
}

/****** ESTILOS PARA ABOUT_US_VIEW ******/
#about_us {
    text-align: left;
}
.intro_about {
    width: 375px;
    text-align: left !important;
    font-size: 24px!important;
    color: #b3b3b3 !important;
}
#about_us p {
    text-align: justify;
    color: #4b4b4b;
    line-height: 1.1;
}

/*** END ***/

/****** ESTILOS PARA RUTA_WEB EN HEADER ******/
#ruta_web {
    margin-top: 5px;
    float: right;
}

#ruta_web p, #ruta_web a {
    display: inline-block;
    color: black;
    font-size: 9px;
    color: #808080;
}

#ruta_web a {
    -webkit-transition: all .10s ease-in-out;
       -moz-transition: all .10s ease-in-out;
        -ms-transition: all .10s ease-in-out;
         -o-transition: all .10s ease-in-out;
            transition: all .10s ease-in-out;
}

#ruta_web a:hover {
    color: black;
}
/*** END ***/

.colect_prod {
    color: #4b4b4b;
    font-size: 11px;
    -webkit-transition: all .10s ease-in-out;
       -moz-transition: all .10s ease-in-out;
        -ms-transition: all .10s ease-in-out;
         -o-transition: all .10s ease-in-out;
            transition: all .10s ease-in-out;
}

.colect_prod:hover {
    color: #aaa;
}

#colect_category{
    margin-bottom:6px;
}

#colect_category p:first-child {
    margin-top: 0px;

}

#colect_category p {
    margin-top: -20px;
}

/****** ESTILOS PARA SAMPLES_VIEW ******/

#samples_link p {
    color: #4b4b4b !important;
}

#samples_link a, #samples_link p {
    display: block;
    text-align: justify;
    color: #808080;
    margin-bottom: 1px;
    max-width: 247px;
    -webkit-transition: all .10s ease-in-out;
       -moz-transition: all .10s ease-in-out;
        -ms-transition: all .10s ease-in-out;
         -o-transition: all .10s ease-in-out;
            transition: all .10s ease-in-out;
}

#samples_link a:hover {
    color: black;
    background-color: #d9d9d9;
}

.samples_selec {
    color: black !important;
}

#samples_link h4, #samples_link h5 {
    font-weight: normal;
}

#links_samp {
    margin-top: 15px;
}

#links_samp a {
    color: #4b4b4b;
    font-size: 11px;
}

/***** ESTILOS EXHIBITIONS *****/

#timeline div{
    height: 105px;
}

.date_exhibit{
    padding-top:12px;
    color: black !important;
}

#timeline div p {
    font-size: 12px;
}

#timeline div h6,#timeline div p {
    color: #aaa;
    margin:0px;
    /*line-height: 0.2;*/
}

#timeline div img {
    display: inline-block;
}



/*** END ***/

.exhibit_degra {
    height: 111px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.19) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.19))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#30000000',GradientType=1 ); /* IE6-8 */
}

/***** ESTILOS SAMPLES_VIEW *****/

.samples_degra {
    height: 20px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.19) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.19))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#30000000',GradientType=1 ); /* IE6-8 */
}

#samples_visor div h4, #samples_visor div p {
    display: inline-block;
    margin-top: 3px !important;
}

#samples_visor div h4 {
    font-weight: normal;
}

/*** END ***/

#img_about img {
    margin-bottom: 10px;
}
/**** ESTILOS BARRA NAVEGACION ****/

#menu { padding-top: 5px; }
#menu a {
    text-align: center; 
    -webkit-transition: all .10s ease-in-out;
   -moz-transition: all .10s ease-in-out;
    -ms-transition: all .10s ease-in-out;
     -o-transition: all .10s ease-in-out;
        transition: all .10s ease-in-out;
}
#menu a:hover {color: #aaa !important;}
#fondomenu { height: 35px; padding-left: 0px; padding-right: 0px; }
.menu_s a { font-size: 11px !important; padding:0px !important; z-index: 1; }
.selec {color:#aaa !important;}

/* END */

/**** FIND MORE ****/


#find_more{
    float:left;
    width: 100%;
}

#find_more a {
    -webkit-transition: all .10s ease-in-out;
       -moz-transition: all .10s ease-in-out;
        -ms-transition: all .10s ease-in-out;
         -o-transition: all .10s ease-in-out;
            transition: all .10s ease-in-out;
}

#find_more a:hover {
    color: #aaaaaa;
}

#opciones_footer {
    width: 100%;
}

#find_more div{
    float:left;
}

#find_more div div{
    display:inline-block;
    margin-left: 2.5%;
    float:left;
    width:175px;
}
#find_more div div:first-child{
    margin-left:15%;
}
#find_more div div:last-child {
    margin-left: 0px;
    width: 6.4%;
}
#find_more div div:last-child a {
    margin-top: 83px;
}
#find_more div div:last-child img {
    height: 64px;
}
#find_more div a{
    display:block;
    top:0;
    color:black;
    line-height: 16px;
    font-size: 12px;
    cursor: pointer;
}
.titulo{
    margin-bottom:10px;
    font-size: 17px;
}
.segundaLinea{
    margin-top:10px !important; 
}

.linea {
    margin-bottom: 10px;
    background-color: white;
    width: 100%;
    height: 3px;
}

/* END */

.degraSolid {
    background-color: #EEE !important;
}

#redsocial {
    padding-right: 10px;
    padding-bottom: 6px;
}

#footerInfo {
    display: flex;
    align-items: center;
}

#footerInfo li{
    display:inline-block; 
    padding-left: 2px; 
    float:left;
    margin-left: 0px;
}

#copyright{
    margin-top:5px !important; 
}

#slider_prod:first-child{
    display:block !important;
}

#slider_prod{
    display:none;
}

#body_fixed_m {
    padding-top: 23px;
}

#body_fixed, #body_fixed_m, #privacy_fixed {
    height: 776px;
}

#visor{
    height:750px;
}

.clear{
    clear:both;
}

.heightFindMore {
    height: 40px;
}

#parcheChromeFirefox{
    min-height: 576px;    
}

#under_construct {
    text-align: center;
    margin-top: 60px;
}
#lifestyle1 a img{
    /*padding-bottom: 5px !important;*/
}

#lifestyle2 div div img {
    /*padding-bottom: 5px;*/
}

.life_hover {
    position: relative;
}

.life_hover .more {
    display: none;
}

.life_hover:hover .more{
    position: absolute;
    display: block;
    opacity: 0.4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    bottom: 0px;
    height: 232px;
}

.custom_select {
    height: 32px;
}

#help_us_img {
    height: 100%;

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.19) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.19))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#30000000',GradientType=1 ); /* IE6-8 */
}

#help_us_img img{
    margin-top: 6px;
    margin-left: 25px;
}

#help_us_form{
    padding-left: 100px;
    padding-right: 100px;
}

#help_us_form p {
    color: #4b4b4b;
    text-align: justify;
}

.job_input, .select_job {
    height: 21px !important;
    padding: 0px !important;
}

#label_job {
    line-height: 25px !important;
    font-size: 13px;
}

#brochure_degra {
    height: 265px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.19) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.19))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#30000000',GradientType=1 ); /* IE6-8 */
}

#wall_degra {
    padding-bottom: 15px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.19) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.19))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#30000000',GradientType=1 ); /* IE6-8 */
}

#wallpaper_div {
    margin-top: 10px;
}

#brochure_degra div, #wall_degra div, #degra_press1 div {
    display: inline-table;
}

#degra_press div {
    float: left;
}

.presskit {
    padding-top: 5px;
    width: 52%;
}

.brochure {
    padding-top: 15px;
    width: 24%;
}

.brochure a, .presskit a {
    display: block;
    text-align: right;
    color: black;
    font-size: 12px;
}

.brochure a input{
    cursor: pointer;
}

.links_colec_img div {
    width: 120px;
    display: inline-table;
    margin-left: 14px;
}

.links_colec_img div p {
    color: #4b4b4b;
    font-size: 11px !important;
}

.brochure img, .presskit img {
    float: right;
    margin-left: 6px;
    width:67%;
}

.brochure_down {
    width: 80px;
    padding-left: 25px;
}

.brochure_down, .presskit_down {
    float: right;
    margin-top: 5px;
}

.presskit_down input {
    font-size: 9px;
}

.brochure a, .presskit a,.press_label {
    -webkit-transition: all .10s ease-in-out;
       -moz-transition: all .10s ease-in-out;
        -ms-transition: all .10s ease-in-out;
         -o-transition: all .10s ease-in-out;
            transition: all .10s ease-in-out;
    color:#4b4b4b;
}

#brochure a:hover, .presskit a:hover {
    color: #aaa;
}

.wallpaper {
    width: 19%;
}

.wallpaper img {
    float: right;
}

.wallpaper p {
    margin-left: 33px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.wallpaper a input{
    cursor: pointer!important;
}

.wall_aux {
    margin-top: 40px;
}

.download {
    background-color: transparent;
    border: 0;
    font-size: 9px;
    cursor:pointer;
}

.send {
    background-image: url('send3.jpg');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 74px 0px;
    width: 95px;
    height: 19px;
    font-size: 12px;
    border: 0px;
    cursor: pointer;
    padding-bottom: 5px;
    color: #4b4b4b;
}

#degra_press1 {
    height: 265px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.19) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.19))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#30000000',GradientType=1 ); /* IE6-8 */
}

#degra_press2 {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.19) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.19))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#30000000',GradientType=1 ); /* IE6-8 */
}

#degra_press2 a{
    display: inline-block;
}

#degra_press2 .logosPeques{
    width: 35%;
}

#degra_press2 .logosPeques img{
    width: 50%;
}

#degra_press2 .logosGrandes{
    width: 61%;
}

#degra_press2 .logosGrandes img{
    width:25%;
}

#degra_press2 img {
    padding-top: 5px;
    margin-left: 28px;
}

.logosPeques {
    margin-left: 32px;
}

#degra_press3 {
    height: 137px;
    padding-left: 30px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.19) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.19))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#30000000',GradientType=1 ); /* IE6-8 */
}

#degra_press3 span {
    text-transform: uppercase;
    font-size: 10px;
}

#degra_press3 a:first-child {
    margin-left: 30px;
}

#degra_press3 a{
    padding-top: 5px;
    margin-left: 9px;
    display: inline-block;
    width: 9%;
}

#contact_us_degra {
    width: 100% !important;
}


#contact_us_degra, #where_to_degra {
    height: 5px;
    width: 97.3%;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.19) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.19))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#30000000',GradientType=1 ); /* IE6-8 */
}

.title_prod {
    margin-bottom: 0px;
    font-size: 15px !important;
}

#degra_alter {
    float: right;
    height: 5px;
    width: 96.7%;
    margin-top: 10px;
    position: absolute;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.19) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.19))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#30000000',GradientType=1 ); /* IE6-8 */
}

.text_prod p {
    font-size: 12px;
    text-align: justify;
}

#degra_press_tot {
    width: 98.6%;
    padding-right: 0px;
    height: 260px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.19) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.19))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#30000000',GradientType=1 ); /* IE6-8 */
}

#img_press img, #img_press2 img {
    float: right;
    margin-right: 10px;
}

.legalAccept a {
    display: inline-block;
}

@-moz-document url-prefix() { /* Dentro podemos poner los ajustes para Firefox */
   
    #parcheChromeFirefox{
        min-height: 594px;    
    }
    
}

#degra_contact {
    padding-right: 0px;
    padding-left: 0px;
    height: 719px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.19) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.19))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#30000000',GradientType=1 ); /* IE6-8 */
}

.reveal-modal p{
    padding: 0px 30px 0px 30px;
}

#opac_login {
    position: absolute; width: 100%;
    height: 100%;
    z-index: 90;
    background-color: black;
    opacity: 0.5;
}

#press_login {
    position: absolute;
    margin: 12% 24%;
    width: 50%;
    min-height: 370px;
    z-index: 91;
    background-color: white;
    opacity: 1 !important;
    border: 1px solid #222;
    box-shadow: 1px 1px 14px #dbdbdb;
}
#press_login div {
    margin-left: 32.2%;
}

#press_login div p, #press_login div input {
    display: inline-block;
}

#button_login {
    margin-top: 40px;
    text-align: right;
    margin-right: 20px;
}

#product_search {
    margin: 0px 197px;
}

.logo_press {
    margin-left: 35%;
    margin-top: 20px;
}
.logo_prod_search {
    padding-left: 30px;
    padding-top: 15px;
}
.title-prod-search {
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
}
.forms-prod-search {
    margin-left: 0 !important;
    padding: 0 30px !important;
}
.prod-identify, .prod-register {
    margin-top: 10px !important;
    width: 80% !important;
}
.uppercase {
    text-transform: uppercase;
}
.left0 {
    margin-left: 0 !important;
}
.top0  {
    margin-top: 0 !important;
}
#registration div:last-child {
    float: left;
}
/* PARCHE para que haga el inline del form bien, en esta version 
los px estaban mal puestos por foundation según stackoverflow */
label.inline {
    line-height: 32px !important;
}
#press_email {
    text-align: right;
    margin-top: 35px;
}

#press_email_input {
    padding: 0px;
    padding-left: 3px;
    width: 145px;
    height: 24px;
}

#press_pass {
    text-align: right;
    margin-top: 20px;
}

#press_pass_input {
    padding: 0px;
    padding-left: 3px;
    width: 145px;
    margin-left: 10px;
    height: 24px;
}

.press_label {
    color:grey;
    font-size: 10px;
    border-bottom: 1px dotted;
}

.press_close {
    background-color: #666666;
    padding: 3px;
    padding-left: 7px;
    cursor: pointer;
    padding-right: 7px;
    font-size: 14px;
    border: none;
    color: white;
}

.press_label:hover {
    color: #aaa !important;
}

.button_saltar {
    background: none;
    cursor: pointer;
    color: white;
    border: none;
    font-size: 13px;
    margin-top: 10%;
    margin-left: 1105px; /* 1105px */
}

#botonLogin {
    width: 240px;
    font-size: 15px;
    background-position: 225px 2px;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */

    /* Quitando la altura fija. */
    #id_body{
        height: inherit;
    }

    #botImg{
        height: inherit;
    }

    .intro_about{
        width: inherit;
    }

}

.imgPad{
    padding: 0px 1px!important;
}

.intro_about{
    width: inherit;
}

#imgTendencias{
    position:relative;
    top:-90px;
    left:10px;
    color:black;
    font-size:10px;
}

#imgInstalaciones{
    position:relative;
    top:-90px;
    left:10px;
    color:black;
    font-size:10px;
}

.responsiveSlider{
    width:19.6%;
}

#mapa_web{
    position:absolute;
    width: 30%;
    background-color: #FCF9F9;
    opacity:0.8;
    height: 75%;
    /*-webkit-box-shadow: 0px 0px 1px 2px rgba(229, 229, 229, 1);
    box-shadow: 0px 0px 1px 2px rgba(229, 229, 229, 1); */
    overflow: auto;
    margin-left:20px;
    padding-left:15px;
    margin-top: 50px;
    padding-top: 15px;
    -webkit-overflow-scrolling: touch;
}

#mapa_web p{
    font-size: 11px;
    margin-bottom: 2px;
    
}

#mapa_web p a{
   color: black; 
}

#mapa_web div{
    margin-bottom: 20px;
    display: inline-block;
    margin-left: 50px;
}

#mapa_web div p {
    font-size: 11px;
    margin-bottom: 3px;
    color: black;
}

@media only screen and (max-width: 767px) {

    #copyright{
        display:block!important;
        float:left!important;
        width: 30%!important;
    }

    #logo_alhambra {
        text-align: center;
    }

    #menuSup {
        background: none !important;
    }

    #fondomenu ul {
        background-color: #dcdcdc;
    }

    #fondomenu ul li {
        width: 100% !important;
        padding-left: 10px;
    }

    #menu a {
        text-align: left;
    }

    #id_body, #coleccion, #trade {
        height: inherit;
    }

    #product_search {
        margin: auto;
    }

    #redsocial {
        height: 30px;
        float: right;
        width:70%!important;
    }

    #footerInfo li {
        padding-left: 4px; /* Separación entre botones redes sociales*/
    }

    #find_more div div{
        margin-left: 5%!important;
    }

    #socialtext{
        width: 40%!important;
        text-align:right;
    }

    #footerInfo li{
        width:12% !important;
    }

    #datos_contact {
        width: 43%;
        height: 66%;
        overflow: auto;
    }

    #datos_contact p {
        font-size: 8px;
    }

    #ruta_resp {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) { 
    #fondomenu{
        background: none repeat scroll 0 0 transparent !important; 
        min-height: 95px !important; 
        height: 180px !important; 
        padding-left: 15px !important; 
        padding-right: 15px !important; 
        margin-top: 10px !important;
    }
    div.orbit.orbit-stack-on-small img.fluid-placeholder { visibility: visible; }
    div.orbit.orbit-stack-on-small .orbit-slide { position: static; margin-bottom: 10px; }
    #sello{padding-bottom: 8px;}
    #preview {display:none;}
    #busqueda{width:100% !important;}
    #footerInfo{width:100%;}
    #footerInfo li:first-child {margin-left: 50% !important;}
    #footerInfo li{display:inline-block; float:left;}
    ul.link-list.right {margin:0;}
    .Uform {margin:0 auto !important; width:100% !important;}
}

.link_colec{
    width:inherit;
    height:240px;
}

#botones_slider_home{
    position:absolute;
    top:80%;
    padding-left:15px;
    z-index:38;
}

#botones_slider_home a{ 
    display:inline-block;
    width:9%;
}

#showrooms_contact{
    font-size: 11px;
}

#datos_contact {
    padding-left: 35px;
    overflow:auto;
    width: 100%;
    position: absolute;
    direction:rtl;
}

#datos_contact p {
    margin-bottom: 0px;
    font-size: 11px;
}

#datos_contact div:first-child {
    padding-top: 30px;
}

.events-none {
    pointer-events: none;
}

.black {
    color: black;
}

#title_contact {
    margin: 50px 0px 0px 0px;
    font-size: 15px;
}

#headers_title {
    font-size: 15px;
}

#showrooms_contact {
    margin-top: 25px;
}

#mapa_web a{
    -webkit-transition: all .10s ease-in-out;
       -moz-transition: all .10s ease-in-out;
        -ms-transition: all .10s ease-in-out;
         -o-transition: all .10s ease-in-out;
            transition: all .10s ease-in-out;
}

#mapa_web a:hover {
    color: #aaaaaa;
}

.link_contact {
    color: #4b4b4b;
}

.link_contact:hover {
    color: black;
}

.flecha {
    margin-top: -60px;
    width: 50px;
    height: 50px;
    z-index: 9999999;
}
.flecha.left {
    float: left;
    margin-left: -10;
}
.flecha.right {
    margin-right: -10;
}

#logo_alhambra img {
    display: inline-block;
}

.logo_art {
    width: 142px;
    margin-bottom: 28px;
    height: 32px;
    margin-left: 35px;
}

.texto_inspiracion {
    margin-top:0px;
    font-weight:normal;
}

.texto_inspiracion img {
    display: inline-block;
    width: 82px;
    height: 30px;
    float: right;
}

.libro {
    cursor: pointer;
}

.brochure ul li:first-child {
    display: block !important;
}

.brochure ul li{
    display: none;
}

#id_body p a.button {
    height: 32px;
    width: 200px;
}

#tabla a {
    height: 32px;
}

#admin_body p {
    display: inline-block !important;
}

#socialtext {
    margin: 0 !important;
}

@media only screen and (max-width: 425px) {
    .lifestyle-view .columns {
        width: 100% !important;
        padding: 0 .75rem !important;
        padding-bottom: 5px !important;
    }
}