@font-face {
    font-family: 'akzidenz-grotesk_nextbold';
    src: url('font/agnextbold-webfont.eot');
    src: url('font/agnextbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/agnextbold-webfont.woff2') format('woff2'),
         url('font/agnextbold-webfont.woff') format('woff'),
         url('font/agnextbold-webfont.ttf') format('truetype'),
         url('font/agnextbold-webfont.svg#akzidenz-grotesk_nextbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'akzidenz-grotesk_nextBdIt';
    src: url('font/agnextboldita-webfont.eot');
    src: url('font/agnextboldita-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/agnextboldita-webfont.woff2') format('woff2'),
         url('font/agnextboldita-webfont.woff') format('woff'),
         url('font/agnextboldita-webfont.ttf') format('truetype'),
         url('font/agnextboldita-webfont.svg#akzidenz-grotesk_nextBdIt') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'akzidenz-grotesk_next_regulIt';
    src: url('font/agnextita-webfont.eot');
    src: url('font/agnextita-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/agnextita-webfont.woff2') format('woff2'),
         url('font/agnextita-webfont.woff') format('woff'),
         url('font/agnextita-webfont.ttf') format('truetype'),
         url('font/agnextita-webfont.svg#akzidenz-grotesk_next_regulIt') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'akzidenz-grotesk_nextMdIt';
    src: url('font/agnextmedita-webfont.eot');
    src: url('font/agnextmedita-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/agnextmedita-webfont.woff2') format('woff2'),
         url('font/agnextmedita-webfont.woff') format('woff'),
         url('font/agnextmedita-webfont.ttf') format('truetype'),
         url('font/agnextmedita-webfont.svg#akzidenz-grotesk_nextMdIt') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'akzidenz-grotesk_nextmedium';
    src: url('font/agnextmedium-webfont.eot');
    src: url('font/agnextmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/agnextmedium-webfont.woff2') format('woff2'),
         url('font/agnextmedium-webfont.woff') format('woff'),
         url('font/agnextmedium-webfont.ttf') format('truetype'),
         url('font/agnextmedium-webfont.svg#akzidenz-grotesk_nextmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'akzidenz-grotesk_next_regulRg';
    src: url('font/agnextregular-webfont.eot');
    src: url('font/agnextregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/agnextregular-webfont.woff2') format('woff2'),
         url('font/agnextregular-webfont.woff') format('woff'),
         url('font/agnextregular-webfont.ttf') format('truetype'),
         url('font/agnextregular-webfont.svg#akzidenz-grotesk_next_regulRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    margin: 0px;
    padding: 0px;
    font-family: 'akzidenz-grotesk_nextmedium';
    font-size: 18px;
    background-color: #19167d;
}

/* menu */

header{
    width: 100%;
    margin: auto;
    background-color: #e5e5e5;
}

#cabecera{
    display: block;
    float: left;
    clear: both;
    height: 65px;
}

.menu-fixed{
    width: 100%;
    height: 65px;
    z-index: 100;
    position: relative;
    box-shadow: 0px 5px 15px rgba(0,0,0,.3), inset 0 0 20px 5px rgba(0,0,0,.1);
}

.menu-fixed ul{
    margin: auto;
    list-style: none;
    padding: 0px;
    float: right;
}

.boton{
    width: 200px;
    height: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
}

#home{
    height: 65px;
    width: 820px;
    float: left;
    clear: both;
    position: absolute;
}

.link{
    font-family: 'akzidenz-grotesk_nextmedium';
    text-decoration: none;
    text-align: center;
    display: block;
    border-left: 2px solid #939393;
    height: 45px;
    padding: 20px 0px 0px 0px;
    color: #1c17bf;
    -webkit-transition: background-color, color, box-shadow;
    -webkit-transition-duration: 0.3s;
    -moz-transition: background-color, color, box-shadow;
    -moz-transition-duration: 0.3s;
    -o-transition: background-color, color, box-shadow;
    -o-transition-duration: 0.3s;
}

.link:hover{
    color: #fff;
    border: 0px;
    background: rgba(255,0,0,1);
background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(242,70,70,1) 3%, rgba(250,97,97,1) 8%, rgba(250,73,73,1) 47%, rgba(240,62,62,1) 53%, rgba(255,59,59,1) 60%, rgba(255,0,0,1) 76%, rgba(255,0,13,1) 91%, rgba(255,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,0,0,1)), color-stop(3%, rgba(242,70,70,1)), color-stop(8%, rgba(250,97,97,1)), color-stop(47%, rgba(250,73,73,1)), color-stop(53%, rgba(240,62,62,1)), color-stop(60%, rgba(255,59,59,1)), color-stop(76%, rgba(255,0,0,1)), color-stop(91%, rgba(255,0,13,1)), color-stop(100%, rgba(255,0,0,1)));
background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(242,70,70,1) 3%, rgba(250,97,97,1) 8%, rgba(250,73,73,1) 47%, rgba(240,62,62,1) 53%, rgba(255,59,59,1) 60%, rgba(255,0,0,1) 76%, rgba(255,0,13,1) 91%, rgba(255,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(242,70,70,1) 3%, rgba(250,97,97,1) 8%, rgba(250,73,73,1) 47%, rgba(240,62,62,1) 53%, rgba(255,59,59,1) 60%, rgba(255,0,0,1) 76%, rgba(255,0,13,1) 91%, rgba(255,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(242,70,70,1) 3%, rgba(250,97,97,1) 8%, rgba(250,73,73,1) 47%, rgba(240,62,62,1) 53%, rgba(255,59,59,1) 60%, rgba(255,0,0,1) 76%, rgba(255,0,13,1) 91%, rgba(255,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,0,0,1) 0%, rgba(242,70,70,1) 3%, rgba(250,97,97,1) 8%, rgba(250,73,73,1) 47%, rgba(240,62,62,1) 53%, rgba(255,59,59,1) 60%, rgba(255,0,0,1) 76%, rgba(255,0,13,1) 91%, rgba(255,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000', GradientType=0 );
}

/* cuerpo */

#contenido{
    width: 100%;
    height: auto;
    background: rgba(0,0,168,1);
background: -moz-linear-gradient(top, rgba(0,0,168,1) 0%, rgba(7,7,233,1) 30%, rgba(0,0,168,1) 60%, rgba(0,0,168,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,168,1)), color-stop(30%, rgba(7,7,233,1)), color-stop(60%, rgba(0,0,168,1)), color-stop(100%, rgba(0,0,168,1)));
background: -webkit-linear-gradient(top, rgba(0,0,168,1) 0%, rgba(7,7,233,1) 30%, rgba(0,0,168,1) 60%, rgba(0,0,168,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,168,1) 0%, rgba(7,7,233,1) 30%, rgba(0,0,168,1) 60%, rgba(0,0,168,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,168,1) 0%, rgba(7,7,233,1) 30%, rgba(0,0,168,1) 60%, rgba(0,0,168,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,168,1) 0%, rgba(7,7,233,1) 30%, rgba(0,0,168,1) 60%, rgba(0,0,168,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000a8', endColorstr='#0000a8', GradientType=0 );
}

#body{
    width: 1200px;
    height: 300px;
    margin: auto;
    padding: 75px 0px 75px 0px;
}

.clases{
    width: 1200px;
    height: auto;
    margin: 0px;
    padding: 0px;
    position: absolute;
    z-index: 90;
}

.clases ul{
    width: 272px;
    height: 285px;
    float: left;
    margin: -45px 33px 0px 0px;
    padding: 0px;
}

.clases ul li{
    font-family: 'akzidenz-grotesk_next_regulRg';
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #fff;
}

.arriba{
    height: 45px;
    background-color: #939393;
}

.abajo{
    height: 240px;
    background-color: #d9d9d9;
}

h1{
    font-family: 'akzidenz-grotesk_next_regulIt';
    font-size: 30px;
    text-align: center;
    display: block;
    margin: auto;
    padding: 20px;
    color: #fff;
    width: 45%;
    border: 2px solid #ff0000;
}

h2{
    font-family: 'akzidenz-grotesk_next_regulIt';
    font-weight: inherit;
    font-size: 26px;
    text-align: center;
    display: block;
    margin-top: 25px;
    color: #fff;
}

h3{
    font-family: 'akzidenz-grotesk_next_regulRg';
    font-weight: inherit;
    font-size: 18px;
    text-align: center;
    display: block;
    color: #fff;
    width: 100px;
    margin: auto;
    padding: 6px 0px 5px 6px
}

#fromhome{
    display: block;
    margin: auto;
}

#franja{
    width: 100%;
    height: auto;
    background-color: #fff;
}

#franja h1{
    font-family: 'akzidenz-grotesk_next_regulIt';
    color: #ff0000;
    background-color: transparent;
    padding: 60px 0px 60px 0px;
    border: none;
    width: 100%;
    
}

.border{
    display: block;
    margin: auto;
    width: 100%;
}

#marcas{
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #bfbfbf;
    box-shadow: inset 0 0 100px 10px rgba(255, 252, 252, 0.5); 
}

.contenedor{
    width: 1200px;
    height: auto;
    margin: auto;
}

#marcas img{
    margin: 30px 0px 0px 0px;
}

/* slider */

#page{
    width: 100%;
    height: 650px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#slider {
width:100%;
height:650px;
				
/*IE bugfix*/
padding:0;
margin:0;
}
			
#slider li { 
    list-style:none;
}

#titulo{
    width: 400px;
    height: 300px;
    margin: 10% 0px 0px 12%;
    position: absolute;
    z-index: 70;
}

/* productos */

#contenidobis{
    width: 100%;
    padding: 30px 0px 30px 0px;
    background: rgba(0,0,168,1);
background: -moz-linear-gradient(top, rgba(0,0,168,1) 0%, rgba(7,7,233,1) 50%, rgba(0,0,168,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,168,1)), color-stop(50%, rgba(7,7,233,1)), color-stop(100%, rgba(0,0,168,1)));
background: -webkit-linear-gradient(top, rgba(0,0,168,1) 0%, rgba(7,7,233,1) 50%, rgba(0,0,168,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,168,1) 0%, rgba(7,7,233,1) 50%, rgba(0,0,168,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,168,1) 0%, rgba(7,7,233,1) 50%, rgba(0,0,168,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,168,1) 0%, rgba(7,7,233,1) 50%, rgba(0,0,168,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000a8', endColorstr='#0000a8', GradientType=0 );
}

#body2{
    width: 1280px;
    height: 470px;
    margin: auto;
    padding: 0px;
}

.thumbs{
    width: 16.66%;
    height: 45%;
    padding: 0px;
    margin: 0px;
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
}

.thumbs a{
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px;
}

.bajada{
    display: block;
    width: 91%;
    height: 0px;
    font-family: 'akzidenz-grotesk_next_regulRg';
    color: #e5e5e5;
    font-size: 14px;
    background-color: rgba(4, 2, 39, 0.8);
    margin: 0px;
    padding: 10px;
    position: absolute;
    bottom: -20px;
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    -o-transition: height .4s;
}

.thumbs:hover .bajada{
    height: 40px;
    bottom: 0px;
}

#body2 .arriba{
    font-family: 'akzidenz-grotesk_next_regulRg';
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #fff;
}

/*contactos*/

.capa-anti-eventos {
    width: 100%;
    height: 650px;
    position: absolute;
    cursor: pointer;
}

#page iframe{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 650px;
}

.clases .ancho{
    width: 100%;
}

.bordertop{
    display: block;
    margin: 0px;
    width: 100%;
    
}

.clases .ancho .abajo{
    height: 670px;
    margin: 0px;
    padding: 0px;
}

#body3{
    width: 1200px;
    height: 700px;
    margin: auto;
}

.formulario{
    width: 39.9%;
    float: left;
    margin: 0px;
    padding: 5%;
    text-align: left;
}

.formulario h1{
    padding: 0px;
    background-color: transparent;
    border: none;
    font-family: 'akzidenz-grotesk_nextMdIt';
    text-align: left;
    color: #19167d;
    width: auto;
}

#blue{
    text-align: center;
    background-color: #19167d;
    color: #fff;
    font-weight: inherit;
    padding: 4% 0 4% 0;
    width: 100%;
}

.datos{
    text-align: left;
    font-size: 18px;
    font-family: 'akzidenz-grotesk_nextmedium';
    font-weight: inherit;
    color: #000000;
    width: 90%;
    float: left;
}

.icon{
    display: block;
    float: left;
    margin: 30px 15px 0px 0px;
}

#envios{
    display: block;
    margin: auto;
    padding: 40px 0px 0px 0px;
}

#subenvios{
    color: #19167d;
    font-family: 'akzidenz-grotesk_nextMdIt';
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 15px 0px 15px 0px;
}

#divisor{
    display: block;
    float: left;
    margin-top: 55px;
}

.formulario input{
    width: 90%;
    background-color: #fff;
    border-style: none;
    border: 1px solid #939393;
}
 
.formulario #mensaje{
    width: 90%;
    background-color: #fff;
    border-style: none;
    border: 1px solid #939393;
    margin: 10px 0px 10px 0px;
}

.formulario label{
    color: #19167d;
    font-family: 'akzidenz-grotesk_next_regulRg';
    font-weight: bolder;
}

.formulario #enviar{
    width: 25%;
    height: 30px;
    background-color: #1c17bf;
    color: #fff;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
}

.formulario #enviar:hover{
    background-color: #19167d;
}


/* Footer */

footer{
    width: 100%;
    height: 65px;
    background-color: #939393;
    margin: 0px;
    padding: 0px;
}

#pie{
    width: 1200px;
    height: 100%;
    margin: auto;
    padding: 0px;
}

#pie ul{
    width: 16.5%;
    height: 50%;
    float: left;
    border-left: 1px solid #fff;
    font-family: 'akzidenz-grotesk_nextmedium';
    font-size: 12px;
    color: #fff;
    margin: 10px 0px 0px 0px;
    padding-top: 15px;
}

#pie .doble{
    border-right: 1px solid #fff;
}

#pie ul a{
    text-decoration: none;
    color: #fff;
}

#pie ul img{
    margin: -5% 0% 0% 15%;
}