/* @import url(https://web.archive.org/web/20180527092720cs_/http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300;|Anaheim); */


.tipografia-anaheim {
    font-family: 'Anaheim', sans-serif;
}

.condensed {
    font-family: 'Open Sans Condensed', sans-serif;
}

.clear {
    clear: both;
}

.bg_body {
    font-family: 'calibri';
    font-size: 12px;
    background: top center no-repeat fixed;
}

a {
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}

/*.w3{width:250px!important;margin:0!important;}
.w5{width:500px!important;}*/
#header {
    width: 100%;
    border-top: #004967 6px solid;
    background-image: 0 color-stop(1, rgb(0, 108, 155)));
}

#header .header {
    width: 1000px;
    height: 120px;
    position: relative;
    margin: 0 auto;
}

.header .phone {
    float: left;
    padding-top: 25px;
}

.header .phone h2 {
    background: url(../images/sprites_icon_phone.png) right center no-repeat;
    padding-right: 30px;
    font: 27px 'BenchNine';
    height: 41px;
    width: 240px;
    font-weight: 700;
    color: #FFF;
}

.phone p a {
    color: #59BDFF;
    font: 15px 'BenchNine';
}

.facebook {
    width: 59px;
    height: 62px;
    float: left;
    margin-right: 10px;
}

.facebook a {
    background: url(../images/sprites_icon.png) center no-repeat;
    background-position: -1px -51px;
    display: block;
    width: 59px;
    height: 62px;
}

.facebook a:hover {
    background-position: -66px -55px;
}

/*index*/
#left {
    float: left;
    width: 550px;
    margin: 50px 0px 0px 50px;
}

#right {
    float: right;
    width: 280px;
    height: 180px;

}

/*fin index*/
/*menu*/
.nav {
    width: 850px;
    position: absolute;
    top: 42px;
    right: 0px;
    height: 40px;
    margin-top: 38px;
}

.nav ul li {
    border-right: 1px solid #333;
}

.nav ul li a {
    background-color: rgba(0, 144, 168, .8);
    text-align: center;
    line-height: 40px;
    display: block;
    height: 40px;
    width: 120px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 4px;
}

.nav ul li a:hover {
    background: rgba(250, 250, 250, .80);
    color: #0076A7;
}

.nav li ul {
    display: none;
    position: absolute;
    min-width: 100px;

}

.nav li:hover>ul {
    display: block;

}

.costado {
    width: 150px;
    position: absolute;
    top: 42px;
    height: 40px;
    margin-top: 250px;
}

.costado ul li a {
    background-color: rgba(0, 144, 168, .8);
    text-align: center;
    line-height: 40px;
    display: block;
    height: 40px;
    width: 120px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 4px;
}

.costado ul li a:hover {
    background: rgba(250, 250, 250, .80);
    color: #0076A7;
    width: 200px;
}


/*fin menu*/

/*.sub-menu{top:40px!important;}
ul.sub-menu li{width:140px!important;height:25px!important;}
.sub-menu li a{font-size:10px!important;height:25px!important;line-height:20px!important;margin:0!important;padding:0!important;}
ul.sub-sub-menu{left:140px!important;}*/
#banner {
    width: 100%;
    background: url(../images/bg_slider.jpg) top center repeat-x;
}

#banner #banner_slider {
    width: 1000px;
    height: 462px;
    position: relative;
    background-color: #f7f7f7;
    margin: 0 auto;
}

#banner #banner_slider .cabecera_top {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.logo {
    width: 350px;
    position: absolute;
    left: 5px;
    z-index: 999;
    top: 10px;
}

#banner #banner_slider .buscador {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 280px;
    z-index: 999;
}

.buscador input[type=text],
input[type=phone] {
    background: none repeat scroll 0 0 #F3F3F3;
    border: none;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
    color: #666;
    float: left;
    height: 29px;
    width: 190px;
    font: 12px 'calibri';
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 0 10px;
}

.btn_buscar {
    background: url(../images/btn_search.png) no-repeat;
    background-position: 0 0;
    border: none;
    color: #FFF;
    cursor: pointer;
    height: 29px;
    width: 36px;
    font: 12px 'calibri';
}

.btn_buscar:hover {
    background-position: -43px 0;
}

#section {
    width: 100%;
}

.section {
    width: 1000px;
    margin: 0 auto;
    background: rgba(237, 245, 253, 0.94);
}

.section .cuerpo {
    border-top: 1px solid #f2f2f2;
    padding: 10px 10px 80px 10px;
}

.cuerpo .contendor-caja,
.contendor-caja {
    width: 270px;
    float: left;
    margin: 0 16px;
    padding: 0px 5px 0px 13px;
}

.cuerpo .linea-separador {
    height: 320px;
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #fff;
    width: 2px;
    float: left;
}

#slider {
    border: 6px solid #fff;
    box-shadow: 0 0 3px 0 #999;
    margin-bottom: 10px;
}

.contendor-caja #slider ul li a img {
    width: 256px;
    height: 99px;
    border: none;
    box-shadow: none;
    padding-top: 10px;
}

.contendor-caja img {
    box-shadow: 0 0 3px 0 #999;
}

.contendor-caja p {
    font-size: 14px;
    line-height: 17px;
    color: 0;
    padding-bottom: 10px;
}

.contendor-caja p a {
    color: #069;
}

a.btn {
    background: linear-gradient(top, #70b6fc0%, #2b72bf22%, #2f446c100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70b6fc', endColorstr='#2f446c', GradientType=0);
    width: 102px;
    height: 37px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 32px;
    padding-left: 10px;
    box-shadow: 0 0 3px 0 #999;
    border: 1px solid #2F4874;
}

a.btn img {
    border: 0;
    background: none;
    box-shadow: none;
    width: 7px;
    height: 6px;
    margin-left: 30px;
    float: none;
}

a.btn:hover {
    background: linear-gradient(top, #2f446c1%, #2b72bf58%, #70b6fc100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f446c', endColorstr='#70b6fc', GradientType=0);
}

#footer {
    width: 100%;
    height: 170px;
    background: url(../images/bg_1.jpg) center top repeat #202020;
}

#footer .footer {
    width: 1000px;
    padding-top: 14px;
    margin: 0 auto;
}

.footer p,
.copy p {
    color: #eaeaea;
}

.footer_cont p,
.footer_cont p a,
.copy p a {
    font-size: 20px !important;
    font-family: 'BenchNine';
    overflow: visible !important;
}

.footer_cont b {
    display: block;
    width: 90px;
    height: 25px;
    padding-left: 25px;
    line-height: 20px;
    background: url(../images/icon_footer.png) no-repeat;
}

.footer_cont .direccion {
    background-position: 0 -30px;
}

.footer_cont .telefono {
    background-position: 0 -55px;
}

.footer_cont .email {
    background-position: 0 -90px;
}

< !--noe-footer-->.massage-form {
    padding: 3px 0 0;
    width: 100%;
}

.massage-form .text-input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background: none repeat scroll 0 0 rgb(240, 240, 240);
    border: 2px solid #0076A7;
    border-radius: 5px 5px 5px 5px;
    display: block;
    font-size: 14px;
    margin: 0 0 12px;
    overflow: hidden;
    padding: 9px 9px 8px;
    width: 100% !important;
    height: 50px;
    color: #999;
}

.massage-form textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background: none repeat scroll 0 0 rgb(240, 240, 240);
    border: 2px solid #0076A7;
    border-radius: 5px 5px 5px 5px;
    height: 122px;
    font-size: 14px;
    margin: 0 0 9px;
    min-height: 40px;
    overflow: auto;
    padding: 9px 9px 5px;
    width: 100% !important;
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

.massage-form .submit {
    background: url("/web/20180527092720im_/http://unitecperu.com/images/shadow.png") repeat scroll 0 0 transparent;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 3px;
    text-decoration: none;
    width: 112px;
}

.massage-form .submit input {
    background: url("/web/20180527092720im_/http://unitecperu.com/images/bullet3.png") no-repeat scroll 100% 50% #09C;
    border: 0 none;
    border-radius: 15px 15px 15px 15px;
    color: #FFFFFF !important;
    float: center;
    height: 28px;
    margin: 0;
    padding: 0 0 2px 11px;
    text-align: left;
    text-shadow: 0 1px 0 rgba(149, 15, 9, 0.75);
    width: 100px;
    font-size: 16px;
}

#footer .column strong {
    color: #019D01;
}

< !---fin-->.ofertas h2,
.ofertas h2 a,
.content-ofert h2 a,
.copy p a {
    color: #0075A7 !important;
}

.content-ofert {
    width: 100%;
    height: 70px;
    padding: 10px 0;
}

.content-ofert h2,
.content-ofert h2 a {
    font: 22px 'BenchNine';
    font-weight: 700;
}

.content-ofert h2 a:hover {
    color: #999 !important;
}

.content-ofert p,
.copy p {
    font-size: 13px;
}

.content-ofert p b {
    font: 18px 'BenchNine';
}

.content-ofert p span {
    font: 15px '' BenchNine'';
    font-weight: 700;
}

.box-map {
    width: 250px;
    border: 4px solid #eaeaea;
    height: 220px;
}

.copy {
    width: 100%;
    border-top: 1px solid #666;
}

.copy p {
    line-height: 20px;
    text-align: center;
    color: #666;
}

.section .quienes_somos {
    border-top: 1px solid #f2f2f2;
    padding: 10px 20px;
}

.quienes_somos h2 {
    font-size: 32px;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    width: 600px;
    clear: both;
    height: 40px;
    color: #039;
    margin-bottom: 20px;
}

.quienes_somos p {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    text-align: justify;
    padding-bottom: 20px;
    padding-left: 300px;
}

.quienes {
    width: 980px;
    margin: 20px auto;
    position: relative;
}

.quienes {
    width: 980px;
    margin: 20px auto;
}

.quienes-info {
    width: 272px;
    background-color: #F5F5F5;
    padding: 5px;
    float: left;
    margin: 0px 19px 0px;
}

.quienes-info h3 {
    font-size: 16px;
    color: #09F;
    text-align: center;
}

.quienes_somos img {
    border: 4px solid #FFFFFF;
    box-shadow: 0 0 3px 0 #999999;
    float: left;
    margin: 0 0 30px 20px;
    width: 160px;
}

#texto2 {
    width: 400px;
    float: left;
}




/*NOTA DE INTERES*/
#archivo {
    float: left;
    width: 450px;
    margin-bottom: 45px;
}

#archivo li {

    list-style: circle;
    margin-left: 40px;
}

#archivo li a {
    text-decoration: none;
    color: #777;
    font-size: 17px;
}

#archivo p {

    font-size: 16px;
}

.images5 {
    width: 250px;
    float: left;
}

.images5 img {
    width: 280px;
    height: 200px;
    float: left;
    margin: 0 0 0 180px
}




/*contactenos*/

.contactenos {
    width: 260px;
    float: left;
    margin: 50px 0 0 10px;
    padding: 0 50px 0 10px
}

.contactenos p {
    font-size: 14px;
    color: #606060;
    line-height: 20px;
}

.index img {
    float: right;
    border: 3px solid #fff;
    box-shadow: 0 0 3px 0 #999;
    margin: 0 20px 30px;
    width: 280px;
    height: 180px;
    text-align: center;
}

.quienes_somos h3,
.Noticias h3 a {
    font-size: 18px;
    clear: both;
    height: 30px;
    color: #0076A8;
    margin: 50px 0 0 10px;
    padding: 10px;
    line-height: 50px;
}

.quienes_somos ul li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
    color: #666;
    list-style: circle;
}

.cuadronoticias {
    width: 100%;
    clear: both;
    margin-top: 15px;
    overflow: hidden;
    height: 250px;
}

.preview_notice {
    width: 100%;
    clear: both;
    margin-top: 15px;
}

.preview_notice img {
    width: 319px;
    height: auto;
}

.preview_notice p a {
    color: #069 !important;
}

a.galeria img {
    width: 120px;
    height: 120px;
}

.Noticias h3 a {
    line-height: 18px !important;
    padding-top: 30px;
    text-decoration: none;
    text-transform: none !important;
}

.texto_noticias p {
    height: 74px;
    overflow-y: hidden;
}

.texto_noticias img {
    height: 131px;
    width: 210px;
}

.time_noticia {
    width: 110px;
    height: 22px;
    color: #666;
    background: #b4b4b4;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    display: block;
    float: left;
    margin-right: 10px;
}

.galeria_Imagenes {
    margin: 30px 0 0;
}

.galeria_Imagenes h2 {
    font-size: 18px;
    line-height: 18px;
    height: 25px;
    width: 250px;
    padding: 0;
}

.galeria_Imagenes li img {
    margin: 5px;
}

.linea {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    margin: 10px;
}

.btn-vermas {
    width: 100%;
    height: 60px;
    display: block;
}

.contenido-izq {
    float: left;
    width: 350px;
    padding: 15px;
}

h2.titulo_inicio,
h2.titulo_inicio a,
.descripcion h2,
.precio-fecha h3 {
    color: #0076A8;
    display: block;
    font: 27px 'BenchNine';
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
    margin-left: 60px;
    letter-spacing: -.0px;
    text-decoration: none;
}

.justify {
    text-align: justify;
}

.clientes {
    font-size: 30px;
    margin: 20px;
}

h2.titulo_inicio span,
h2.titulo_inicio a span,
.precio-fecha h3 span {
    font-size: 19px;
    color: #666;
}

.caja-noticias {
    border-bottom: 1px dotted #666;
    max-height: 110px;
    min-height: 1px;
    padding-top: 10px;
    width: 350px;
}

.texto p,
.contendor-caja p {
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 15px;
    height: 40px;
    overflow: hidden;
    text-overflow: hidden;
}

.titulo h3 a {
    font: 17px 'BenchNine';
    font-weight: 700;
    margin-bottom: 9px;
    color: #000;
}

.titulo h3 a:hover {
    color: #666;
}

span.fecha-noti {
    width: 60px;
    font: 12px 'BenchNine';
    color: #000;
    text-align: center;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    background: #FFBF00;
    margin-right: 10px;
}

.contenido-izq img {
    float: left;
    width: 70px;
    height: 70px;
    padding: 3px;
}

.listado_cat a {
    border: none;
    display: block;
    margin: 5px 0;
}

.paginacion ul li {
    float: left;
    padding: 5px;
}

.paginacion li a {
    color: #fff;
    float: left;
    background: none repeat scroll 0 0 #333;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 18px;
    text-align: center;
    width: 20px;
    text-decoration: none;
}

.paginacion li a:hover,
.paginacion li a.active {
    color: #333;
    border-radius: 0;
    background: #FC3;
}

p3 {
    padding-bottom: 20px;
}

.video,
.adjuntos {
    margin-top: 30px;
}

ul.lista_adjuntos li {
    float: left;
    margin: 10px 17px;
}

.download {
    background: url(./images/pdf_icon.png) no-repeat left transparent;
    padding: 0 0 0 46px;
}

.download:hover {
    color: #09C;
}

a.download {
    font-size: 12px;
    color: #666;
}

.slider_descript {
    width: 481px;
    float: left;
}

#slider_descript {
    width: 481px;
    height: 400px;
    border: 8px solid #FFC50C;
    background: #333;
}

#slider_descript ul li img {
    width: 481px;
    height: auto;
}

li.bjqs-prev a,
li.bjqs-next a {
    background: url(./images/icon_f.png) no-repeat;
    width: 46px;
    height: 41px;
    display: block;
    text-indent: -99999px;
}

li.bjqs-prev a:hover {
    background-position: 0 -45px;
}

li.bjqs-next a {
    background-position: -50px 0;
}

li.bjqs-next a:hover {
    background-position: -50px -45px;
}

.texto_descript {
    width: 580px;
    float: right;
}

.texto_descript p,
.texto_descript table td {
    font-size: 13px !important;
    color: #333;
    overflow: visible !important;
    height: auto !important;
    line-height: 18px;
    text-align: justify;
}

.texto_descript ul li {
    font: 12px 'calibri';
    line-height: 18px;
    color: #666;
    margin-bottom: 8px;
    list-style: outside;
}

.middle {
    position: relative;
    width: 46%;
}

.boton1 {
    background: none repeat scroll 0 0 #007DC1;
    color: #FFF;
    cursor: pointer;
    display: block;
    font: 18px 'BenchNine';
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 5px;
}

.boton3 {
    background: none repeat scroll 0 0 #888;
    color: #FFF;
    cursor: pointer;
    display: block;
    font: 18px 'BenchNine';
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 5px;
}

.boton3:hover {
    background: none repeat scroll 0 0 #007DC1;
}

.boton3 img,
.boton1 img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}



.categorias ul li {
    position: relative;
    width: 230px;
    padding-bottom: 2px;
}

.categorias li a {
    background: none repeat scroll 0 0 #4EA3C7;
    color: #fff;
    font-weight: bold;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    list-style: none outside none;
    padding-left: 10px;
    text-align: left;
    text-decoration: none;
    width: 385px;
    padding: 5px;
}

.categorias li a:hover {
    background: url(./images/flecha.png)no-repeat #333;
    color: #eaeaea;
}

.categorias ul li ul {
    position: absolute;
    left: 398px;
    top: 0px;
    display: none;
    list-style: none;
}

.categorias li:hover>ul {
    display: block;
}


/*.categorias ul li{float:left;width:230px;padding:2px 5px;}
.categorias li a{background:none repeat scroll 0 0 #4EA3C7;color:#fff;font-weight:bold;display:block;font-family:'BenchNine', Tahoma;font-size:14px;height:30px;line-height:30px;list-style:none outside none;padding-left:10px;text-align:left;text-decoration:none;width:230px;}
.categorias li a:hover{background:#333;color:#eaeaea;}

.categorias li ul{
	display:none;
	position:absolute;
	min-width:100px;
}
.categorias li:hover > ul{
	display:block;
}*/
.section .productos,
.descripcion {
    border-top: 1px solid #f2f2f2;
    padding: 10px 80px 20px 20px;
}

.productos h2 {
    font-size: 32px;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    width: 600px;
    clear: both;
    height: 40px;
    margin-bottom: 20px;
}

.productos p {
    font-size: 14px;
    color: #606060;
    line-height: 22px;
    text-align: justify;
}

.productos img {
    float: left;
    border: 6px solid #fff;
    box-shadow: 0 0 3px 0 #999;
}

.productos h3 {
    font-size: 18px;
    text-transform: uppercase;
    clear: both;
    height: 30px;
    color: #039;
    margin-bottom: 20px;
    line-height: 50px;
}

.productos .productos_imagen {
    margin-top: 25px;
}

/*.productos .productos_imagen ul li{float:left;position:relative;height:264px;overflow:hidden;margin:10px 5px;}
.productos .productos_imagen ul a{text-decoration:none;color:#606060;}
.productos .productos_imagen ul a:hover{color:#039;}
.productos .productos_imagen ul li a{background:transparent;position:absolute;z-index:3;width:394px;height:252px;transition:all .4s ease 0;-moz-transition:all .4s ease 0;-webkit-transition:all .4s ease 0;-ms-transition:all .4s ease 0;-o-transition:all .4s ease 0;top:5.5px;left:6px;display:block;}
.productos .productos_imagen ul li span{z-index:4;background:transparent;display:block;margin-top:-252px;transition:all .4s ease 0;-moz-transition:all .4s ease 0;-webkit-transition:all .4s ease 0;-ms-transition:all .4s ease 0;-o-transition:all .4s ease 0;width:394px;height:50px;position:absolute;font-size:22px;font-weight:700;text-align:center;color:#fff;border:0;text-transform:uppercase;}
.productos .productos_imagen ul li:hover a{background:rgba(0,0,0,0.5);opacity:1;}
.productos .productos_imagen ul li:hover span{margin:20px;}
.productos_imagen ul li img{transition:all .4s ease 0;-moz-transition:all .4s ease 0;-webkit-transition:all .4s ease 0;-ms-transition:all .4s ease 0;-o-transition:all .4s ease 0;border:6px solid #EAEAEA;}
.productos_imagen ul li:hover img{border:6px solid #039;}*/
.productos_imagen .imagen_productos {
    float: left;
    width: 262px;
}

.productos_imagen .listado_productos {
    width: 410px;
    float: left;
    padding: 10px 10px 0;
}

.border span {
    width: 300px;
    border: 1px dotted;
    color: #333;
    height: 2px;
}

h3.maquinarias {
    font-weight: 700;
    font-size: 17px;
    line-height: 16px !important;
    margin: 0;
    padding: 0 0 10px;
}

.listado_productos ul li {
    float: none !important;
    height: 25px !important;
    font-size: 13px;
    list-style: circle;
}

.productos_imagen .imagenes_productos {
    float: left;
    width: 200px;
}

.marcas_representadas {
    float: left;
    position: relative;
    width: 180px;
    height: 180px;
    border: 0;
    overflow: hidden;
    margin: 10px 6px;
}

.marcas_representadas a.capa {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease 0;
    -moz-transition: all .4s ease 0;
    -webkit-transition: all .4s ease 0;
    -o-transition: all .4s ease 0;
    -ms-transition: all .4s ease 0;
    position: absolute;
    top: 7px;
    left: 17px;
    z-index: 4;
}

.marcas_representadas:hover a.capa {
    visibility: visible;
    opacity: 1;
    background: url(./img/bg_marcas.png) center no-repeat;
    width: 150px;
    height: 150px;
}

.descript {
    width: 110px;
    height: 130px;
    position: absolute;
    margin-top: -150px;
    z-index: 6;
    transition: all .4s ease 0;
    -moz-transition: all .4s ease 0;
    -webkit-transition: all .4s ease 0;
    -o-transition: all .4s ease 0;
    -ms-transition: all .4s ease 0;
    left: 17px;
    padding: 20px 10px;
}

.descript h4 {
    color: #fff;
    line-height: 22px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'calibri';
    text-transform: uppercase;
}

.descript p {
    color: #ccc;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: .3px;
}

.quienes_somos .left {
    float: left;
    margin-top: 20px;
}

.quienes_somos .data {
    margin-left: 50px;
    margin-top: 20px;
    font-size: 16px;
    padding-top: 20px;
}

.quienes_somos form input[type=text],
input[type=email],
input[type=tel] {
    height: 21px;
    width: 310px;
}

.quienes_somos form input[type=text],
input[type=email],
input[type=tel],
.quienes_somos form textarea,
.quienes_somos form select {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #C4C4C4;
    box-shadow: 0 0 5px #888 inset;
    font-size: 12px;
    margin-bottom: 10px;
    font-family: 'calibri';
    color: #039;
    padding: 4px 3px;
}

.quienes_somos form textarea {
    height: 190px;
    width: 310px;
}

.quienes_somos i {
    font-size: 14px;
    line-height: 22px;
}

button.btn {
    box-shadow: 0 0 5px #888 inset;
    -moz-box-shadow: 0 0 5px #888 inset;
    -webkit-box-shadow: 0 0 5px #888 inset;
    -o-box-shadow: 0 0 5px #888 inset;
    -ms-box-shadow: 0 0 5px #888 inset;
    cursor: pointer;
    text-align: left;
    width: 132px;
    border: 1px solid #999;
    padding: 11px 25px;
}

.quienes_somos iframe {
    border: 6px solid #fff;
    box-shadow: 0 0 3px 0 #999;
    margin: 0 10px;
}

.pop_productos {
    width: 800px;
    height: 600px;
    background: #f7f7f7;
    margin: 0 auto;
}

.tabs {
    padding: 15px;
}

.pop_productos ul.tabNavigation {
    width: 300px;
    float: left;
}

.encierro {
    width: 466px;
    height: 497px;
    overflow: hidden;
}

.tabs h2 {
    height: 30px;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.tabs ul.tabNavigation li {
    margin-bottom: 10px;
}

.tabs ul.tabNavigation li a {
    height: 40px;
    width: 250px;
    background-color: #039;
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding-left: 15px;
    line-height: 40px;
}

.tabs ul.tabNavigation li a.selected,
ul.tabNavigation li a:hover {
    background-color: #333;
    color: #fff;
}

.tabs ul.tabNavigation li a:focus {
    outline: 0;
}

.tabs div.tabs>div {
    margin-top: 3px;
    border: 5px solid #333;
    padding: 5px;
}

.tabs #first,
#second,
#third {
    width: 450px;
    float: left;
    padding: 10px;
}

.tabs #first h2,
#second h2,
#third h2 {
    height: 30px;
    font-size: 25px;
    text-shadow: 0 0 2px #999;
    font-weight: 300;
}

.tabs #first p,
#second p,
#third p {
    line-height: 18px;
}

.svw {
    width: 50px;
    height: 20px;
    background: #fff;
}

.svw ul {
    position: relative;
    left: -999em;
}

.stripViewer {
    position: relative;
    overflow: hidden;
    border: 5px solid #039;
    margin: 0 0 1px;
}

.stripViewer ul {
    position: relative;
    left: 0;
    top: 0;
    width: 1%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.stripTransmitter {
    overflow: auto;
    width: 1%;
}

.stripTransmitter ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.stripTransmitter ul li {
    width: 20px;
    float: left;
    margin: 0 1px 1px 0;
}

.stripTransmitter a {
    font: bold 10px Verdana, Arial;
    text-align: center;
    line-height: 22px;
    background: #039;
    color: #fff;
    text-decoration: none;
    display: block;
}

.stripTransmitter a:hover,
a.current {
    background: #fff;
    color: #039;
}

.tooltip {
    background: #fff;
    color: #000;
    border: 5px solid #dedede;
    padding: .5em;
}

#kpaginate td {
    width: 20px;
    padding: 0 4px;
}

#kpaginate a {
    display: block;
    font-family: 'calibri';
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}

#kpaginate a.normal {
    background: #ccc;
    color: #333;
}

#kpaginate a.selected {
    color: #fff;
    display: block;
    background: #039;
}

#kpaginate a.back,
#kpaginate a.next,
#kpaginate a.backdis,
#kpaginate a.nextdis {
    background: url(./css/kpaginate-actions.png) no-repeat;
    height: 14px;
}

#kpaginate a.backdis {
    background-position: 0 -24px;
}

#kpaginate a.next {
    background-position: -24px 0;
}

#kpaginate a.nextdis {
    background-position: -24px -24px;
}

.contenedor-pop {
    width: 800px;
    margin: 0 auto;
}

.header_top img {
    border: 0;
}

/*.fl,.categorias,.stripViewer ul li{float:left;}*/
.fr,
.nav ul {
    float: right;
}

.contendor-caja p a:hover,
.Noticias h3 a:hover {
    color: #900;
}

.quienes_somos ul,
.texto_descript ul {
    margin-left: 20px;
}

li.bjqs-prev a,
#kpaginate a.back {
    background-position: 0 0;
}

.marcas_representadas:hover .descript,
.tabs div.tabs>div h2 {
    margin-top: 0;
}

.contenedor-pop {
    font-family: 'calibri';
}


/*contactenos*/
.titulo {
    margin: 30px auto;
    width: 330px;
    float: left;
}

.titulo h2 {
    width: 285px;
    height: 30px;
    padding-top: 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 0px 10px;
}

.mstc {
    width: 1000px;
    background-color: rgba(237, 245, 253, 0.94);
    margin: -50px auto;
    position: relative;
    height: 492px;
}

.mstc2 {
    width: 1000px;
    display: flex;
    justify-content: center;
    background-color: rgba(237, 245, 253, 0.94);
    margin: auto; 
    position: relative; 
    height: 492px;
}

.contacto form {
    padding: 0 35px 0 10px;
    border-right: solid 1px #CCC;
    margin-right: 20px;
    float: left;
}

.contacto form input[type='text'],
.contacto form textarea {
    background: none;
    width: 250px;
    color: #000;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;

    padding: 6px 17px;
    margin: 10px 0;
    border: solid 2px rgb(0, 118, 167);
    resize: none;
    float: left;
    clear: left;
}

.contacto form textarea {
    height: 140px;
}

.contacto form input[type='text']:hover,
.contacto form textarea:hover,
.contacto form input[type='text']:focus,
.contacto form textarea:focus {
    border: solid 2px rgb(0, 118, 167);
    color: rgb(0, 118, 167);
}

.contacto form input[type='submit'] {
    background: none;
    color: rgb(0, 118, 167);
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;

    padding: 8px 20px;
    margin: 10px 0;
    border: solid 2px rgb(0, 118, 167);
    resize: none;
    float: right;
    clear: left;
}

.contacto form input[type='submit']:hover,
.contacto form input[type='submit']:focus {
    background: rgb(0, 118, 167);
    color: #fff;
}

.contacto .dty {
    width: 300px;
    text-align: center;
    color: #333;
    font-size: 18px;
    line-height: 25px;
    float: left;
}

.contacto .dty b {
    color: rgb(0, 118, 167);
}

.contacto .mapa {
    padding: 10px 10px 10px 35px;
    margin-left: 20px;
    border-left: solid 1px #CCC;
    float: right;
}

.img1 {
    width: 160px;
    height: 150px;
}


.zoom {
    transition: width 2s, height 2s, transform 2s;
    -moz-transition: width 2s, height 2s, -moz-transform 2s;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    -o-transition: width 2s, height 2s, -o-transform 2s;
}

.zoom:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}