@import url(//fonts.googleapis.com/css?family=Noto+Sans);
/*Reset*/
 *{
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 .clearfix {
     *zoom: 1;
}
 .clearfix:before, .clearfix:after {
     display: table;
     line-height: 0;
     content: "";
}
 .clearfix:after {
     clear: both;
}
 .hide-text {
     font: 0/0 a;
     color: transparent;
     text-shadow: none;
     background-color: transparent;
     border: 0;
}
 .input-block-level {
     display: block;
     width: 100%;
     min-height: 30px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
     display: block;
}
 audio, canvas, video {
     display: inline-block;
     *display: inline;
     *zoom: 1;
}
 audio:not([controls]) {
     display: none;
}
 html {
     font-size: 62.5%;
     -webkit-text-size-adjust: 62.5%;
     -ms-text-size-adjust: 62.5%;
}
 a:focus {
     outline: thin dotted #333;
     outline: 5px auto -webkit-focus-ring-color;
     outline-offset: -2px;
}
 a:hover, a:active {
     outline: 0;
}
 sub, sup {
     position: relative;
     font-size: 75%;
     line-height: 0;
     vertical-align: baseline;
}
 sup {
     top: -0.5em;
}
 sub {
     bottom: -0.25em;
}
 img {
     vertical-align: middle;
     border: 0;
     -ms-interpolation-mode: bicubic;
    /*width: 100%;
    */
}
 #map_canvas img, .google-maps img {
     max-width: none;
}
 button, input, select, textarea {
     margin: 0;
     font-size: 100%;
     vertical-align: middle;
}
 button, input {
     *overflow: visible;
     line-height: normal;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
     padding: 0;
     border: 0;
}
 button, html input[type="button"], input[type="reset"], input[type="submit"] {
     cursor: pointer;
     -webkit-appearance: button;
}
 select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
     cursor: pointer;
}
 input[type="search"] {
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
     -webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
     -webkit-appearance: none;
}
 textarea {
     overflow: auto;
     vertical-align: top;
}
 ul,li{
    list-style: none;
     padding: 0;
     margin: 0
}
/*fin reset*/
 body{
    padding:0px;
    margin:0 auto;
     font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    background-color: #FFF
}
 .color1{
    color: #D81E05
}
 .boton1{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background-color:#D81E05;
    font-size:14px;
    font-size:1.4rem;
    padding: 8px 18px;
     text-decoration: none;
    float: left;
}
 .boton1:hover{
    background-color: #CD1300;
}
 .boton2{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background-color:#D81E05;
    font-size:14px;
    font-size:1.4rem;
    padding: 6px 18px;
     text-decoration: none;
    float: left;
}
 .boton2:hover{
    background-color: #CD1300;
}
 .boton3{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background-color:#D81E05;
    font-size:14px;
    font-size:1.4rem;
    padding: 6px 18px;
     text-decoration: none;
    float: left;
}
 .boton3:hover{
    background-color: #CD1300;
}
 .boton-email{
    background: url("../img/btn-email.png") no-repeat left center;
    padding-left: 30px;
    line-height: 23px;
    display: inline-block;
    color:#FFFFFF;
}
 .boton-web{
    background: url("../img/btn-web.png") no-repeat left center;
    padding-left: 30px;
    line-height: 28px;
    display: inline-block;
}
/*.calco{
    background:url('../img/calco_home.png') top center no-repeat;
     height: 1271px
}
*/
/*header*/
 .header{
    background-color: #FFF
}
 .header .header-top{
    height: 81px;
    background-color: #D81E05
}
 .header .content-submenuprincipal{
    height: 40px;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    overflow: hidden;
}
 .header .header-content-top, .header .header-content-bottom, .contenido .contenido-content-contenido, .footer .footer-content{
    width: 960px;
    margin: 0 auto
}
 .header {
    position: relative;
    z-index: 200;
}
 .header:before {
     content: "";
     position: absolute;
     z-index: -1;
     -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.80);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.80);
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.80);
    /*top: 50%;
    */
     top: 0;
     bottom: 0;
     left: 0px;
     right: 0px;
     -moz-border-radius: 450px/5px;
     border-radius: 450px/5px;
}
 .header:after {
     content: "";
     position: absolute;
     z-index: -1;
     -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.80);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.80);
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.80);
    /*top: 50%;
    */
     top: 0;
     bottom: 0;
     left: 0px;
     right: 0px;
     -moz-border-radius: 450px/5px;
     border-radius: 450px/5px;
}
 .header-top:before, .header-top:after {
     top: 50%;
}
 .header .header-content-top .menu-top{
    float: right;
}
 .header .header-content-top .menu-top ul{
    float: left;
}
 .header .header-content-top ul li{
    float: left;
     font-size:13px;
     font-size: 1.3rem;
     color: #FFF;
    position:relative;
}
 .header .header-content-top ul li:after{
    content: '|';
     height: 11px;
}
 .header .header-content-top ul li.last-menu{
    content: ' ';
    color: transparent;
}
 .header .header-content-top ul li.last-menu a{
    padding:0 19px;
}
 .header .header-content-top ul + ul li:last-child:after{
    content: ''
}
 .header .header-content-top ul li:first-child a{
    margin-left: 0px;
     cursor: pointer;
}
 .header .header-content-top ul li:first-child a:hover{
    text-decoration: underline;
}
 .header .header-content-top ul li a{
    color: #FFF;
     text-decoration: none;
     display:inline-block;
    /*height:46px;
    */
    height: 37px;
    line-height:43px;
    padding:0 11px;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
}
 .header .header-content-top ul li a:hover{
    text-decoration: underline;
}
 .header .header-content-top .menu-top ul:first-child li:hover{
    background-color: transparent;
}
 .header .header-center{
    width: 960px;
    margin: 0 auto;
    clear: both;
    height: 88px;
}
 .header .header-content-top .logo{
    float: left;
}
 .header .header-content-top .logo h1{
    margin: 0;
    padding: 0
}
 .header .header-content-top .logo h1 a{
     background: url("../img/logo_asistencia.png") no-repeat scroll left top transparent;
     height: 74px;
     text-indent: -9999px;
     width: 349px;
     display: block;
}
 .header .header-bottom{
    clear:both;
    height: 42px;
     background: #fff;
}
 .header .header-bottom .header-content-bottom ul#menunormal li{
    position: relative;
    z-index: 1000;
    float: left;
}
 .header .header-bottom .header-content-bottom ul#menunormal > li > a{
    font-size:14px;
    font-size: 1.4rem;
     color: #4c4c4c;
     text-decoration: none;
    line-height: 42px;
    padding: 0 23px;
    display: block;
}
/*.header .header-bottom .header-content-bottom ul#menunormal > li a:before, .header .header-bottom .header-content-bottom ul#menunormal > li:first-child a:after {
    background: #db341e;
    border-left: 1px solid #c31c05;
    width: 1px;
     height: 40px;
     content: '';
     position: absolute;
     top: 2px;
     right: 0;
     -moz-box-sizing: content-box;
     -webkit-box-sizing: content-box;
     box-sizing: content-box;
}
 .header .header-bottom .header-content-bottom ul#menunormal > li:first-child:after {
     left: 0;
}
*/
/*.header .header-bottom .header-content-bottom ul#menunormal > li:hover:before, .header .header-bottom .header-content-bottom ul#menunormal > li:first-child:after:hover {
    background: none;
    border-left: 1px solid transparent;
    width: 1px;
     height: 40px;
     content: '';
     position: absolute;
     top: 2px;
     left: 0;
     -moz-box-sizing: content-box;
     -webkit-box-sizing: content-box;
     box-sizing: content-box;
}
*/
 .header .header-bottom .header-content-bottom ul#menunormal li a.current{
    font-weight:700;
    color: #000;
    /*background: #D81E05;
    */
}
 .header .header-bottom .header-content-bottom ul#menunormal li a:hover:after, .header .header-bottom .header-content-bottom ul#menunormal li a.current:after {
    color:#000;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #d81e05;
}
 .header .header-bottom .header-content-bottom ul#menunormal li a.has-drop-down-a:hover:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #d81e05 transparent transparent transparent;
    z-index: 1100;
}
 .header .header-bottom .header-content-bottom ul#menunormal li ul{
    position:absolute;
    left:0;
    display:none;
    background: #fff;
    top:43px;
}
 .header .header-bottom .header-content-bottom ul#menunormal li:hover ul{
    display:block;
     -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.2);
     -moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.2);
     box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.2);
}
 .header .header-bottom .header-content-bottom ul#menunormal li ul li{
    float: left;
    position: relative;
}
 .header .header-bottom .header-content-bottom ul#menunormal li ul li:first-child a{
    padding-top: 13px;
}
 .header .header-bottom .header-content-bottom ul#menunormal li ul li a{
    font-size:13px;
    font-size: 1.3rem;
     color: #D81E05;
     text-decoration: none;
    padding:8px 10px 8px 24px;
    display: block;
    min-width: 250px;
    background-color: #FFF
}
 .header .header-bottom .header-content-bottom ul#menunormal li ul li a:hover:after{
    content:normal;
}
/*submenu principal*/
 .header .content-submenuprincipal{
    z-index:1000;
    position: relative;
    top:-1px;
}
 .header .content-submenuprincipal .submenuprincipal{
    margin: 0 auto;
     width: 1200px
}
 .header .content-submenuprincipal .submenuprincipal li:first-child a{
    padding-left: 0px
}
 .header .content-submenuprincipal .submenuprincipal li a{
    color: #333333;
    float: left;
    font-size:15px;
    font-size: 1.55rem;
    line-height: 38px;
    padding: 0 23px;
    font-weight: normal;
     text-decoration: none;
    height:40px;
}
 .header .content-submenuprincipal .submenuprincipal li{
    float: left;
}
 .header .content-submenuprincipal .submenuprincipal li a.submenu-current{
    background: url("../img/flecha-submenu.png") no-repeat scroll center top transparent;
}
 .header .content-submenuprincipal .submenuprincipal li:after{
    content:'|';
    line-height:37px;
}
/*footer*/
 .fondoFooter{
     background:#D81E05;
}
 .footer .logo{
    display: none;
}
 .footer .footer-content {
    padding:20px 0 20px 0;
     overflow:hidden
}
 .footer .footer-content .footer-left{
}
 .footer .footer-content .footer-left ul{
    float:left;
     margin-top: -6px;
}
 .footer .footer-content .footer-left li {
    font-size:12px;
    font-size:1.2rem;
    line-height:42px;
    color: #f2bdb9;
     display: inline-block;
}
 .footer .footer-content .footer-left li:last-child:before{
    content: ' | ';
    color: #FFF
}
 .footer .footer-content .footer-left li a{
    text-decoration:none;
    color:#FFF;
}
 .footer .footer-content .footer-left li a:hover{
    text-decoration:underline
}
 .footer .footer-content .footer-right{
    float:right
}
 .footer .footer-content .footer-right .social a {
     background: url("../img/social.png") no-repeat left top transparent;
     float: left;
     height: 34px;
     text-indent: -9999px;
     width: 24px;
     display:block;
     margin: 0 7px;
}
 .footer .footer-content .footer-right .social a.ico-google{
    background-position: 0px top
}
 .footer .footer-content .footer-right .social a.ico-youtube{
    background-position: -40px top
}
 .footer .footer-content .footer-right .social a.ico-linkedin{
    background-position: -80px top
}
 .footer .footer-content .footer-right .social a.ico-twitter{
    background-position: -122px top
}
 .footer .footer-content .footer-right .social a.ico-facebook{
    background-position: -156px top
}
/*contenido*/
 .contenido .contenido-interior{
    /*background: url("../img/fondo.jpg") no-repeat center top #fbfbfb;
    */
     width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
 .contenido .contenido-interior .col-left-2 {
    width:63.5%;
    float: left;
}
 .contenido .contenido-interior .col-right-2 {
    float: right;
    width: 73.5%;
    padding-top: 20px
}
 .contenido .contenido-interior .col-left-2 .content-column {
    padding: 0;
}
 .contenido .contenido-interior .col-left-2 h5.title-interior{
    font-size: 1.8rem;
     color: #1f1f1f;
     padding-left: 0;
     padding-top: 0;
     margin:0;
}
 .contenido .contenido-interior .aside-col-2.grid3.column-left-3 {
    width: 34%;
    float: right;
    margin:53px 0 0 0;
    margin-left: 2.5%;
}
 .contenido .contenido-interior .aside-col-2.grid3.column-left-3 .title-interior {
    padding: 10px 19px
}
 .contenido .contenido-interior .aside-col-2.grid3.column-left-3 .wrap-contacto, .contenido .contenido-interior .aside-col-2.grid3.column-left-3 .wrap-marcas, .contenido .contenido-interior .aside-col-2.grid3.column-left-3 .related-content {
    /* background: #FFF !important;
     border: 1px solid #DFDFDF !important;
    */
    /*padding: 15px 19px 18px;
    */
     margin-bottom: 20px;
     border: 1px solid #DFDFDF;
}
 .contenido .contenido-interior .aside-col-2.grid3.column-left-3 .wrap-marcas > div {
     border-bottom: 1px solid #DFDFDF;
}
 .contenido .contenido-interior .aside-col-2.grid3.column-left-3 .wrap-marcas .title-interior {
     border-bottom: 1px solid #DFDFDF;
}
 .contenido .contenido-interior .aside-col-2.grid3.column-left-3 .wrap-marcas > div:first-child {
     border-bottom: none;
}
 .contenido .contenido-interior .aside-col-2 img {
     width: 100%;
     height: auto;
}
 .contenido .contenido-interior .aside-col-2 .country-flag {
     text-align: center;
}
 .contenido .contenido-interior .aside-col-2 .country-flag img {
     width: auto;
     display: inline;
}
 .contenido .contenido-interior .aside-col-2 .wrap-marcas-interior {
     padding: 0 12px 15px 0;
     position: relative;
}
 .contenido .contenido-interior .aside-col-2 .wrap-marcas-interior img {
     width: auto;
}
 .contenido .contenido-interior .aside-col-2 .wrap-marcas-interior .title-marcas-interior {
     padding: 0 19px 0 11px;
     margin-bottom: 12px;
     font-size: 14px;
}
 .contenido .contenido-interior .aside-col-2 .wrap-marcas-interior .imagen-marca {
     width: auto;
     float: left;
}
 .contenido .contenido-interior .aside-col-2 .wrap-marcas-interior .resumen-marca {
     padding: 1px 30px 0 127px;
     font-size: 13px;
     margin-top: -12px;
     background: url('../img/arrow.png') no-repeat right 35px transparent;
     min-height: 31px;
}
 .contenido .contenido-interior .aside-col-2.grid3.column-left-3 .wrap-contacto .content-column, .contenido .contenido-interior .aside-col-2.grid3.column-left-3 .wrap-marcas .content-column {
     padding: 15px 19px 18px;
}
 .contenido .contenido-interior .aside-col-2.grid3.column-left-3 .related-content .content-column {
     padding: 15px 19px 0;
}
 .content-block, .products-tabs {
    clear:both;
}
 .shortcuts .item1 a {
     background: url('../img/descargas00.png') 50% 38px #d81e05 no-repeat;
}
 .shortcuts .item2 a {
     background: url('../img/descargas01.png') 50% 38px #ca0303 no-repeat;
}
 .shortcuts a {
     color: #fff;
     display: block;
     padding: 120px 70px 30px;
     text-align: center;
}
/*slider*/
 .slider{
    height: auto;
    position: relative;
    max-width: 1280px;
    width:100%;
    margin: 0 auto;
    z-index: 0
}
 .slider .menu-slider{
    position: absolute;
    /*right: 32px;
    */
    right: 13%;
    top:66px;
    width: 261px;
    background-color: transparent;
}
 .slider .menu-slider li{
    margin-bottom: 3px
}
 .slider .menu-slider li:last-child{
    margin-bottom: 0px
}
/*.slider .menu-slider li a{
    text-decoration: none;
     text-transform: uppercase;
     color: #FFF;
    font-size:14px;
    font-size:1.4rem;
    display: block;
    background: linear-gradient(to bottom, #8db602 0%,#82a904 67%,#759806 100%);
    padding: 8px 8px 8px 18px;
     border-radius: 4px;
}
*/
 .slider .menu-slider li a{
    text-decoration: none;
     text-transform: uppercase;
     color: #FFF;
    font-size:14px;
    font-size:1.4rem;
    display: block;
     background: linear-gradient(to bottom, #d81e05 0%,#bd1e09 100%);
     padding: 8px 8px 8px 18px;
     border-radius: 4px;
}
/*.slider .menu-slider li a:hover{
    background-color:#cd1300;
}
*/
 .slider .menu-slider li a:hover{
    background: linear-gradient(to bottom, #f22105 0%,#ed2005 15%,#c61f09 79%,#bd1e09 100%);
}
 .responsive-slider .pages a {
     text-indent: -9999px;
     border-radius: 7px;
     -webkit-border-radius: 7px;
     box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
     background: #fefefe;
     background: url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -moz-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f0f0f0));
     background: -webkit-linear-gradient(top, #fefefe 0%,#f0f0f0 100%);
     background: -o-linear-gradient(top, #fefefe 0%,#f0f0f0 100%);
     background: -ms-linear-gradient(top, #fefefe 0%,#f0f0f0 100%);
     background: linear-gradient(to bottom, #fefefe 0%,#f0f0f0 100%);
}
 .responsive-slider .pages a:hover, .responsive-slider .pages .active {
     background: #ccc;
     background: url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNGM0YzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -moz-linear-gradient(top, #ccc 0%, #ccc 42%, #c4c4c4 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(42%,#ccc), color-stop(100%,#c4c4c4));
     background: -webkit-linear-gradient(top, #ccc 0%,#ccc 42%,#c4c4c4 100%);
     background: -o-linear-gradient(top, #ccc 0%,#ccc 42%,#c4c4c4 100%);
     background: -ms-linear-gradient(top, #ccc 0%,#ccc 42%,#c4c4c4 100%);
     background: linear-gradient(to bottom, #ccc 0%,#ccc 42%,#c4c4c4 100%);
}
 .contenido .titlehome{
     text-align: center;
    color: #e2e2e2;
    font-size:60px;
    font-size: 6rem;
    height: 87px;
    overflow: hidden;
    margin: 0;
    font-weight: normal;
}
 .contenido .content-bottom{
    width:100%;
     float: left;
}
 .contenido .content-bottom .wrap-marcas{
    border-left:1px solid #dfdfdf !important;
}
 .contenido .content-bottom .wrap-contacto{
    border-left:1px solid #dfdfdf;
}
/*.contenido .content-bottom .wrap-marcas + .column-left-3 + .wrap-contacto{
    border-left:1px solid #dfdfdf;
}
*/
 .contenido h4{
    margin:0;
     padding: 0
}
/*.contenido .title-interior{
    color:#666;
    font-weight: normal;
    padding: 10px 20px 0px;
    line-height: 22px;
    margin: 0;
}
*/
 .contenido .title-interior{
    color:#1f1f1f;
    font-weight: normal;
    padding: 10px 20px 0;
    line-height: 22px;
    margin: 0;
}
 .contenido-interior .corporate .content-column .title-interior{
    padding-left: 0;
}
 .contenido .title-interior.no-padding{
    color:#1f1f1f;
    font-weight: normal;
    padding: 23px 0 20px 0;
    line-height: 22px;
    margin: 0;
}
 .contenido .content-bottom .wrap-marcas .title-interior{
    border-bottom:1px solid #dfdfdf;
    /*border-top:1px solid #dfdfdf;
    */
     padding: 10px;
}
 .contenido .content-bottom .wrap-marcas .wrap-marcas-interior{
    padding:1px 12px 33px 0;
    border-bottom:1px solid #dfdfdf;
    position:relative;
}
 .contenido .content-bottom .wrap-marcas .wrap-marcas-interior:hover{
    background-color: #f5f5f5;
     cursor:pointer;
}
 .contenido .content-bottom .wrap-marcas .title-marcas-interior{
    text-transform: uppercase;
    margin: 11px;
    font-size:16px;
    font-size: 1.6rem;
}
 .contenido .content-bottom .wrap-marcas .title-marcas-interior.red{
    color: #D81E05
}
 .contenido .content-bottom .wrap-marcas .title-marcas-interior.grey{
    color: #666
}
 .contenido .content-bottom .wrap-marcas .imagen-marca{
    float: left;
}
 .contenido .content-bottom .wrap-marcas .resumen-marca{
    color:#999;
     font-size:13px;
     font-size:1.35rem;
    padding: 0 30px 0 127px;
     line-height: 20px;
    background: url("../img/arrow.png") no-repeat right 15px transparent;
}
 .contenido .content-bottom .link_bottom{
    color: #D81E05;
     text-decoration: none;
    display: block;
    padding:0 10px 18px 20px;
    font-size:16px;
    font-size: 1.6rem
}
 .contenido .content-bottom .wrap-marcas .link_bottom{
    padding-top:10px;
}
/*.contenido .content-bottom.innovation .link_bottom{
    padding:10px 10px 10px 20px;
}
*/
 .contenido .content-bottom.innovation ul.link_bottom a{
    padding: 0
}
 .contenido .content-bottom .link_bottom:hover{
    text-decoration: underline;
}
/*.contenido .content-bottom .link_bottom:after{
    content:' >';
}
*/
 .contenido .content-bottom .content-column{
    font-size:13px;
    font-size: 1.3rem;
    padding: 15px 20px 10px 20px;
    line-height: 18px;
    overflow: hidden;
}
 .contenido .numerotelefono {
    color:#4c4c4c;
    font-size:25px;
     font-size:2.5rem;
    margin-top:0px 
}
 .contenido .numerotelefono a {
    color:#4c4c4c !important;
     text-decoration: none
}
 .contenido .numerotelefono a:hover{
    text-decoration: underline;
}
 .contenido .content-bottom .content-column .content-contact{
    margin-bottom:70px;
}
 .contenido .content-bottom .content-column .content-contact a{
    color: #D81E05;
    text-decoration: none
}
 .contenido .content-bottom .content-column .content-contact a:hover{
    text-decoration: underline
}
 .contenido .content-bottom .wrap-detalle{
    border:1px solid #dfdfdf;
    margin-bottom: 0px
}
 .contenido .content-bottom .wrap-contacto ~ .wrap-detalle{
    border-top: none
}
 .contenido .content-bottom .column-center-3{
    border-bottom:1px solid #dfdfdf;
    border-top:1px solid #dfdfdf;
    /*cursor: pointer*/
    ;
    position:relative;
}
 .contenido .content-bottom .column-center-3:nth-child(3n) {
    border-left: 0;
}
 #center1 > a {
    position:absolute;
}
 .contenido .content-bottom .column-center-3:hover{
    background-color: #F5F5F5;
    /*cursor: pointer;
    */
}
 .contenido .content-bottom .column-center-3 > img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
 .wrap-premios{
    width:960px;
    overflow: hidden;
    padding: 20px 0 0 0;
     margin:0 auto 10px;
}
 .wrap-premios ul{
    display: table;
    float: right;
}
 .wrap-premios li{
    display:table-cell;
    vertical-align: bottom;
    padding: 0 0 0 20px
}
/*grid*/
 .contenido .grid1{
    width: 100%;
     float: left;
}
 .contenido .grid3{
    width: 31.75%;
    position:relative;
     float: left;
     margin-left:10px;
     margin-right:10px;
     vertical-align: top
}
/*.contenido .grid2{
    width: 50%;
     float: left;
    border:none !important
}
*/
 .contenido .grid2{
    width: 48%;
     float: left;
    border: 1px solid #DFDFDF;
    margin: 0 0 0 4%;
    position:relative;
}
 .contenido .grid2:first-child {
    margin-left: 0;
}
 .content-bottom.corporate .grid2 img {
    width: 100%;
    height: auto;
}
 .content-bottom.corporate .grid2 .content-column {
     padding: 15px 19px 18px
}
 .contenido .grid2_1{
    width: 66.666%;
    display: table-cell;
    vertical-align: top;
     border-right: none !important
}
 .contenido .contenido-interior .content-bottom {
    display:block;
     margin-bottom:20px;
}
 .contenido .contenido-interior .aside-col-2 .content-bottom {
    border: 1px solid #DFDFDF;
}
 .contenido .content-bottom .grid3 .title-interior{
    font-size: 17px;
    font-size:1.7rem;
     color: #1F1F1F;
}
 .contenido .content-bottom aside.grid3 .title-interior{
    font-size: 17px;
    font-size:1.7rem;
     color: #1F1F1F;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
 .contenido .content-bottom .grid3 .content-column p, .contenido .content-bottom .grid3 .content-column{
    font-size: 13px;
    font-size:1.3rem;
}
 .contenido .content-bottom .grid3 .link_bottom a{
    font-size: 13px;
    font-size:1.3rem;
}
/*breadcumbs*/
 .contenido .breadcumbs{
    clear:both;
    padding:16px 0 0 0;
    width: 960px;
    margin: 0 auto 40px auto;
    background:#faf9fa;
}
 .contenido .breadcumbs li{
    display:inline-block;
    font-size: 12px;
    font-size:1.2rem;
    color: #4C4C4C
}
 .contenido .breadcumbs li:after{
    content: ' >';
    color: #4C4C4C;
    margin-right:3px
}
 .contenido .breadcumbs li:last-child:after{
    content: normal;
}
 .contenido .breadcumbs li a{
    text-decoration:none;
    font-size: 12px;
    font-size:1.2rem;
    color: #D81E05;
    margin-right:0px
}
 .contenido .breadcumbs li a:hover{
    color:#000;
}
 .contenido .breadcumbs li strong{
    font-weight: normal;
}
/*where*/
 .contenido .where-izq{
    width: 33.3%;
    float: left;
}
 .contenido .where-izq .title-where{
    font-size: 37px;
    font-size:3.7rem;
    margin-bottom: 35px
}
 .contenido .where-izq img{
    border: 1px solid #dfdfdf;
}
 .contenido .where-der {
    margin-top: 30px;
}
 .contenido .where-der .brand {
    margin-bottom: 20px;
}
 .contenido .where-der .title-interior{
    font-size:27px;
    font-size:2.7rem;
    padding-left: 0px;
     margin:7px 0;
}
 .contenido .where-der .subtitle-interior{
    color:#1f1f1f;
    font-size:16px;
    font-size:1.6rem;
    font-weight: normal;
    padding:0;
    margin:10px 0 10px 0px
}
 .contenido .where-der .bloque{
    border: 1px solid #dfdfdf;
    min-height: 185px;
    margin-bottom:35px 
}
 .contenido .where-der .bloque:last-child{
    margin-bottom:0px;
}
 .contenido .where-der .corporate{
    background: url("../img/fnd-img-corporate.png") no-repeat left 25px transparent;
}
 .contenido .where-der .insurance{
    background: url("../img/fnd-img-insurance.png") no-repeat left 40px transparent;
}
 .contenido .where-der .content-bloque{
    color: #4c4c4c;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    padding: 20px;
     position: relative;
    overflow: hidden;
}
 .contenido .where-der .content-bloque .numerotelefono{
    margin:22px 0px 
}
 .contenido .where-der .content-bloque .group-botones {
    overflow: hidden;
}
 .contenido .where-der .content-bloque .group-botones a{
    margin:0 30px 10px 0;
    float: left;
    overflow: hidden;
}
 .contenido .where-der .bloque-footer{
    clear: both;
    height: 47px;
    border-top: 1px solid #dfdfdf;
    background-color:#fff;
    padding: 0 20px
}
 .contenido .where-der .bloque-footer a{
    font-size:13px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #D81E05;
    float: left;
    line-height: 42px
}
 .contenido .where-der .bloque-footer a:hover{
    text-decoration:underline;
}
 .contenido .where-der .bloque-footer .social{
    float: right
}
 .contenido .where-der .bloque-footer .social a {
     background: url("../img/social-pais.png") no-repeat left top transparent;
     float: left;
     height: 25px;
     text-indent: -9999px;
     width: 40px;
     display:block;
     margin: 10px 0px 0 ;
}
 .contenido .where-der .bloque-footer .social a.ico-linkedin{
    background-position: 9px top
}
 .contenido .where-der .bloque-footer .social a.ico-youtube{
    background-position: -30px top
}
 .contenido .where-der .bloque-footer .social a.ico-twitter{
    background-position: -69px top
}
 .contenido .where-der .bloque-footer .social a.ico-facebook-assistance{
    background-position: -114px top
}
 .contenido .where-der .bloque-footer .social a.ico-facebook-warranty{
    background-position: -157px top
}
 .contenido .where-der .bloque-footer .social a.ico-google{
    background-position: -192px top
}
 .contenido .where-der .bloque-footer .social a.ico-facebook{
    background-position: -225px top
}
/*solutions*/
 .contenido .title{
    font-size: 27px;
	font-size: 2.7rem;
	color: #1f1f1f;
	margin: 0 0 28px 0;
	font-weight: normal;
	border-bottom: 1px solid #ebe8e8;
	padding-bottom: 16px;
}
 .contenido .subtitle{
    color: #1f1f1f;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 16px 0;
	font-weight: normal;
}
.contenido .title-formAsistencia{
    font-size: 27px;
	font-size: 2.7rem;
	color: #ffffff;
	margin: 0;
	font-weight: normal;
	border-bottom: unset;
    padding-bottom: unset;
}
 .contenido .subtitle-formAsistencia{
    color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
	font-weight: normal;
}
/*marcas*/
 .contenido .assistance .titles, .contenido .warranty .titles {
     padding-left: 140px;
     background-repeat: no-repeat;
     background-position: 0 0;
}
/*.contenido .assistance .titles {
     background-image: url(../img/img-assistance.png);
}
 .contenido .warranty .titles {
     background-image: url(../img/img-warranty.png);
}
*/
 .contenido .assistance .title, .contenido .warranty .title {
     padding-bottom: 0;
     margin: 0;
     border-bottom: 0;
}
/*.contenido .content-bottom .column-left-3{
    border:1px solid #dfdfdf;
}
*/
 .contenido .content-bottom .column-left-3 > img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
 .contenido .content-bottom .column-right-3{
    border:1px solid #dfdfdf;
    cursor:pointer;
}
 .contenido .content-bottom .column-right-3:hover{
    background-color: #F5F5F5;
}
 .contenido .content-bottom .column-right-3 > img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
 .contenido .content-bottom .column-center-3{
    border:1px solid #dfdfdf;
    cursor:pointer;
}
 .contenido .title-column{
    color:#1f1f1f;
    font-size:20px;
    font-size:1.8rem;
    font-weight: normal;
    padding:0;
    margin:0;
    float: left
}
 .contenido .title-column.tabs{
    display: static;
     width: auto;
    background: none;
    border-bottom: none;
    color:#1f1f1f;
    font-size:18px;
    font-size:1.8rem;
    font-weight: normal;
    padding:0;
    margin:0 0 20px 0;
    float: left
}
 .contenido .content-bottom.product .grid3.column-left-3{
    width: 99%;
     border: none !important;
     background: none;
}
 .contenido .content-bottom.product .grid3.product-line{
    width: 48%;
     overflow: hidden;
    background: #fff;
    margin: 10px 0 0 4%;
}
 .contenido .content-bottom.product .grid3.product-line.column-center-3{
    margin-left: 0;
}
 .contenido .content-bottom .grid1.column-left-3 > img + .content-column{
    padding-top: 20px;
}
 .contenido .content-bottom.product .grid3.column-menu {
     margin-right: 0;
     width: 100%;
     margin-bottom: 20px;
}
/*.contenido .content-bottom.product .grid3.product-line{
    width: 100%;
     background: #fff;
     margin:0 0 0 0;
    overflow: hidden;
    border-bottom: 0;
}
*/
 .contenido .content-bottom.product .grid3.product-line .content-column {
     padding: 20px 19px !important;
}
 .contenido .content-bottom.product .grid3.colum-center-3{
    margin-right: 12px !important;
     margin-left: 0 !important;
}
 .contenido .content-bottom.product .grid3.colum-right-3{
    margin-left: 12px !important;
     margin-right: 0 !important;
}
/*.contenido .content-bottom.product .grid3{
    margin-left: 0 !important;
}
*/
/*.contenido .content-bottom.product .grid3.column-left-3:before{
    z-index: -1;
     position: absolute;
     content: '';
     left: 10px;
     width: 50%;
     height: 10px;
     top: 100%;
     margin-top: -27px;
     max-width: 300px;
     -webkit-transform: rotate(-3deg);
     -moz-transform: rotate(-3deg);
     transform: rotate(-3deg);
     background: rgba(0, 0, 0, 0.2);
     -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.2);
     box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
}
 .contenido .content-bottom.product .grid3.column-left-3:after{
     background: rgba(0, 0, 0, 0.2);
     -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.2);
     box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
     transform: rotate(3deg);
     right: 10px;
     left: auto;
}
*/
 .contenido .menu-column li{
     background-color: #fff;
     display: inline-block;
     width:auto;
     border: 1px solid #f1f1f1;
     text-align: center;
     float: left;
     border-width: 0 0 0 1px;
}
 .contenido .menu-column li:last-child{
    border-bottom: none;
     border-right: 1px solid:#f1f1f1;
}
 .contenido .menu-column img{
    /*float: left;
    */
     display: none;
}
 .contenido .menu-column a{
    color: #D81E05;
    font-size:13px;
    font-size: 1.3rem;
    text-decoration: none;
    padding:12px 15px 10px 15px;
     text-align: center;
     vertical-align: middle;
    display: block;
    width: 100%;
     border-bottom:2px solid #fff;
}
 .contenido .menu-column a:hover, .contenido .menu-column a.current{
    font-weight: normal;
     border-bottom:2px solid #D81E05;
    /*background-color: #D81E05;
    color: #fff*/
     vertical-align: middle;
    color:#1F1F1F;
     ss display: block;
}
/*.contenido .menu-column a:hover:after{
    border-color:transparent transparent #d81e05 transparent;
     border-style: solid;
    position: absolute;
     bottom: 1px;
     left: 50%;
     content: '';
     margin-left: -6px;
     border-width: 6px;
}
*/
 .contenido .menu-column a p{
    cursor: pointer;
}
 .content-bottom.product .grid3 .menu-column{
    width: 100%;
     height: 44px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-width: 1px 1px 1px 0;
    margin-right: 10px;
}
/*.contenido .content-bottom.product{
    border-bottom: 1px solid #DFDFDF
}
*/
 .contenido .content-bottom.product .content-column a{
    color: #999;
     text-decoration: none;
    clear: both;
    float: left;
    margin-top: 25px;
}
/*travel*/
 .contenido .content-bottom .grid2 .content-column{
    padding: 20px 20px;
}
 .contenido .title-interior{
    font-size: 16px;
     font-size: 1.6rem;
     color: #1f1f1f;
}
 .contenido .title-product{
    font-weight: bold;
    font-size: 13px;
     font-size: 1.5rem;
    float: left;
}
 .contenido .description-product{
    font-weight: normal;
    font-size: 13px;
     font-size: 1.5rem;
    clear: both;
    float: left;
    padding-bottom: 20px;
}
 .contenido .content-bottom .grid2 .content-column .img-product{
    clear: both;
    float: left;
    margin: 15px 0;
    text-align: center;
    width: 100%;
}
 .contenido .content-bottom.column2{
    background: url("../img/linea.png") repeat-y 50% top transparent;
    background-color: #FFF;
    border: 1px solid #DFDFDF
}
 .contenido .subtitle form{
    display: inline-block;
    margin-left: 5px
}
 .contenido .column2 .title-interior,.contenido .wrap-tabs .title-interior{
    padding: 0 0 10px 0
}
 .contenido form.travel{
    float: left;
    margin:-10px 0 20px 20px
}
 .contenido .wrap-tabs #tab2 input{
    height: auto;
}
/*pestañas*/
 .wrap-tabs{
    clear: both;
}
 .wrap-tabs ul.tabs{
    border-right: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
 .wrap-tabs ul.tabs a{
    color: #666;
    font-size: 15px;
     font-size: 1.5rem;
     text-decoration: none;
    display: block;
    padding: 10px;
}
 .wrap-tabs ul.tabs a.current{
    background-color: #fff;
    color: #D81E05;
    text-decoration: underline;
}
 .wrap-tabs ul.tabs a:hover{
    color: #D81E05
}
 .wrap-tabs ul.tabs li{
    text-align: center;
    border-right: 1px solid #DFDFDF;
    float: left;
    background-color: #f3f3f3
}
 .wrap-tabs ul.tabs li:last-child{
    border-right:none;
}
 .wrap-tabs ul.tabs li.bordecurrent{
    border-bottom:none;
    background-color: #fff
}
 .wrap-tabs ul.tabs li a{
    width: 240px;
    position: relative;
    top: 2px;
    background-color: #f3f3f3
}
 .wrap-tabs ul.tabs li.bordecurrent a{
    border-bottom: 2px solid #FFF;
}
 .wrap-tabs .content-tabs{
    width:100%;
    border-top: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    float: left;
    color: #999;
     background-color: #FFF
}
 .wrap-tabs .content-tabs .content-left{
    width: 50%;
    padding: 30px;
    float: left;
    background-color: #FFF;
}
 .wrap-tabs .content-tabs .content-left .description-product{
    padding-bottom: 100px
}
 .wrap-tabs .content-tabs .content-right{
    float: right;
    border-top: 1px solid #DFDFDF;
}
 .wrap-tabs .content-tabs .content-right > img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
 .wrap-tabs .content-tabs .content-left form label, .wrap-tabs .content-tabs .content-left form input{
    float:left;
}
 .wrap-tabs .content-tabs .content-left form label{
    color:#666;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'pt_sansbold';
    line-height: 26px;
    padding-right: 25px
}
 .wrap-tabs .content-tabs .content-left form input{
    width:220px;
    margin-right: 10px;
    font-style: italic;
    -moz-box-shadow: inset 0 1px 3px #e1e1e1;
    -webkit-box-shadow: inset 0 1px 3px #e1e1e1;
     box-shadow: inset 0 1px 3px #e1e1e1;
}
 .wrap-tabs .content-tabs .content-left .boton1{
    clear: both;
}
 .wrap-tabs .content-tabs .content-left ul.result-agency{
    clear: both;
    margin: 40px 0;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
}
 .wrap-tabs .content-tabs .content-left ul.result-agency li{
    list-style-type:decimal;
    list-style-position:inside;
    padding-bottom: 10px;
    font-family: 'pt_sansbold';
     font-weight: normal;
}
 .wrap-tabs .content-tabs .content-left ul.result-agency li span{
    font-family:'pt_sansregular'
}
 .wrap-tabs .content-tabs .content-left .paginacion{
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 21px;
    clear: both;
    color: #666666;
}
 .wrap-tabs .content-tabs .content-left .paginacion ul{
    float: right;
}
 .wrap-tabs .content-tabs .content-left .paginacion li{
    float: left
}
 .wrap-tabs .content-tabs .content-left .paginacion li a{
    display: block;
    height: 22px;
    width: 22px;
     text-decoration: none;
    color: #999;
     text-align: center;
    border: 1px solid #DFDFDF;
    margin:0px 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px
}
 .wrap-tabs .content-tabs .content-left .paginacion li a.current{
    background: url("../img/fond-num-paginacion.png") repeat-x left top transparent;
}
 .wrap-tabs .content-tabs .content-left .paginacion li a:hover{
    background: url("../img/fond-num-paginacion.png") repeat-x left top transparent;
}
/*innovation*/
/*.contenido .grid1 .content-column{
    padding: 20px 20px 0px
}
*/
 .contenido .grid1 .content-column{
    padding: 20px 0px
}
 .contenido .content-bottom.innovation, .contenido .content-bottom.corporate {
    position: relative;
}
 .contenido .content-bottom.corporate .grid2 {
     padding-bottom: 20px !important;
}
 .contenido .content-bottom.corporate .grid2.no-padding {
     padding-bottom: 0 !important;
     height: 143px;
}
 .contenido .content-bottom.corporate .grid2 .link_bottom {
     position: absolute;
     bottom: 0;
}
 .contenido .content-bottom.innovation .grid3, .contenido .content-bottom.corporate .grid3{
    background-color: #fff;
     width: 32.2%;
}
 .contenido .content-bottom.horizontal .image {
    float: left;
    width: 48%;
     margin-bottom: 10px;
     margin-right:24px;
    border:1px solid #dfdfdf;
}
 .contenido .content-bottom.horizontal .image img {
    width: 100%;
    height: auto;
}
 .contenido .content-bottom.corporate.horizontal .content-column, .contenido .content-bottom.horizontal .title-interior {
    padding-left: 0;
     padding-right: 0;
     padding-top: 0;
}
 .contenido .content-bottom.corporate.horizontal .content-column {
    padding-top: 5px;
     overflow: visible;
}
/*.contenido .content-bottom.innovation .grid3 .link_bottom, .contenido .content-bottom.corporate .grid3 .link_bottom, .contenido .content-bottom.brands .grid2 .link_bottom{
    position: absolute;
    bottom: 0px;
     margin: 0 0 0;
}
*/
/*.contenido .content-bottom ul.link_bottom{
    padding: 0px 20px 18px 20px
}
*/
 .contenido .content-bottom ul.link_bottom{
    padding: 0px 20px 18px 20px
}
 .contenido .content-bottom ul.link_bottom{
    *zoom: 1;
    /*position: relative !important;
    */
}
 .contenido .content-bottom ul.link_bottom:before, .contenido .content-bottom ul.link_bottom:after{
    display: table;
    line-height: 0;
    content: '';
}
 .contenido .content-bottom ul.link_bottom:after{
    clear: both;
}
 .contenido .content-bottom ul.link_bottom li{
    float: left;
    margin-right:5px
}
 .contenido .content-bottom ul.link_bottom li:first-child:before{
    content: normal;
    color: #999;
    margin-right:0
}
 .contenido .content-bottom ul.link_bottom li a:hover{
    text-decoration: underline;
}
 .contenido .content-bottom ul.link_bottom a{
    color: #D81E05;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
}
/*.contenido .content-bottom ul.link_bottom a:after{
    content: ' >';
    display: inline-block;
     margin-left: 5px;
}
*/
 .contenido .content-bottom.corporate .grid3.grid-vacio{
    background-color: transparent;
    border-left: 1px solid #DFDFDF;
}
/*insurance interior*/
 .contenido .contenido-interior .content-rwd > p{
    color: #999999;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    clear: both
}
 .contenido .content-bottom .grid2_1 .grid1 + .grid1{
    border-top: 1px solid #DFDFDF;
}
 .contenido .contenido-interior .insurance-interior h5{
    margin-top:10px;
    font-size: 2.2em;
}
 .link-top {
    display: none;
}
 .wrap-contacto .content-column a{
    text-decoration: none;
    color: #D81E05;
}
 .wrap-contacto .content-column a:hover{
    text-decoration: underline;
    color: #D81E05;
}
 .wrap-contacto .content-column a.boton1 {
    float: none;
}
 .wrap-contacto .content-column .content-contact p{
    display: inline;
}
 .wrap-contacto .content-column .datos p{
    margin-top: 13px;
}
 .contenido .contenido-interior .insurance-interior .wrap-contacto .content-column{
    border-bottom: 1px solid #DFDFDF;
}
 .contenido .contenido-interior .insurance-interior .wrap-contacto .content-column:last-child{
    border:none
}
 .contenido .contenido-interior .insurance-interior .wrap-contacto .content-column:last-child p:first-child{
    margin-bottom:0;
}
 .contenido .contenido-interior .insurance-interior .content-bottom {
    margin-bottom:20px;
}
 .contenido .contenido-interior .insurance-interior .lista-productos li:first-child{
    padding:8px 0;
    background-color: #fff
}
 .contenido .contenido-interior .insurance-interior .lista-productos li{
    clear: both;
    float: left;
    width: 100%;
    background-color: #f1f1f1;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF
}
 .contenido .contenido-interior .insurance-interior .lista-productos li img{
    float: left;
}
 .contenido .contenido-interior .insurance-interior .lista-productos li:first-child div{
    color: #D81E05;
     font-size: 14px;
     font-size: 1.4rem;
    display: block;
    margin: 12px 0 0 140px;
    font-weight: bold
}
 .contenido .contenido-interior .insurance-interior .lista-productos li div{
    color: #999;
     font-size: 15px;
     font-size: 1.5rem;
    display: block;
    margin: 12px 12px 12px 115px
}
 .contenido .contenido-interior .insurance-interior .lista-productos li div span{
    color:#6f7273
}
 .contenido .contenido-interior .insurance-interior .column-right-3 .lista-productos{
    border-top: 1px solid #DFDFDF;
    border-left: none;
    overflow: hidden
}
 .contenido .contenido-interior .insurance-interior .column-right-3 .lista-productos li:first-child div{
    color: #666;
}
 .contenido .contenido-interior .insurance-interior .beneficios{
    padding-bottom: 10px
}
 .contenido .contenido-interior .insurance-interior .beneficios ul{
    width: 33.3%;
     font-size: 14px;
     font-size: 1.4rem;
    color: #999;
    padding: 20px 10px 10px 20px;
    float: left;
}
 .contenido .contenido-interior .insurance-interior .beneficios ul li:first-child{
    font-weight: bold;
    margin-bottom: 20px;
    list-style: none;
    margin-left:0px
}
 .contenido .contenido-interior .insurance-interior .beneficios ul li{
    list-style: none;
}
 .contenido .contenido-interior .beneficios ul li{
    background: url("../img/bullet.png") no-repeat left 8px transparent;
    padding-left:10px;
    margin-bottom: 3px
}
 .contenido .contenido-interior .beneficios ul li:first-child{
    background: none;
    padding-left: 0px
}
 #page{
    display: none
}
 html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker{
    display: none !important
}
/*where mapa*/
 .contenido .mapa{
    margin: 10px auto 0px auto;
    display: table;
    width:100%;
}
 #map-canvas {
    width:95%;
    height:389px;
    margin: 0 auto;
}
 .contenido .wrap-paises{
     font-size: 13px;
     font-size: 1.3rem;
     color: #807f83;
    max-height: 180px;
    width: 960px;
     margin: 0 auto
}
 .contenido .wrap-paises ul {
    margin-right: 23px;
     float: left;
}
 html[lang='fr'] .contenido .wrap-paises ul {
    margin-right: 12px;
     float: left;
}
 .contenido .wrap-paises ul .zona{
    font-size: 17px;
     color: #1f1f1f;
}
 .contenido .wrap-paises ul li {
    padding-top: 10px;
}
 .contenido .wrap-paises ul li a{
    color: #4c4c4c;
    text-decoration: none
}
 .contenido .wrap-paises ul li a:hover{
    color: #d81e05
}
 .contenido .contenido-interior .paises {
    background: none;
     width: 100%;
    overflow: hidden;
}
 .contenido .mapa .titlehome{
    height: auto;
}
 .contenido .contenido-interior .paises{
    padding: 20px 0;
     background-color: #eae9e9;
    overflow: hidden;
}
/*.contenido .content-bottom .mapa ~ .contenido-interior{
    width: 100%
}
*/
 .contenido .contenido-interior + .contenido-interior{
    width: 100%;
}
/*Contact us*/
/*.contenido .content-bottom.contact .column-left-3{
    width: 70.5%
}
*/
 .contenido .content-bottom.contact .content-column{
    padding: 0
}
/* custom FORM styles */
 .content-bottom.contact select, .buy-form .wrap-select select, .select-paises .wrap-select select {
     box-shadow: none;
     background-color: #f1eded;
     background-image: url("../img/arrow_form.png");
     background-repeat: no-repeat;
     background-position: 97%;
     -webkit-appearance: none;
     -moz-appearance: none;
     -o-appearance: none;
     appearance: none;
     border: none;
     width: 100%;
     padding: 6px 10px;
     height: 32px;
     border-width: 1px;
     color: #1f1f1f;
     overflow: auto;
}
 .select-paises .wrap-select select::-ms-expand {
     display: none;
}
 .content-bottom.contact select option{
     padding: 10px 0;
}
 .content-bottom.contact .error select{
     border: 1px solid #ff0000;
}
 .content-bottom.contact label, .content-bottom.contact .form-row {
     font-size: 1.4rem;
     font-weight: bold;
     color: #938989;
     display: block;
     margin: 0;
     padding: 0 0 19px;
     clear: both;
}
 .content-bottom.contact .form-row {
     margin-bottom: 2%;
     color: #605656;
}
 .content-bottom.contact .help-check-box, .content-bottom.contact .check-box, .content-bottom.contact .radio-button {
     display: inline-block;
     vertical-align: middle;
}
 .content-bottom.contact .label {
     text-align: right;
     font-size: 13px;
     line-height: 22px;
     cursor: default;
     border-style: none;
     float: left;
     padding: 4px 21px 5px 0;
     width: 44%;
     margin: 0;
     color: #1f1f1f;
}
 .content-bottom.contact .field {
     float: left;
     width: 100%;
}
 .content-bottom.contact .field.small {
     width: 36.1%;
     float: left;
     margin: 0 0 0 2px;
}
 .content-bottom.contact input[type=text], .content-bottom.contact input[type=password], .content-bottom.contact input[type=email], .content-bottom.contact textarea {
     background-color: #f1eded;
     border: none;
     display: block;
     width: 100%;
     padding: 6px 10px;
     margin: 0;
     height: 32px;
     border-width: 1px;
     color: #1f1f1f;
}
 .content-bottom.contact textarea {
     resize: none;
     height: 166px;
     margin: 0 0 2px;
}
/*.content-bottom.contact select {
     width: 100%;
     margin: 5px 0 0;
}
*/
 .content-bottom.contact #recaptcha_table input {
    display:inline
}
 .content-bottom.contact input[type=text]:focus, .content-bottom.contact input[type=password]:focus, .content-bottom.contact input[type=email]:focus, .content-bottom.contact textarea:focus {
     outline: none !important;
     -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
 .content-bottom.contact input[type=submit], .content-bottom.contact button {
     color: #fff;
     font: 14px/18px 'Noto Sans', Arial, Helvetica, sans-serif;
     border-style: none;
     background: #d81e05;
     background: url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Q4MWUwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZTFlMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     letter-spacing: 1px;
     text-align: center;
     float: right;
     height: 40px;
     width: 6em;
     padding: 10px;
     margin: 3% 0 2px;
     border-radius: 0;
     clear: both;
}
 .content-bottom.contact button {
     padding: 10px 30px 10px 10px;
}
 .content-bottom.contact input[type=submit]:hover, .content-bottom.contact button:hover {
     background: #f22105 url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2YyMjEwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZTFlMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -moz-linear-gradient(top, #f22105 0%, #ed2005 15%, #c61f09 79%, #bd1e09 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f22105), color-stop(15%,#ed2005), color-stop(79%,#c61f09), color-stop(100%,#bd1e09));
     background: -webkit-linear-gradient(top, #f22105 0%,#ed2005 15%,#c61f09 79%,#bd1e09 100%);
     background: -o-linear-gradient(top, #f22105 0%,#ed2005 15%,#c61f09 79%,#bd1e09 100%);
     background: -ms-linear-gradient(top, #f22105 0%,#ed2005 15%,#c61f09 79%,#bd1e09 100%);
     background: linear-gradient(to bottom, #f22105 0%,#ed2005 15%,#c61f09 79%,#bd1e09 100%);
}
 .content-bottom.contact .select-area {
     line-height: 27px;
     height: 32px;
}
 .content-bottom.contact .select-area .center {
     white-space: normal;
}
 .content-bottom.contact .select-area .select-opener:after {
     margin-top: -3px;
}
/* hide original element */
 .jcf-hidden {
     display: block !important;
     position: absolute !important;
     left: -9999px !important;
}
 .select-area {
     background: #fff;
     border-radius: 3px;
     -webkit-border-radius: 3px;
     border-style: solid;
     border-color: #e2dede;
     position: relative;
     overflow: hidden;
     cursor: default;
     height: 30px;
     float: left;
     z-index: 3000;
     max-width: 100%;
     border-width: 1px;
     -moz-box-sizing: content-box;
     -webkit-box-sizing: content-box;
     box-sizing: content-box;
}
 .select-area * {
     -moz-box-sizing: content-box;
     -webkit-box-sizing: content-box;
     box-sizing: content-box;
}
 .select-area.select-active {
     z-index: 9001;
}
 .select-area .center-holder {
     overflow: hidden;
     display: block;
}
 .select-area .center {
     font: 1.3rem/2.8rem 'Noto Sans', Arial, Helvetica, sans-serif;
     font-size: 13px;
     line-height: 28px;
     color: #1f1f1f;
     text-overflow: ellipsis;
     overflow: hidden;
     display: block;
     margin: 0 0 0 15px;
     padding-right: 35px;
     position: relative;
}
 .select-area .select-opener {
     border-style: solid;
     border-color: #e7e7e7;
     width: 37px;
     height: 100%;
     position:absolute;
     top:0;
     right:0;
     margin-left: 15px;
     border-width: 0 0 0 1px;
}
 .select-area.select-focus {
     outline: thin dotted #1f1f1f !important;
     outline-offset: -2px !important;
}
 .select-area .select-opener:after {
     border-style: solid;
     border-color: #d81e05 transparent transparent;
     content: '';
     position: absolute;
     margin: -2px 0 0 -7px;
     top: 50%;
     left: 50%;
     width: 0;
     height: 0;
     border-width: 6px 5px 0;
}
 .select-area.select-active .select-opener:after {
     border-color: #ac0404 transparent transparent;
}
 .select-options {
     background: #fff;
     margin-top: -4px;
     position: absolute;
     overflow: hidden;
     z-index: 3000;
}
 .select-options .drop-holder {
     border-style: solid;
     border-color: transparent #e2dede #c30;
     height: 1%;
     overflow: hidden;
     border-width: 0 1px 2px;
}
 .select-options ul {
     list-style: none;
     overflow: hidden;
     margin: 0;
     padding: 17px 0 7px;
}
 .select-options ul li {
     font: 13px/16px 'Noto Sans', Arial, Helvetica, sans-serif;
     width: 100%;
     float: left;
     padding-bottom: 3px;
}
 .select-options ul li.opt-default {
     display:none;
}
 .select-options ul a {
     color: #333;
     text-decoration: none;
     padding: 4px 20px 6px;
     display: block;
     cursor: default;
     height: 1%;
}
 .select-options .item-selected a {
     text-decoration: none;
     background: #eee;
}
 .select-options .scrollable-area-wrapper {
     margin: 0;
}
 .select-options .vscrollbar {
     background: #fff;
     border-style: solid;
     border-color: #e2dede;
     position: absolute;
     right: 1px;
     top: 0;
     width: 13px;
     border-width: 0 0 0 1px;
}
 .select-options .vscroll-slider {
     background: #ccc;
     width: 6px;
     margin: 0 0 0 3px;
}
 .select-options .vscroll-up {
     height: 6px;
}
 .select-options .vscroll-down {
     height: 4px;
}
 .alt-select .select-area .select-opener:after {
     background: url(../img/sprite.png) no-repeat -30px -30px;
     border: none;
     width: 12px;
     height: 17px;
     margin: -8px 0 0 -6px;
}
 .alt-select .select-area.select-active .select-opener:after {
     background-position: -50px -30px;
}
/* custom radio button styles */
 .rad-area {
     background: url(../img/sprite.png) no-repeat 0 -50px;
     display: inline-block;
     vertical-align: middle;
     width: 17px;
     height: 17px;
     margin: 0 5px 0 0;
}
 .radio-button {
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding: 3px 14px 2px 34px;
     min-height: 27px;
}
 .radio-button input {
     display: inline-block;
     vertical-align: middle;
     margin: 0 5px 0 0;
     padding: 0;
}
 .radio-button .rad-area {
     position: absolute;
     top: 6px;
     left: 0;
}
 .rad-checked {
     background-position: -30px -50px;
}
 .rad-area.rad-focus {
     outline: thin dotted #000 !important;
}
/* custom checkbox styles */
 .chk-area {
     margin: 1px 5px 0 0;
     display: inline-block;
     vertical-align: middle;
     width: 16px;
     height: 16px;
     background-color: #c3c0c0;
}
 .chk-area:after {
     content: '';
     position: absolute;
     top: 50%;
     left: 50%;
     width: 8px;
     height: 8px;
     display: none;
     margin: -4px 0 0 -4px;
     background: #aaa;
}
 .jcf-class-required-checkbox.chk-area.chk-focus.chk-checked {
     background-position: -70px -50px;
}
 .chk-area.chk-focus {
     outline: thin dotted #000 !important;
}
 .chk-checked:after {
     display: block;
     content: ' ';
}
 .chk-focus {
     outline: thin dotted !important;
     outline-offset: -2px !important;
}
 .chk-area:after {
     display: none;
}
 .chk-checked {
     background-position: -70px -50px;
}
 .chk-area.chk-focus {
     outline: thin dotted #000 !important;
}
 .content-bottom.contact .check-box {
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding: 3px 14px 3px 34px;
     min-height: 28px;
     font-weight: normal;
}
 .content-bottom.contact .check-box .text {
     font-size: 1.3rem;
     font-size: 13px;
}
 .content-bottom.contact .check-box .text a {
     color: #D81E05;
}
 .content-bottom.contact .check-box .text a:hover {
     color: #1f1f1f;
}
 .check-box input {
     display: inline-block;
     vertical-align: middle;
     margin: 0 5px 0 0;
     padding: 0;
}
 .check-box .chk-area {
     position: absolute;
     top: 5px;
     left: 0;
}
 .check-box .chk-checked{
     background-image: url("../img/red_tick.png");
     z-index: 5;
     background-repeat: no-repeat;
     background-position: center;
     -webkit-appearance: none;
     -moz-appearance: none;
     -o-appearance: none;
     appearance: none;
}
 .help-check-box {
     font-size: 13px;
     line-height: 18px;
     display: inline-block;
     vertical-align: middle;
     padding: 7px 13px 7px 43px;
     position: relative;
     min-height: 32px;
}
 .help-check-box input {
     display: inline-block;
     vertical-align: middle;
     margin: 0 5px 0 0;
     padding: 0;
}
 .help-check-box .chk-area {
     background: #fff;
     border-radius: 3px;
     -webkit-border-radius: 3px;
     border-style: solid;
     border-color: #e2dede;
     position: absolute;
     top: 0;
     left: 0;
     width: 33px;
     height: 32px;
     border-width: 1px;
}
 .help-check-box .chk-checked:before {
     content: '';
     position: absolute;
     top: 8px;
     left: 9px;
     width: 11px;
     height: 12px;
     background: url(../img/sprite.png) no-repeat 0 -30px;
}
 .help-check-box .chk-checked:after {
     background: none;
}
 .content-bottom.contact .error input[type=text], .content-bottom.contact .error input[type=password], .content-bottom.contact .error input[type=email], .content-bottom.contact .error textarea, .content-bottom.contact .error .select-area {
    border:1px solid #ff0000;
}
 .content-bottom.contact .text-error{
    clear: both;
    font-size:12px;
     font-size:1.2rem ;
    color: #D81E05;
    margin: 5px 0;
    font-style: normal;
}
 .contenido .content-bottom.contact .captcha{
    clear: both;
    float: right;
}
 .contenido .content-bottom.contact .captcha input{
    height: auto;
    padding: 0;
    box-shadow: none;
    color: #000;
    border-color: #000;
    font-size: 12px;
     font-size: 1.2rem
}
 .contenido .content-bottom.contact .form-ok{
    margin: 10px;
    border:1px solid #DFDFDF;
    padding:15px;
}
 .contenido .content-bottom.contact .form-ok span{
    background: url("../img/form-correcto.png") no-repeat 30px center transparent;
    height: 35px;
    display: block;
    margin-left: 60px;
    padding-left: 90px;
     color: #999;
    font-size: 20px;
     font-size: 2rem;
    line-height: 31px;
    display: table-cell
}
 .contenido .content-bottom.contact .form-sms-error{
    margin: 10px;
    border:1px solid #DFDFDF;
    padding:15px;
}
 .contenido .content-bottom.contact .form-sms-error span{
    background: url("../img/form-error.png") no-repeat 30px center transparent;
    height: 35px;
    display: block;
    margin-left: 60px;
    padding-left: 90px;
     color: #D81E05;
    font-size: 15px;
     font-size: 1.5rem;
    line-height: 18px;
     display: table-cell
}
 .contenido .wrapper-error{
    float: left
}
 .contenido .wrapper-error.textarea{
    width: 70%;
    max-width:70%
}
 .contenido .wrapper-error.textarea textarea{
    width: 100%;
     max-width: 100%
}
/*.ie8 .responsive-slider .slides ul li{
    display: inline-block;
    padding-left:-500px !important 
}
*/
 .content-bottom .grid2_1 img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
 .menurwd-product{
    display: none
}
 .contactorwd{
    display: none !important
}
/*where map*/
 .contenido-interior .formpaises{
    display: none
}
/*desplegable*/
 .header-content-top ul li {
    position: relative;
}
 .header-content-top ul li .sub-menu-sup{
    display:none;
    position:absolute;
    top:37px;
    background-color:#fff;
    z-index:1000000;
     border: 1px solid #e2dede;
     border-radius: 3px;
     width: 149px;
     padding: 15px 0 10px;
}
 .header-content-top ul li .sub-menu-sup li{
    width:100%;
     padding: 0 0 13px 0
}
 .header-content-top ul li .sub-menu-sup li:last-child{
    border:none
}
 .header-content-top ul li .sub-menu-sup li:after{
    content: ''
}
 .header-content-top ul li .sub-menu-sup li a{
    margin-left:0px;
     height:auto;
    background: none !important;
    line-height: 25px;
     font-size: 13px;
    color:#4C4C4C
}
 .header-content-top ul li .sub-menu-sup li.current a{
    color:#4C4C4C
}
 .header-content-top ul li .sub-menu-sup li.current a:hover{
    color: #D81E05;
}
 .header-content-top ul li:hover{
}
 .header-content-top ul li:hover .sub-menu-sup{
}
/*brands*/
 .content-bottom.brands{
    margin-bottom: 20px
}
 .contenido .content-bottom.brands.column2 .content-column{
    padding-bottom: 55px
}
 .contenido .content-bottom.brands.column2 .content-column .link_bottom{
    padding-left: 0px
}
 .contenido .content-bottom.brands.column2{
    background: #F1F1F1;
}
 .contenido .content-bottom.brands.column2 .wrapper-title{
    background: #FFF;
    overflow: hidden;
    padding:20px 0px
}
 .contenido .content-bottom.brands.column2 .wrapper-title img{
    float: left;
}
 .contenido .content-bottom.brands.column2 .wrapper-title div{
    font-size: 15px;
     font-size: 1.5rem;
    display: block;
    margin: 20px 0 0 140px;
    font-weight: bold;
    text-transform: uppercase;
}
 .color-assistance{
    color: #D81E05 !important;
}
 .color-warranty{
    color: #666 !important;
}
 .contenido .content-bottom.brands.column2 .wrapper-title + div{
    border-top: 1px solid #DFDFDF;
    position:relative;
}
 .contenido .content-bottom.brands.column2 .column-left-3{
    border-right: 1px solid #DFDFDF !important
}
 .contenido .insurance-interior .imagen-marca{
    float:left;
}
 .contenido .insurance-interior .titles{
    float:left;
    margin-bottom: 15px;
    margin-top:-5px;
    padding-left:15px;
}
 .contenido .insurance-interior .title{
    line-height: normal;
}
 .contenido .insurance-interior .subtitle{
    line-height: normal;
    float: none;
    margin-bottom: 0;
}
 .contenido .content-bottom.brands.column2 .content-column{
    position: relative;
}
 .contenido .contenido-interior .otherbrands{
    padding-bottom: 10px
}
 .contenido .contenido-interior .otherbrands{
    width: 50%;
     font-size: 14px;
     font-size: 1.4rem;
    color: #999;
    padding: 20px ;
    float: left;
}
 .contenido .contenido-interior .otherbrands .title-interior{
    padding: 0 0 20px 0
}
 .contenido .contenido-interior .otherbrands .title-interior + div{
    font-weight: bold;
    padding-bottom: 20px;
    list-style: none;
    margin-left:0px
}
 .content-bottom.our-products-brands{
    width: 66.6%;
     border: 1px solid #DFDFDF;
    background: #FFF;
    padding: 20px;
    color: #999999;
    font-size:14px;
    font-size: 1.4rem;
}
 .contenido .contenido-interior .content-bottom.our-products-brands .title-interior{
    padding: 0 0 20px 0
}
 .contenido .contenido-interior .content-bottom.our-products-brands > ul > li{
    width: 50%;
     float: left;
    padding:0 10px 20px 0;
    min-height: 185px
}
 .contenido .contenido-interior .content-bottom.our-products-brands > ul > li div, .contenido .contenido-interior .content-bottom.our-products-brands .pie-other-sector div{
    font-weight: bold;
    padding-bottom: 5px;
    list-style: none;
    margin-left:0px
}
 .contenido .contenido-interior .content-bottom.our-products-brands > ul > li p, .contenido .contenido-interior .content-bottom.our-products-brands .pie-other-sector p{
    margin: 0;
    padding:0;
}
 .contenido .contenido-interior .content-bottom.our-products-brands > ul ul{
    margin-top:8px 
}
 .contenido .contenido-interior .content-bottom.our-products-brands > ul > li .link_bottom{
    padding:2px 0px;
     font-size:14px;
    font-size: 1.4rem;
     display: inline-block;
}
 .contenido .content-bottom.menu-about{
    width: 24%;
    margin-right: 2.5%;
     float: left;
    border: 1px solid #DFDFDF;
    margin-top: 20px
}
 .contenido .content-bottom.menu-about li a{
    padding: 16px 10px 16px 18px;
    display: block;
    color: #4c4c4c;
    font-size:13px;
    font-size: 1.3rem;
    text-decoration: none;
    position: relative;
}
 .contenido .content-bottom.menu-about li{
    background: #fff;
    border-bottom: 1px solid #DFDFDF;
}
 .contenido .content-bottom.menu-about li:last-child, .contenido .content-bottom.menu-about li:last-child a{
    border-bottom: none !important;
}
 .contenido .content-bottom.menu-about li.current{
    background: #fbfbfb
}
 .has-sub.active li:hover a {
    text-decoration: underline;
}
 .has-sub.active li a {
    padding:10px;
}
/*.contenido .content-bottom.content-about{
    float: left;
    width: 75%;
    padding-top: 20px
}
*/
 .contenido .content-bottom.content-about a{
    text-decoration: none;
    color: #D81E05;
}
 .contenido .content-bottom.content-about a:hover{
    text-decoration: underline;
}
 .contenido .content-bottom.content-about img{
    max-width: 100%;
    width:100%;
    height: auto;
}
 .contenido .content-bottom.content-about img+img{
    margin-top: 20px;
}
 .contenido .content-bottom.content-about img.image-left {
    float: left;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 0;
    width: 50%;
}
 .contenido .content-bottom.content-about img.image-right {
    float: right;
    margin-bottom: 20px;
    margin-left: 20xp;
    margin-right: 0;
    margin-top: 0;
    width: 50%;
}
 .contenido .content-bottom.content-about .content-video{
    width: 100%;
    height:0;
    padding-top:56.25%;
    position:relative;
}
 .contenido .content-bottom.content-about .video {
    width: 100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
 .contenido .content-bottom.content-about .title-interior{
    padding:20px 0
}
 .contenido .content-bottom.content-about p{
    color: #4c4c4c;
    font-size:13px;
    font-size: 1.3rem;
    line-height: 18px;
    overflow: hidden;
    padding: 0;
    margin:0 0 10px 0;
}
 .other-brands-left{
    clear:left;
}
 .other-brands-right{
    clear:right;
}
 .pie-other-sector{
    clear:both;
}
/*error 404*/
 .contenido .main-error {
    width:100%;
    margin-top: 40px;
}
 .contenido .main-error .message {
    float: left;
    width: 60%;
}
 .contenido .main-error .image {
    float: right;
    width: 40%;
    text-align: right;
    padding-bottom: 25px;
}
 .contenido .main-error .image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
 .wrap-interior-enlace{
    height: 100%;
    position: absolute;
    width: 100%;
}
 .wrap-enlace{
    height:453px;
    position:absolute;
    width:320px;
}
/*menu lateral*/
 .menulateral{
    border-top: 1px solid #e0dedf;
}
 .menulateral, .menulateral ul, .menulateral li, .menulateral a {
     margin: 0;
     padding: 0;
     list-style: none;
     font-weight: normal;
     text-decoration: none;
     line-height: 1;
     font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
     position: relative;
}
 .menulateral {
    /*width: 213px;
    */
     width:100%;
}
 .menulateral a {
     line-height: 1.3;
}
 .menulateral > ul > li {
     background: #e94f31;
}
 .menulateral > ul > li:hover {
     background: #e84323;
}
 .menulateral > ul > li > a {
     display: block;
     background-color:#FFF;
     color: #999;
     border: 1px solid #e0dedf;
     border-top: none;
}
 .menulateral > ul > li > a.menu-current{
    color: #000 !important;
    font-weight: 700;
}
 .menulateral > ul > li > a:hover:before, .menulateral > ul > li > a.menu-current:before{
     background: #d81e05;
     content: '';
     position: absolute;
     top: 0;
     bottom: 0;
     left: -1px;
     width: 2px;
}
 .menulateral > ul > li > a > span {
     display: block;
}
 .menulateral > ul > li > a:hover {
     text-decoration: none;
}
 .menulateral > ul > li.active {
     border-bottom: none;
}
 .menulateral > ul > li.has-sub > a span{
     background: url("../img/arrow-down.png") no-repeat scroll 96% center rgba(0, 0, 0, 0);
}
 .menulateral > ul > li.has-sub.active > a span {
     background: url("../img/arrow-right.png") no-repeat scroll 96% center rgba(0, 0, 0, 0);
}
 .menulateral ul ul {
     display: none;
     background: #fff;
     border-right: 1px solid #e0dedf;
     border-left: 1px solid #e0dedf;
}
 .menulateral ul ul li {
     padding-left: 10px;
     border-top: none;
     background: #fff;
}
 .menulateral ul ul li:last-child {
     border-bottom: 1px solid #e0dedf;
}
 .menulateral ul ul a {
     padding: 5px 12px;
     display: block;
     color: #666;
     font-weight: normal;
}
 .menulateral ul ul a:before {
     position: absolute;
     left: 0px;
     color: #e94f31;
}
 .menulateral ul ul a:hover {
     color: #e94f31;
}
 .wrap-enlace-innovation{
    height: 100%;
    position: absolute;
    width: 35%;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
     .wrap-enlace-busines {
         width:100%;
        height:100%;
    }
}
 .wrap-enlace-busines{
    position:absolute;
    width:320px;
    height:358px;
}
 .colum-texto-solutions{
    clear:both;
    margin-top:32px;
}
 .wrap-enlace-rwd{
    position:absolute;
    width:100%;
    height:100%;
}
/* 2014 */
 ul.link-buy-online{
    margin: 15px 0 0 10px;
     float: left;
}
 ul.link-buy-online li{
    display: block
}
 ul.link-buy-online li a{
    color: #D81E05 !important;
    text-decoration: underline !important;
    margin-top: 5px !important;
}
 .buy-form{
    clear: both;
    float: left;
    margin: 15px 0 0 0;
     width: 100%;
}
 .buy-form label{
    clear: both;
    color: #5B5B5B;
    float: left;
    font-size: 13px;
    font-size: 1.3rem;
     margin-right: 10px;
}
 .buy-form .boton1{
    float: right !important;
     color: #FFF !important;
     margin-top: 14px !important;
    clear: none !important;
     display: inline-block;
}
 .buy-form .wrap-select{
     float: left;
     width: 70%;
     margin: 15px 0 0 0;
     padding: 0;
     height: 32px;
     background:#fff url("../img/select.png") no-repeat right center;
}
 .buy-form .wrap-select select option{
     padding: 10px 0;
}
/*.grid2.column-left-3 + .grid2.column-left-3 .buy-form{
    padding-top: 18px;
}
*/
 .contenido .content-bottom.product .column-right-3:hover, .contenido .content-bottom .column-center-3:hover{
    cursor: default;
}
 .contenido .content-bottom .column-center-3:hover{
    background-color:#f1f1f1 ;
    cursor: default;
}
 .content-bottom.menu-about .menulateral, .content-bottom.menu-about .menulateral li{
    border:none;
}
 .content-bottom.menu-about .menulateral a{
    border-left: none;
     border-right: none
}
 .content-column p{
    padding-top: 0;
     margin-top: 0px;
    font-size: 13px;
    font-size: 1.3rem;
}
 .content-column ul li {
    list-style: disc;
    list-style: disc;
    list-style-position: inside;
    font-size: 13px;
    font-size: 1.3rem;
}
 .contenido .contenido-interior .content-rwd .subtitle p{
    padding: 0;
     margin: 0
}
/*modificaciones*/
/*.column-left-3{
    border-bottom: none !important
}
 .column-left-3 + .column-left-3{
    border-left: none !important
}
 .column-left-3 + .wrap-marcas, .column-left-3 + .wrap-contacto{
    border: none !important;
}
 .grid1.column-left-3{
    border-bottom: 1px solid #DFDFDF !important
}
 .contenido .content-bottom.corporate .grid3.wrap-contacto{
    background-color: #fff;
    border-right:1px solid #DFDFDF !important;
    border-bottom:1px solid #DFDFDF !important;
    border-top:1px solid #DFDFDF !important
}
 .contenido .content-bottom.corporate .grid3.wrap-marcas{
    background-color: transparent;
}
 .contenido .content-bottom.corporate .wrap-marcas .wrap-marcas-interior + .wrap-marcas-interior{
    border-bottom: none;
}
 .column-left-3 + .wrap-marcas .wrap-marcas-interior{
    border-bottom: 1px solid #DFDFDF !important;
    border-right: 1px solid #DFDFDF !important
}
 .content-bottom + .content-bottom + .content-bottom .column-left-3{
    border-bottom: 1px solid #DFDFDF !important;
}
 .content-bottom + .content-bottom + .content-bottom + .content-bottom .column-center-3{
    border-bottom: 1px solid #DFDFDF !important;
     border-right: 1px solid #DFDFDF !important;
     border-top: none !important;
}
 */
/*un bloque*/
 .contenido .content-bottom .wrap-contacto{
    border-right:1px solid #dfdfdf;
}
/*.content-bottom .grid3.column-left-3{
    border-right: none
}
*/
 .content-bottom .grid3:first-child{
    margin-left: 0;
}
 .content-bottom .grid3:last-child{
    margin-right: 0;
}
 .content-bottom .grid3.column-left-3 + .grid3.column-left-3{
    border-right:1px solid #dfdfdf;
}
 .content-bottom .grid3.wrap-contacto{
    background: #FFF !important;
    border-bottom: 1px solid #DFDFDF !important
}
 .column-left-3 + .wrap-marcas .wrap-marcas-interior{
    background: #FFF;
    border-right: 1px solid #DFDFDF !important
}
 .column-left-3 + .wrap-marcas{
    background: transparent !important;
     border: none !important
}
 .column-left-3 + .wrap-marcas .title-interior{
    background: #FFF;
    border-right: 1px solid #DFDFDF !important;
}
 .content-bottom .grid3.wrap-contacto .title-interior{
    border-top: 1px solid #DFDFDF !important
}
 .content-bottom + .content-bottom + .content-bottom + .content-bottom .column-left-3, .content-bottom + .content-bottom + .content-bottom + .content-bottom .column-center-3{
    border-right:1px solid #dfdfdf;
}
 .content-bottom + .content-bottom + .content-bottom .grid-vacio, .content-bottom + .content-bottom + .content-bottom + .content-bottom .grid-vacio{
    border-left: none !important
}
 .product .column-left-3{
    border-right:1px solid #dfdfdf !important;
}
 .contenido .content-bottom .grid2_1 .grid1{
    margin-bottom: 0px;
     border-top: none ;
    border-right:1px solid #dfdfdf !important;
}
 .wrap-detalle {
    border-left: none !important
}
 .contenido .contenido-interior .insurance-interior .content-bottom .grid2_1{
    background-color: #F1F1F1;
    background: url("../img/linea.png") repeat-y 50% top #f1f1f1;
    border-right:1px solid #dfdfdf !important;
}
 .contenido .contenido-interior .insurance-interior .content-bottom .grid2_1 .grid1{
    border-right: none !important
}
 .contenido .contenido-interior .insurance-interior .lista-productos{
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    overflow: hidden;
}
 .contenido .contenido-interior .insurance-interior .column-left-3 + .column-left-3 .lista-productos{
    border-left: none !important
}
 .product .menu-column a p{
    margin: 0;
    padding: 0
}
 .contenido .content-bottom.contact form{
    padding-left: 4%;
     padding-right: 4%;
}
 .contenido .content-bottom.contact{
    width: 100%;
}
/*.contenido .content-bottom ul.link_bottom li:before{
    content: '|';
    color: #999;
    margin-right:5px;
     display: inline-block;
}
*/
 .contenido .content-bottom ul.link_bottom li{
    clear: both;
}
 .contenido .content-bottom.column2 .grid2{
    border-right: none !important;
}
/*.link_bottom{
    position: absolute;
    bottom: 0px
}
*/
 .contenido .content-bottom.innovation .content-column, .contenido .content-bottom.corporate .content-column {
    padding: 5px 20px 20px 20px;
}
/*.contenido .content-bottom.innovation .content-column, .contenido .content-bottom.corporate .content-column{
    padding: 5px 0px;
}
*/
/*listas*/
 .content-column ul{
    clear: both;
    margin-top: 0px
}
 .content-column ul li{
    background: url("../img/bullet.png") no-repeat left 8px transparent;
     list-style: none;
     padding-left:10px;
    margin-bottom: 3px
}
 .contenido .content-bottom .wrap-contacto .title-interior{
    background: #FFF
}
/*productos*/
/*.content-bottom.product .product-line{
    border-bottom: none !important;
    border-left: 1px solid #DFDFDF !important;
    border-top: 1px solid #DFDFDF !important;
    /*border-right: none !important;
     border-left: none !important;
    */
    /*
}
*/
/*.product-line .wrap-product-line{
    border-bottom: 1px solid #DFDFDF;
}
*/
 .content-bottom.product{
    background: transparent !important;
}
/*.content-bottom.product .grid3{
    border: none
}
*/
/*.content-bottom.product .grid3 .menu-column{
    border-bottom: 1px solid #DFDFDF;
}
 .column-right-3.product-line .wrap-product-line{
    border-right: 1px solid #DFDFDF!important;
}
 .column-center-3.product-line .wrap-product-line{
    border-left: 1px solid #DFDFDF!important;
}
*/
 .column-center-3.product-line{
}
 .product-line .wrap-product-line .wrap-enlace{
    height: 180px
}
 .content-bottom.product .wrap-product-line{
    padding-bottom: 20px;
     overflow: hidden;
}
 .content-bottom.product .wrap-product-line > img {
    width: 303px;
     height: auto;
     float: left;
}
 .content-bottom.product .grid3.column-right-3 .wrap-product-line ul .ultimo{
    background: none;
     color: transparent;
}
 .content-bottom.product .grid3{
}
 .content-column .pdf{
    color: #D81E05;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
     background: url("../img/descargas.png") no-repeat left center transparent;
    padding-left: 29px
}
 .content-column .pdf:hover{
    text-decoration: underline;
}
 .menurwd-product .wrap-product-line{
    overflow: hidden;
}
 .menurwd-product .wrap-product-line > img{
    height: auto;
    max-width: 100%;
    width: 100%;
}
 .contenido .menurwd-product .wrap-product-line .colum-texto-solutions ul{
    margin-top: 0px !important
}
 .contenido .menurwd-product .wrap-product-line .colum-texto-solutions > ul li{
    border-bottom: none
}
 .wrap-enlace-producto{
    position:absolute;
     width: 324px;
     cursor:default;
}
 .content-bottom .wrap-enlace-producto{
    position:absolute;
    /*width: 324px;
    */
    width: 100%;
     cursor:pointer!important;
    z-index: 99999;
     left: 0;
}
/*link bottom*/
 .contenido .content-bottom.innovation .grid3 .link_bottom, .contenido .content-bottom.brands .grid2 .link_bottom, .contenido .content-bottom.corporate .grid3 .link_bottom{
    position: absolute !important;
    bottom: 0
}
/*subtitulo producto*/
 .contenido-interior .subtitle-product{
    color: #4c4c4c;
    font-size: 15px;
    font-size: 1.3rem;
    line-height: 18px;
    overflow: hidden;
    padding: 0px 20px 15px 0;
    clear: both;
}
 .contenido-interior .subtitle-product p{
    padding: 0;
     margin: 0;
}
 .titlehome + .content-bottom .grid3 .content-column {
    padding-bottom: 10px !important
}
 .contenido-interior .subtitle + .content-bottom .grid1 .content-column{
    padding-bottom: 20px !important
}
/**/
 .contenido-interior > .titlehome + .content-bottom .grid3.column-left-3, #home .contenido-interior > .titlehome + .content-bottom .wrap-marcas + .grid3.column-left-3 {
    border-left: none
}
 #home .contenido-interior > .titlehome + .content-bottom .grid3.column-left-3{
    border: 1px solid #dfdfdf;
    background: none;
    padding: 0 0 0 0;
    position: relative;
}
/*#home .contenido-interior > .titlehome + .content-bottom .grid3.column-left-3 .content-column {
     padding: 0
}
*/
 #home .contenido .content-bottom .grid3 .title-interior {
    padding: 10px 20px 0;
}
 #home .contenido .content-bottom .grid3 .content-column {
    padding:5px 20px 20px 20px;
     margin-bottom: 40px;
}
 #home .contenido .content-bottom .grid3 ul.link_bottom {
    /*padding: 10px 20px 18px;
    */
     position: absolute;
     bottom: 0;
     width: 100%;
     overflow: hidden;
     padding: 0 20px 20px;
}
/*#home .contenido-interior > .titlehome + .content-bottom .grid3.column-left-3:last-child{
    border-left: 0
}
*/
/*#home .contenido .content-bottom .column-left-3 > img {
    max-height: 181px;
}
*/
 .contenido .content-bottom.product.column2{
    background: url("../img/linea.png") repeat-y 50% top transparent !important;
    background-color: #FFF;
    border: 1px solid #DFDFDF
}
 .contenido .content-bottom.product.column2 + .content-bottom.product.column2 {
    border-top: 0
}
 .bordeContacto {
     border-right:1px solid #dfdfdf;
     border-top:1px solid #dfdfdf;
     border-bottom: 1px solid #dfdfdf;
     background:#fff;
}
 .bordeDerecho {
     border-right:1px solid #dfdfdf !important;
}
 .contenido .content-bottom.content-about ul{
    margin: 15px
}
 .contenido .content-bottom.content-about ul li{
    color: #4c4c4c;
    font-size:13px;
    font-size: 1.3rem;
    line-height: 18px;
    overflow: hidden;
     background: url("../img/bullet.png") no-repeat left 8px transparent;
    padding-left:10px;
    margin-bottom: 3px
}
/*--*/
 .wrap-product-line .title-product-line{
    color: #4c4c4c;
    font-size:18px;
    font-size:1.8rem;
    line-height: 25px;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
     clear: none !important;
}
 .contenido-interior .content-rwd .imagen-marca{
    float: left;
    margin-right: 20px;
}
 .contenido-interior .content-rwd .imagen-marca img{
    display:block;
    width:100%;
    height:auto;
}
 .contenido .contenido-interior .col-left-2 .content-rwd .content-column {
    padding-bottom:10px;
}
 .contenido .contenido-interior .col-left-2 .content-rwd h3 {
    font-weight: normal;
    font-size:18px;
    font-size:1.8rem;
    color: #1f1f1f;
    margin-top: 0;
}
 .contenido .content-bottom.corporate .column-left-3 p {
    padding: 0;
     margin: 3px 0 0
}
 .contenido .content-bottom.corporate .title-interior + .content-column > ul,.contenido .content-bottom.corporate .title-interior + .content-column > div{
     margin-top:3px !important;
}
 .wrap-product-line .content-column ul{
    clear: both;
    margin-top: 0px;
    float: left;
}
 .contenedor{
    color: #4c4c4c;
    margin: 0 auto;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
     min-height:100%;
    background: url("../img/fondo-linea.png") repeat-x center top #faf9fa;
}
 .footer{
     width:100%;
     clear:both;
    overflow:hidden;
     background: #eae9e9;
}
 .contenido{
    padding-bottom:30px;
    position: relative;
    top:0px;
    clear: both;
     background: #faf9fa;
}
 .wrap-product-line .content-column p, .wrap-product-line .content-column div{
    clear: both;
    margin: 3px 0;
     padding: 0;
}
 .wrap-product-line .title-product-line p{
    clear: none;
     float: none;
}
 .contenido .content-bottom.product .content-column > img {
    float: left;
    margin-right:10px;
    margin-bottom: 10px 
}
 .contenido .insurance-interior .content-bottom .grid2 .link_bottom{
    position: absolute !important;
    bottom: 0
}
 .contenido .insurance-interior .content-bottom .grid1 {
    position: relative;
}
 .contenido .content-bottom .grid2_1 .grid1 .content-column{
    background-color: transparent;
    color: #999;
    padding: 15px 20px 40px 20px
}
 .contenido .content-bottom .grid2_1 .content-column{
    padding: 27px 20px;
     color: #FFF;
     background-color: #D81E05
}
 .contenido .content-bottom .grid2_1 .content-column{
    padding-bottom: 20px !important;
}
 .lista-productos li + li > div{
    font-size:13px !important;
     font-size: 1.3rem !important;
     margin: 7px 12px 7px 115px !important
}
 .column-right-3.product-line .wrap-product-line:hover{
    background: #F5F5F5
}
 .column-center-3.product-line .wrap-product-line:hover{
    background: #F5F5F5 !important;
}
/*.contenido .content-bottom.product .column-center-3:hover{
    background: transparent;
}
*/
 .insurance-interior{
    overflow: hidden;
}
 .insurance-interior .content-rwd{
    overflow: hidden
}
 .insurance-interior .content-rwd p{
    float: left;
    margin: 0 0 5px 0;
    padding: 0
}
/*.product .product-line .wrap-product-line > img {
    width: 318px !important
}
*/
 .contenido .content-bottom.corporate .js-has-buy-form {
     position: relative;
     padding-bottom: 90px !important;
}
 .contenido .content-bottom.corporate .buy-form {
     position: absolute;
     margin-top: 0;
     bottom: 20px;
     width: 86%;
}
/* ie8 */
 .ie8 .slider .menu-slider li a, .ie8 .content-bottom.contact input[type=submit], .ie8 .content-bottom.contact button{
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d81e05', endColorstr='#bd1e09',GradientType=0 );
}
 .ie8 .slider .menu-slider li a:hover, .ie8 .content-bottom.contact input[type=submit]:hover, .ie8 .content-bottom.contact button:hover{
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f22105', endColorstr='#bd1e09',GradientType=0 );
}
 .ie8#home .content-bottom .grid3 + .grid3 + .grid3{
    margin-right: 0;
}
/* New form */
 .contenedor .contenido-interior .red-mark, .check-text a{
    color: #D81E05;
     font-weight: bold;
}
 .contenedor .contenido-interior .rl-content{
    width: 50%;
}
 .contenedor .contenido-interior .left-content{
    float: left;
     padding-right: 2%;
}
 .contenedor .contenido-interior .left-content .left-image{
    width:100%;
}
 .contenedor .contenido-interior .left-content .underimage-left-text{
    margin-top: 3%;
     font-size: 1.7rem;
}
 .contenedor .contenido-interior .left-content .underimage-left-text .solutions{
    font-weight: bolder;
}
 .contenedor .contenido-interior .right-content{
    float: right;
     background-color: #ffffff;
     font-weight: bold;
     color: #938989;
}
 .contenedor .contenido-interior .right-content .content-rwd{
    background-color: #D81E05;
     width: 100%;
     text-align: center;
     color: white;
     padding: 5%;
}
 .contenedor .contenido-interior .right-content .dato-necesario{
    float: right;
     padding: 2%;
    font-weight: normal;
}
 .contenedor .contenido-interior .right-content .label-form{
    width: 100%;
     text-align: left;
     font-weight: bolder;
     color: #938989;
     font-size: 1.6rem;
}
 .contenedor .contenido-interior .right-content p{
    font-size: 1.4rem;
     font-weight: normal;
     color: #938989;
}
 .contenedor .contenido-interior .right-content .required-select :first-child {
    display: none;
}
 .left-image img {
     width: 100%;
}
