/* FUENTES */
@font-face {
    font-family: 'DINEngschriftRegular';
    src: url('font/dinengschrift-regular.eot');
    src: url('font/dinengschrift-regular.eot') format('embedded-opentype'),
         url('font/dinengschrift-regular.woff') format('woff'),
         url('font/dinengschrift-regular.ttf') format('truetype'),
         url('font/dinengschrift-regular.svg#DINEngschriftRegular') format('svg');
}
@font-face {
    font-family: 'led';
    src: url('font/jd_led3.eot');
    src: url('font/jd_led3.eot') format('embedded-opentype'),
         url('font/jd_led3.woff') format('woff'),
         url('font/jd_led3.ttf') format('truetype'),
         url('font/jd_led3.svg#JDLED3Regular') format('svg');
}
@font-face {
    font-family: "dincond-blackregular";
    src: url("font/dincond-black-webfont.eot");
    src: url("font/dincond-black-webfont.eot?#iefix") format("embedded-opentype"),
         url("font/dincond-black-webfont.woff") format("woff"),
         url("font/dincond-black-webfont.ttf") format("truetype"),
         url("font/dincond-black-webfont.svg#dincond-blackregular") format("svg");
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: "dincond-boldregular";
    src: url("font/dincond-bold-webfont.eot");
    src: url("font/dincond-bold-webfont.eot?#iefix") format("embedded-opentype"),
         url("font/dincond-bold-webfont.woff") format("woff"),
         url("font/dincond-bold-webfont.ttf") format("truetype"),
         url("font/dincond-bold-webfont.svg#dincond-boldregular") format("svg");
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dinregular';
    src: url('font/dincond-regular.eot');
    src: url('font/dincond-regular.eot') format('embedded-opentype'),
         url('font/dincond-regular.woff') format('woff'),
         url('font/dincond-regular.ttf') format('truetype'),
         url('font/dincond-regular.svg#DINCondRegularRegular') format('svg');
}
.resaltado{
    color: #CA181F;
}
/* BIENVENIDA */
#bienvenidos{
    background: transparent url("../images/sombra.png");
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    color: #fff;
}
#tache{
    cursor: pointer;
    position: absolute;
    margin-top: 140px;
}
.rojo{
    position: absolute;
    height: 631px;
    overflow: hidden;
    width: 455px;
    background-repeat: no-repeat;
    background-image: url("../images/rojo.png");
}
#texto_bienvenida{
    width: 300px;
    position: absolute;
    margin-top: 160px;
    font-family: "DINEngschriftRegular";
}
.titulo_bienvenida{
    font-size: 31px;
}
.mensaje_bienvenida{
    font-size: 20px;
    color: #666666;
}
.idiomas{
    color: #CA181F;
}
.idiomas a{
    color: #CA181F;
}
/* INDEX */
.seccion_index{
    width: 1008px;
    margin-left: 11px;
}
#video_home{
    background: transparent url("../images/marcovideo.png") no-repeat;
    width: 546px;
    height: 342px;
    margin: 14px auto;
}
.iframe_video{
    width: 523px;
    height: 316px;
    float: left;
    margin-left: 11.5px;
    margin-top: 14px;
}

/* NOSOTROS */
.seccion_nosotros{
    background: transparent url("../images/backproductoprincipal.png");
    background-position: center top;
    width: 1008px;
    margin-left: 11px;
    /*width: 100%;*/
}
.informacion_nosotros{
    width: 600px;
    margin: auto;
    font-family: "DINEngschriftRegular";
    color:#999;
    text-align: center;
}
.titulo_nosotros{
    font-size: 37px;
    color: #CA181F;
    margin: 0;
    padding: 20px;
}
.texto_nosotros{
    font-size: 26px;
}

/* MENU PRODUCTOS */
.seccion_menuproductos{
    width: 1008px;
    margin-left: 11px;
}
.menuproductos{
    width: 496px;
    margin: auto;
    padding: 10px;
}

/* PRODUCTOS */
.seccion_productos{
    width: 100%;
}
.contenido_detalle_producto{
    background: transparent url("../images/backproductoprincipal.png");
    background-position: top center;
    width: 100%;
    float: left;
    height: 275px;
}
.contenido_carrusel{
    width: 100%;
    float: left;
    height: 77px;
    margin-top: 10px;
}
.contenedor_carrusel{
    width: 402px;
    height: 77px;
    background: transparent url("../images/sombracarrusel.png") no-repeat;
    margin: auto;
}
#anterior_carrusel{
    background: transparent url("../images/flechaizquierda.png") no-repeat;
}
#siguiente_carrusel{
    background: transparent url("../images/flechaderecha.png") no-repeat;
}
.flecha_carrusel{
    width: 25px;
    height: 50px;
    float: left;
    cursor: pointer;
    margin-top: 11px;
}
.contenedor_centrado_carrusel{
    width: 288px;
    float: left;
    margin-left: 32px;
    margin-right: 32px;
    overflow: hidden;
}
.contenedor_todos_carrusel{
    width: 10000px;
}
.productos_carrusel{
    width: 95px;
    float: left;
    height: 77px;
    text-align: center;
    margin-top: 13.5px;
}
.separador_carrusel{
    float: left;
    width: 1px;
}

/* CONSULTA */
#detalle_producto{
    width: 690px;
    margin: auto;
}
.secciones_detalle{
    height: 275px;
}
#sec1_detalle{
    width: 76px;
    float: left;
    text-align: center;
    position: relative;
}
#nombre_producto{
    color: #fff;
    font-size: 18px;
    font-family: "DINEngschriftRegular";
}
.boton_regresar{
    position: absolute;
    bottom: 5px;
}
#sec2_detalle{
    width: 380px;
    float: left;
}
.flechas{
    float: left;
    width: 25px;
    height: 50px;
    cursor: pointer;
    margin-top: 112.5px;
}
#anterior_principal{
    margin-left: 10px;
    margin-right: 5px;
}
#siguiente_principal{
    margin-left: 5px;
    margin-right: 10px;
}
#contenedor_principal{
    background: transparent url("../images/sombraproductoprincipal.png");
    width: 300px;
    height: 275px;
    float: left;
    overflow: hidden;
}
.contenedor_carrusel_principal{
    width: 10000px;
}
.productos_principales{
    float: left;
    width: 300px;
    text-align: center;
}
#sec3_detalle{
    width: 200px;
    float: left;
}
.titulo_informacion{
    font-family: "DINEngschriftRegular";
    font-size: 31px;
    color: #fff;
    margin: 15px 0;
}
.icono_informacion{
    background: transparent url("../images/imagentituloinfo.png") no-repeat;
    width: 19px;
    height: 23px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
#scroll_informacion{
    height: 180px;
    width: 195px;
}
.texto_informacion{
    color: #666666;
    font-family: "helevetiva","Arial";
    font-size: 12px;
}
#sec4_detalle{
    width: 34px;
    float: left;
    position: relative;
}
.video_producto_detalle{
    width: 34px;
    height: 34px;
    cursor: pointer;
    position: absolute;
    bottom: 5px;
}
#takeovervideo{
    background-color: #000;
    opacity: 0.98;
    /*width: 614px;*/
    width: 578px;
    height: 275px;
    position: absolute;
    margin: auto;
    margin-left: 76px;
    display: none;
    z-index: 10;
}
.video_detalle{
    /*width: 520px;*/
    width: 402px;
    height: 275px;
    float: left;
    text-align: center;
    margin-left: 65px;
}
.tipo_video_detalle{
    float: left;
    width: 94px;
    font-family: "DINEngschriftRegular";
    color: #fff;
    font-size: 20px;
    margin-left: 15px;
    font-size: 16px
;
}
#tache_video_detalle{
    background: transparent url("../images/tache.png") no-repeat;
    float: right;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.titulo_video_detalle{
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 70.5px;
}
.icono_video{
    background: transparent url("../images/titulovideo.png") no-repeat;
    width: 22px;
    height: 24px;
    display: block;
    float: left;
    margin-top: 115.5px;
}

/* VIDEOS */
.seccion_videos{
    width: 1008px;
    margin-left: 11px;
}
.titulo_seccion_video{
    width: 100%;
    height: 28px;
    text-align: center;
    float: left;
}
.lista_reproduccion{
    width: 100%;
    float: left;
}
.lista_secciones{
    float: left;
    width: 154px;
    margin-left: 38.5px;
    margin-right: 38.5px;
}
.iconos_videos{
    background: url("../images/backminivideos.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 100px;
    margin-bottom: 10px;
    width: 153px;
    text-align: center;
    padding: 5px 0px;
}
#video_central{
    background: transparent url("../images/marcovideo.png") no-repeat;
    float: left;
    width: 546px;
    height: 342px;
}
.iframe_video_central{
    height: 316px;
    margin: 13px auto;
    width: 523px;
}

/* HEADQUARTER */
.seccion_headquarter{
    width: 1008px;
    margin-left: 11px; 
}
.contenido_headquarter{
    width: 645px;
    margin: auto;
}
.oficinas{
    width: 322.5px;
    float: left;
}
.titulo_headquarter{
    color: #FFFFFF;
    float: left;
    font-size: 25px;
    margin-top: 25px;
    text-align: center;
    width: 100%;
    font-family: "DINEngschriftRegular";
}
.sedes{
    float: left;
    /*margin-top: 90.5px;*/
    margin-top: 35.5px;
    width: 100%;
    text-align: center;
    position: relative;
}
.titulo_pais{
    color: #fff;
    font-family: "DINEngschriftRegular";
    font-size: 50px;
}
.direcciones{
    background: transparent url("../images/backpopinfo.png") no-repeat;
    width: 282px;
    height: 195px;
    position: absolute;
    margin: 75.5px 15px;
    text-align: center;
    color: #999999;
    font-family: "DINEngschriftRegular";
    font-size: 16px;
}
.direcciones > p{
    padding-top: 10px;
}

/* CONTACTO */
#contacto{
    width: 402px;
    margin: auto;
    background-color: #000;
    position: absolute;
    height: 600px;
    left: 0;
    right: 0;
    z-index: 10;
    font-family: "DINEngschriftRegular";
    font-size: 19px;
    opacity: 0.95;
    display: none;
    z-index: 11;
}
#formulario{
    margin: 127px auto;
}
.radio_inactivo{
    background: transparent url("../images/radio.png") no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    margin-top: -5px;
    cursor: pointer;
}
.radio_activo{
    background: transparent url("../images/radioactivo.png") no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    margin-top: -5px;
}
.opcioncontactar{
    color: #ff3333;
}
.opcioncontactar_activado{
    color: #fff;
}
.titulosformulario{
    color:#fff;
}
.caja_texto{
    background: transparent url("../images/cajatexto.png") no-repeat;
    width: 272px;
    height: 26px;
}
#nombre, #mail{
    background: #000;
    float: left;
    margin-top: -1px;
    border: none;
    height: 18px;
    margin-top: 2px;
    margin-left: 4px;
    width: 255px;
    color: #999999;
    font-size: 17px;
    font-family: "DINEngschriftRegular";
}
.cajatextarea{
    background: transparent url("../images/textarea.png") no-repeat;
    width: 272px;
    height: 107px;
}
#asunto{
    background-color: #000;
    border: medium none;
    float: left;
    height: 85px;
    margin-left: 10px;
    margin-top: 5px;
    padding: 5px;
    width: 245px;
    color: #999999;
    font-size: 17px;
    font-family: "DINEngschriftRegular";
}
#enviar_datos{
    background: transparent url("../images/enviar.png") no-repeat;
    width: 71px;
    height: 26px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin-left: 30px;
}
#tache_contacto{
    background: transparent url("../images/tacheform.png") no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    right: -11px;
    margin-top: 194px;
    cursor: pointer;
}