html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
a{
    margin:0;
    padding:0;
    text-decoration: underline;
}
ul{
    list-style: none;
}
p{
    color: gray;
    font-size: 14px;
}
strong{
    color: black;
}
.clear{
    clear: both;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*end reset*/

header{
    height: 142px;
    width: 100%;
}
body{
    background: url(../imgs/bg-slide.jpg) repeat;
}
.cabecera{
    height: 102px;
    background: white;
    border-bottom: 1px solid black;
}
.contenedor{
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
.logo{
    float: left;
    display: block;
    width: 301px;
    height: 47px;
    margin: 40px 0 0 20px;
}
.informacion{
    width: 456px;
    float: right;
    display: block;
    margin-right: 40px;
}
.correo{
    width: 220px;
    float: left;
    text-align: left;
    color: #505050;
    font-size: 13px;
    font-family: arial;
    border-right: 1px solid gray;
    padding-right: 24px;
    margin-top: 25px;
}
.correo strong{
    font-family: 'bebas_neueregular';
    color: #505050;
    font-size: 16px;
    font-weight: normal;
}
.telefono{
    width: 82px;
    float: left;
    background: url(../imgs/iconos.png) no-repeat 0px -430px;
    color: #505050;
    font-size: 13px;
    font-family: arial;
    padding-left: 40px;
    margin: 36px 0 0 20px;
}
.logo-deutz{
    width: 68px;
    height: 68px;
    background: url(../imgs/iconos.png) no-repeat 0 0;
    display: block;
    float: right;
}

/*------------------fin header----------------*/

/*------------------menu----------------*/

.menu{
    height: 40px;
    width: 100%;
    background: url(../imgs/bg-carrusel.jpg) repeat;
}
.menu nav{
    width: 740px;
    float: left;
    margin-left: 100px;
}
.menu nav li{
    float: left;
}
.menu nav li a{
    display: block;
    font-family: 'bebas_neueregular';
    color: white;
    font-size: 19px;
    font-weight: normal;
    text-decoration: none;
    width: 96px;
    text-align: center;
    margin: 8px 18px 0 18px;
    height: 20px;
    padding-left: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu nav li a:hover, .menu nav li a.active{
    background: url(../imgs/ver-producto.png) no-repeat center left;
    color: rgb(255, 210, 0);
}
.redes{
    float: right;
    display: block;
    width: 90px;
    margin-right: 40px;
}
.redes li{
    float: left;
}
.redes li a.facebook, .redes li a.twitter{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../imgs/iconos.png) no-repeat 0px -151px;
    margin: 4px 0 0 12px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.redes li a.twitter{
    background: url(../imgs/iconos.png) no-repeat 0px -231px;
}
.redes li a.facebook:hover{
    background: url(../imgs/iconos.png) no-repeat 0px -191px;
}
.redes li a.twitter:hover{
    background: url(../imgs/iconos.png) no-repeat 0px -271px;
}

/*-----------------fin -menu----------------*/

/*-----------------slide----------------*/

#bg-slide{
    height: 326px;
    width: 100%;
    background: url(../imgs/bg-slide.jpg) repeat;
    border-bottom: 2px solid white;
}
#contenido{
    width: 100%;
    background: url(../imgs/bg-slide.jpg) repeat;
    padding-bottom: 40px;
	float:left;
}

/*-----------------fin slide----------------*/

.contenido{
    width: 100%;
    height: 201px;
    background: url(../imgs/bg-carrusel.jpg) repeat;
    border-bottom: 1px solid white;
}
#bienvenido{
    width: 264px;
    float: left;
    margin: 20px 0 0 32px;
}
.texto{
    color: white;
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
}
.texto a{
    color: #EED046;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.texto a:hover{
    background: #EED046;
    color: #092559;
    padding: 0px 5px;
}

/*---------------------carrusel-producto--------------------*/

.container {
    width: 644px;
    margin: 18px auto 0px 42px;
    float: left;
}
ul.tabs {
    padding: 0;
    float: left;
    list-style: none;
    height: 33px;
    width: 100%;
    margin-bottom: -2px;
}
ul.tabs li {
    float: left;
    padding: 0;
    width: 165px;
    height: 31px;
    line-height: 31px;
    border-left: none;
    background: #0F55AA;
    overflow: hidden;
    position: relative;
    margin: 0 -1px -1px 0 ;
}
ul.tabs li a {
    text-decoration: none;
    display: block;
    color: white;
    font-family: 'bebas_neueregular';
    font-size: 22px;
    padding: 0 20px;
    outline: none;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
ul.tabs li a:hover {
    background: #115EBB;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
    background: #0D1F33;
}
.tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    height: 134px;
    background: #0D1F33;
}
.tab_content {
    font-size: 1.2em;
    margin: 12px 0 0 84px;
}
.tab_content img {
    width: 143px;
}
.slides{
    position: relative;
}
.slides_container {
    width:469px;
    display:none;
}
.slides_container div.slide {
    width:489px;
    height:110px;
    display:block;
}
.item {
    float:left;
    width:143px;
    height:110px;
    margin-right: 20px;
    background:white;
}
.pagination {
    display: none;
}
.slides .next, .slides .prev{
    display: block;
    width: 20px;
    height: 21px;
    background: url(../images/iconos2.png) no-repeat 0px -29px;
    text-indent: 99999999px;
    position: absolute;
    top: 45px;
    z-index: 10;
    right: 40px;
    overflow: hidden;
}
.slides .prev{
    left: -50px;
    right: 0;
    background: url(../images/iconos2.png) no-repeat 0 0;
}
.ver-todos{
    position: absolute;
    top:0;
    z-index: 12;
    right: 18px;
    color: white;
    text-align: center;
    text-decoration: underline;
    font-family: 'bebas_neueregular';
    font-size: 17px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ver-todos:hover{
    color: #EED046;
}

/*---------------------fin de carrusel productos--------------------*/

footer{
	width:100%;
    height:auto;
    padding: 13px 0;
    position: relative;
    z-index: 10;
	overflow:hidden;
    background: url(../imgs/bg-slide.jpg) repeat;
    border-top: 2px double white;
    -webkit-box-shadow: 0 -6px 6px -7px black;
    -moz-box-shadow: 0 -6px 6px 7px black;
}
.privacidad{
    float: left;
    width: 300px;
    font-family: arial;
    font-size: 13px;
    color: #505050;
    margin: 8px 0 0 20px;
}
.privacidad strong{
    color: #0935AA;
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
}
#insotec{
    float: right;
    width: 350px;
    text-align: right;
    font-family: arial;
    font-size: 13px;
    color: #505050;
    margin: 8px 18px 0 0;
}
#insotec strong{
    font-family: arial;
    font-size: 13px;
    color: #505050;
    font-weight: bold;
}
#insotec a{
    font-size: 12px;
    color: #0935AA;
}
#insotec a:hover{
    color: #0935AA;
    font-weight: bold;
}
.logo-footer{
    display: block;
    float: right;
    background: url(../imgs/iconos.png) no-repeat 0px -387px;
    width: 182px;
    height: 26px;
    margin:10px 20px 0 0;
}

/*------------------SLIDER----------------------*/

#content_inner {
    width: 865px;
    height: 288px;
    margin: 0 auto;
    position: relative;
}
.slides1_wrap {
    position: relative;
    width: 865px;
    height:325px;
}
#slides1 {
    overflow: hidden;
    height: 300px;
}
#slides1 li {
    list-style: none;
    width: 763px;
}
#slides1 .content {
    width: 420px;
    height: 210px;
    display: block;
    float: left;
    margin: 0px 0 0 50px;
}
.slides1_wrap .prev {
    position: absolute;
    left: -30px;
    top: 140px;
    outline: 0;
}
.slides1_wrap .next {
    position: absolute;
    right: 20px;
    top: 140px;
    outline: 0;
}
.slides1_wrap a:active {
    top: 142px;
}
.bx_pager {
    list-style:none;
    width: 94px;
    height: 20px;
    margin:  0 auto;
}
.bx_pager a {
    display: block;
    width: 15px;
    height: 15px;
    background: #0D1F33;
    margin: 0 4px;
    float: left;
    text-indent: 99999999px;
    overflow: hidden;
}
.bx_pager a:hover, .bx_pager a.active {
    background: #114ec0;
}
.auto_controls {
    position: absolute;
    bottom: -11px;
    left: 394px;
    display: none;
}
.bxslider_container{
    width: 835px !important;
}

/*-----------DESCRIPCION IZQUIERDA-------------*/

.descripcion{
    width: 408px;
    height: 210px;
    display: block;
    float: left;
    margin: 55px 0 0 50px;
}
.contenedor-titulo{
    display: block;
    background: #114ec0;
    width: 324px;
    height: 55px;
    padding: 8px 0 0 18px;
    float: left;
}
.esquina{
    float: left;
    background: url(../imgs/iconos.png) repeat 0px -78px;
    width: 18px;
    height: 63px;
    display: block;
}
.icono-flecha{
    display: block;
    float: left;
    width: 19px;
    height: 43px;
    background: url(../imgs/icono.png) repeat;
}
.titulo-producto{
    float: left;
    display: block;
    line-height: 21px;
    font-size: 14px;
    margin-left: 18px;
}
.titulo-producto span{
    color: #ffd200;
    font-family: 'bebas_neueregular';
    font-size: 22px;
    font-weight: normal;
}
.titulo-producto h2{
    color: #fff;
    font-family: 'bebas_neueregular';
    font-size: 28px;
    font-weight: normal;
}
.texto-slide{
    color: #4c4c4c;
    font-family: arial;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    width: 365px;
    margin-top: 40px;
    font-weight: bold;
}
.ver-producto{
    display: block;
    background: #114ec0;
    width: 110px;
    height: 28px;
    color: white;
    font-family: 'bebas_neueregular';
    font-size: 18px;
    padding: 7px 0 0 26px;
    text-decoration: none;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ver-producto:hover{
    background: #0D1F33;
    color: #ffd200;
    text-decoration: underline;
}

/*------------------FIN DE DESCRIPCION---------------------*/

/*------------------PRODUCTO PRINCIPAL----------------------*/

.producto-slide{
    display: block;
    float: right;
    width: 292px;
    height: 264px;
    display: block;
    margin: 38px 0 0 13px;
}

/*------------------FIN PRODUCTO PRINCIPAL---------------------*/

#slides1_wrap .prev{
    display: block;
    width: 25px;
    height: 28px;
    background: url(../imgs/iconos.png) no-repeat 0px -349px;
    text-indent: 9999999px;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 10;
    overflow: hidden;
}
#slides1_wrap .next{
    display: block;
    width: 25px;
    height: 28px;
    background: url(../imgs/iconos.png) no-repeat 0px -311px;
    text-indent: 9999999px;
    overflow: hidden;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 10;
}

/*------------------POP UP----------------------*/

#screenshot{
    position:absolute;
    border:1px solid #333;
    background:#333;
    padding:5px;
    display:none;
    width: 146px;
    height: 97px;
}

/*--------------------nosotros-----------------------*/

.indicador{
    display: block;
    background: #114ec0;
    width: 166px;
    height: 36px;
    padding: 10px 0 0 18px;
    float: left;
    margin: 25px 0 22px 20px;
}
.esquina2{
    float: left;
    background: url(../imgs/nosotros/indicadores.png) no-repeat 0 -41px;
    width: 14px;
    height: 46px;
    display: block;
    margin-top: 25px;
}
.arrow-indicador{
    display: block;
    float: left;
    width: 14px;
    height: 31px;
    background: url(../imgs/nosotros/indicadores.png) no-repeat 0 0;
}
.indicador-titulo{
    float: left;
    display: block;
    line-height: 21px;
    font-size: 14px;
    margin-left: 18px;
}
.indicador-titulo h2{
    color: #fff;
    font-family: 'bebas_neueregular';
    font-size: 28px;
    font-weight: normal;
    padding-top: 3px;
}

/*--------------------textos de nosotros-----------------------*/

.nosotros-texto{
    width: 366px;
    display: block;
    float: left;
    margin-left: 20px;
}
.titulo2{
    color: white;
    font-family: 'bebas_neueregular';
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: normal;
}
.titulo, .titulo-productos{
    color: #383838;
    font-family: 'bebas_neueregular';
    font-size: 24px;
    display: block;
    background: url(../imgs/nosotros/vineta.jpg) no-repeat left center;
    padding-left: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}
.titulo-productos{
    width: 207px;
    margin-bottom: 0;
}
.titulo span{
    color: #114ec0;
    font-family: 'bebas_neueregular';
    font-size: 24px;
}
.parrafo, .parrafo-productos, .parrafo-contac{
    font-family: arial;
    color: #4d4d4d;
    font-size: 13px;
    line-height: 18px;
}
.parrafo-productos, .parrafo-productos2{
    color: white;
    width: 480px;
    line-height:19px;
    margin: 10px 15px 0 0;
    float: left;
    display: block;
    font-size: 12px;
    font-family: arial;
}
.parrafo-productos strong{
    color: rgb(255, 210, 0);
    font-size: 15px;
    font-weight: bold;
    line-height:35px;
}
.parrafo-contac{
    margin-top: 20px;
}
.img-nosotros{
    float: left;
    width: 548px;
    margin: 0 0 10px 40px;
    height: 345px;
    border: 2px solid white;
}
.mision, .vision{
    width: 388px;
    height: 158px;
    float: left;
    margin: 15px 0 0 0px;
}
.vision{
    width: 950px;
    margin-left: 20px;
    height: 120px;
}

/*--------------------slide nosotros-----------------------*/

.slides_container{
    width:548px;
    overflow:hidden;
    position:relative;
    display:none;
}
.slides_container div.slide-nos {
    width:548px;
    height:345px;
    display:block;
    position: relative;
}
.img-servicios .slides_container{
    width:618px;
    overflow:hidden;
    position:relative;
    display:block;
}
.img-servicios .slides_container div.slide-serv {
    width:611px;
    height:386px;
    display:block;
    position: relative;
}
.img-nosotros .pagination {
    width: 69px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #114ec0;
    padding: 10px;
}
.img-nosotros .pagination li{
    float: left;
    display: block;
    width: 15px;
    height: 15px;
    background: white;
    margin: 0 4px;
    float: left;
    text-indent: 99999999px;
    overflow: hidden;
}
.img-nosotros .pagination li a{
    display: block;
    width: 15px;
    height: 15px;
}
.img-nosotros .pagination li.current{
    background: rgb(255, 210, 0);
}

/*--------------------contacto-----------------------*/

.formulario{
    width: 553px;
    float: left;
    margin-left: 20px;
}
.mapa{
    float: left;
    width: 358px;
    height: 358px;
    margin: 40px 0 0 40px;
}
.mapa a{
    font-size: 12px;
    color: #114ec0;
    font-family: arial;
}
.izq-form{
    width: 255px;
    display: block;
    float: left;
    margin-top: 20px;
}
.dere-form{
    width: 254px;
    height: 115px;
    display: block;
    float: left;
    margin: 20px 0 0 44px;
}
.caja-contacto2{
    margin: 0 0 9px 0;
}
.rotulo-contacto2 {
    font-family: 'bebas_neueregular';
    font-size: 18px;
    color: #353535;
    width: 160px;
    display: block;
    padding-top: 4px;
}
.rotulo-contacto2 span{
    font-family: 'bebas_neueregular';
    font-size: 20px;
    color: #114ec0;
}
.campos{
    font-family: arial;
    font-size: 13px;
    color: white;
}
.cajatexto2{
    width: 254px;
    height: 28px;
    background: #fff;
    border: none;
    border-left: 5px solid rgb(201, 201, 201);
}
.mensaje2{
    border: none;
    width: 550px;
    height: 170px;
    background: #fff;
    border: none;
    margin-top: 5px;
    font-family: arial;
    font-size: 12px;
    border-left:5px solid rgb(201, 201, 201);
}
.icono-reserva{
    display: block;
    float: left;
    margin-left: 30px;
}
.bloque-enviar{
    float: left;
}
.boton-enviar2{
    font-size: 20px;
    width: 110px;
    height: 34px;
    border: none;
    float: right;
    background: #114ec0;
    color: white;
    cursor: pointer;
    border-left: 5px solid #0A2E70;
    font-family: 'bebas_neueregular';
}
.boton-enviar2:hover{
    background: #0E3F98;
}

/*----------------------servicios-------------------*/

.servicios-texto{
    margin-left: 20px;
    float: left;
    width: 310px;
    margin-right: 25px;
}
.img-servicios{
    float: left;
    width: 611px;
    margin: 0 0 10px 30px;
    height: 386px;
    border: 2px solid white;
}
.img-servicios .pagination {
    width: 92px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #114ec0;
    padding: 10px;
}
.img-servicios .pagination li{
    float: left;
    display: block;
    width: 15px;
    height: 15px;
    background: white;
    margin: 0 4px;
    float: left;
    text-indent: 99999999px;
    overflow: hidden;
}
.img-servicios .pagination li a{
    display: block;
    width: 15px;
    height: 15px;
}
.img-servicios .pagination li.current{
    background: rgb(255, 210, 0);
}
.tuerca{
    position: absolute;
    background: url(../imgs/servicios/tuerca.png) no-repeat;
    display: block;
    width: 124px;
    height: 80px;
    left: 328px;
    bottom: -25px;
    z-index: 10;
}

/*----------------------motores-------------------*/

/*-------------DESTACADOS-------------*/

#box-destacados{
    width: 950px;
    margin: 0px 0 0 18px;
}
#slide-destacados{
    position: relative;
    margin: 0 auto;
    width: 900px;
    height: 458px;
}
#contenedor-slide{
    width: 646px;
    height: 327px;
    background: gray;
    float: left;
    margin: 28px 0 28px 30px;
    border: 1px solid rgb(204, 204, 204);
}
.descripcion-destacado{
    float: left;
    width:543px;
    height: 326px;
    background: url(../imgs/bg-carrusel.jpg) repeat;
    border-left: 3px solid #001A40;
}
.producto-destacado{
    margin: 15px 0 0 25px;
    width: 500px;
    display: block;
}
.controls{
    display: block;
    margin-left: 115px;
    padding-top: 28px;
}
.controls .next, .controls .prev{
    margin-left: 15px;
}

/* Clearfix ------------------------------------------------- */
.clearfix:after {content: "."; display: block;  height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*-------------SLIDER 2-------------*/

#container {
    position:relative;
    width: 900px;
    height: 458px;
}
.sliderbutton {
    display: block;
    margin-left: 115px;
    padding-top: 28px;
    position: absolute;
    z-index: 3;
    right: 110px;
}
.sliderbutton-prev {
    cursor:pointer;
    position:absolute;
    z-index: 2;
    top: 140px;
    right: 60px;
    background:url(../imgs/motores/arrows.png) no-repeat 0 -35px;
    width: 27px;
    height: 25px;
}
.sliderbutton-next {
    cursor:pointer;
    position:absolute;
    z-index: 2;
    top: 140px;
    right: 16px;
    background:url(../imgs/motores/arrows.png) no-repeat 0 0;
    width: 27px;
    height: 25px;
}
.sliderbutton-next:hover,.sliderbutton-next:active {
    right: 14px;
}
.sliderbutton-prev:hover,.sliderbutton-prev:active {
    right: 62px;
}
#slider {
    float:left;
    position:relative;
    overflow:hidden;
    width:920px;
    height:326px;
    margin-top: 120px;
}
#slider ul {
    position:absolute;
    list-style:none;
    top:0;
    left:0
}
#slider li {
    float:left;
    width:920px;
    height:312px
}
.pagination2 {
    width: 916px;
    position:absolute;
    top:0;
    list-style:none;
}
.pagination2 li {
    float:left;
    cursor:pointer;
     margin:0 5px 0 5px;
     border: 1px solid rgb(192, 192, 192);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
 }
.pagination2 li:hover,.pagination2 li.current {
    border: 1px solid #114ec0;
    border-bottom: 8px #114ec0 solid;
    border-top: 8px solid #114ec0;
}
.producto-destacado h2{
    font-size: 26px;
    color: rgb(255, 210, 0)
}
.controls{
    display: block;
    margin-left: 115px;
    padding-top: 28px;
    position: absolute;
    z-index: 3;
    right: 110px;
}
.controls .next, .controls .prev{
    margin-left: 15px;
}
.foto1{
    float: left;
    width: 354px;
    height: 349px;
}
#thumb1, #thumb2, #thumb3, #thumb4, #thumb5, #thumb6, #thumb7, #thumb8, #thumb9{
    background:url(../imgs/motores/thumb/thumb1.jpg) no-repeat;
    width: 88px;
    height: 80px;
}
#thumb2{
    background:url(../imgs/motores/thumb/thumb2.jpg) no-repeat;
}
#thumb3{
    background:url(../imgs/motores/thumb/thumb3.jpg) no-repeat;
}
#thumb4{
    background:url(../imgs/motores/thumb/thumb4.jpg) no-repeat;
}
#thumb5{
    background:url(../imgs/motores/thumb/thumb5.jpg) no-repeat;
}
#thumb6{
    background:url(../imgs/motores/thumb/thumb6.jpg) no-repeat;
}
#thumb7{
    background:url(../imgs/motores/thumb/thumb7.jpg) no-repeat;
}
#thumb8{
    background:url(../imgs/motores/thumb/thumb8.jpg) no-repeat;
}
#thumb9{
    background:url(../imgs/motores/thumb/thumb9.jpg) no-repeat;
}

/*----------------repuestos----------------*/
.menu-izq{
    float: left;
    width: 192px;
    height: auto;
    margin-left: 20px;
}
#menu-repuestos{
	float:left;
    width: 191px;
    height: auto;
    display: block;
    background: rgb(7, 124, 231);
    border: 3px solid #114ec0;
    padding: 10px 0 10px 0;
}
#menu-repuestos li a{
    color: white;
    font-family: 'bebas_neueregular';
    font-size: 19px;
    width: 191px;
    height: 29px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
}
#menu-repuestos li a:hover, #menu-repuestos li a.active{
    background: #114ec0;
    border-top: 1px solid #0B1859;
    border-bottom: 1px solid  #5BC6FF;
    height: 27px;
    color: rgb(255, 210, 0);
}
.menu-izq a.pedidos{ float:left; }
.menu-izq a.anadir{ float:left; }
.pedidos{
    width: 181px;
    height: 39px;
    display: block;
    text-align: center;
    background: #F0D30B url(../imgs/productos/carrito.png) no-repeat ;
    background-position: 17px 8px;
    border:3px solid #9B8000;
    font-family: 'bebas_neueregular';
    font-size: 21px;
    color: #514300;
    text-decoration: none;
    padding: 13px 0 0 10px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pedidos:hover, .pedidos.active{
    background: #F2D60B url(../imgs/productos/carrito.png) no-repeat ;
    background-position: 25px 8px;
    border: 1px solid rgb(192, 159, 0);
    text-decoration: underline;
    color: #9D8200;
}
.anadir{
    width: 181px;
    height: 39px;
    display: block;
    text-align: center;
    background: #f02b0b url(../imgs/productos/anadir.png) no-repeat ;
    background-position: 17px 8px;
    border:3px solid #9b0f00;
    font-family: 'bebas_neueregular';
    font-size: 21px;
    color: #730011;
    text-decoration: none;
    padding: 13px 0 0 10px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.anadir:hover, .pedidos.active{
    background: #ff492b url(../imgs/productos/anadir.png) no-repeat ;
    background-position: 25px 8px;
    border: 1px solid rgb(155, 15, 0);
    text-decoration: underline;
    color: #43010a;
}
#filtros{
    width: 713px;
    margin-left: 32px;
    float: left;
}
.cantidad{
    width: 100px;
}

/*----------------tablas----------------*/

table{
    width: 713px;
    border-spacing:0;
    margin-bottom: 15px;
}
caption, caption.yellow{
    background: #114ec0;
    color: white;
    text-align: center;
    padding: 10px 20px;
    font-size: 23px;
    font-family: 'bebas_neueregular';
    font-weight: normal;
}
caption.yellow{
    background: #F2D60B;
    color: #514300;
    border: 1px solid rgb(192, 159, 0);
}
th, td{
    padding: 4px 10px 4px 5px;
    background: rgb(235, 235, 235);
    text-align: center;
    border: rgb(214, 214, 214) solid 1px;
}
th{
    background: rgb(223, 223, 223);
    color: #3C3939;
    font-family: 'bebas_neueregular';
    font-weight: normal;
    font-size: 18px;
}
td{
    padding: 4px 10px 4px 5px;
    background: white;
    font-size: 13px;
    font-family: arial;
}
tr{
    height: 40px;
}
.ir-a-pedidos{
    float: right;
    display: block;
    margin: 10px 45px 0 0;
    height: 30px;
    font-family: 'bebas_neueregular';
    font-size: 18px;
    color: #3C3939;
}

/*----------------fin de tablas----------------*/

/*----------------pedidos----------------*/

#datos-pedidos{
    background: white;
/*    padding: 20px 25px 10px 30px;*/
    border-top: 2px solid #A9A7A7;
}
.caja-pedidos{
    display: block;
    width: 300px;
    background: white;
    float: left;
    margin: 0 0 10px 20px;
}
.rotulo-pedidos{
    display: block;
    float: left;
    width: 120px;
    font-family: arial;
    color: #4d4d4d;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}
.rotulo-pedidos span{
    color: #1443BE;
}
.pedidos-enviar{
    width: 100px;
    display: block;
    float: left;
    margin-left: 20px;
}
.boton-pedidos{
    background:#114ec0;
    width: 100px;
    color: white;
    font-family: 'bebas_neueregular';
    font-size: 18px;
    border: none;
    cursor: pointer;
    padding: 3px;
}
.boton-pedidos:hover{
    background: #2763ED;
}