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*/
body{
    background: url(../imgs/bg-body.jpg) repeat;
}
.contenedor{
    margin: 0 auto;
    width: 942px;
    position: relative;
}
header{
    height: 112px;
    margin-top: 17px;
    position: relative;
}
.logo{
    width: 254px !important;
    height: 101px !important;
    display: block;
    background: white;
    float: left;
    position: static !important;
    padding: 10px 0 0 10px !important;
}
.logo img{
    padding: 10px 0 0 10px;
}
#menu{
    display: block;
    float: left;
    width: 562px;
    background: url(../imgs/bg-menu.jpg) repeat-x;
    margin-top: 26px;
}
#menu ul{
    background: url(../imgs/sombra-menu.png) no-repeat left;
    height: 55px;
}
#menu li{
    float: left;
}
#menu li a{
    font-family: 'bebas_neueregular';
    color: #070708;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 84px;
    height: 38px;
    margin: 0 11px;
    padding-top: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#menu li a:hover, #menu li a.active{
    background: url(../images/bg-carrusel.jpg) no-repeat;
    color: white;
}
.corner{
    display: block;
    float: left;
    width: 30px;
    height: 55px;
    margin-top: 26px;
    background: url(../imgs/iconos.png) no-repeat 0 -565px;
}
.redes{
    position: absolute;
    display: block;
    width: 113px;
    height: 38px;
    background: url(../imgs/iconos.png) no-repeat 0 -286px;
    top: 31px;
    right: 0px;
}
.redes ul{
    margin: 5px 0 0 20px;
}
.redes li{
    float: left;
}
.redes li a.facebook, .redes li a.twitter{
    display: block;
    width: 26px;
    height: 26px;
    background: url(../imgs/redes.png) no-repeat 0 0;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.redes li a.facebook:hover{
    background: url(../imgs/redes.png) no-repeat 0 -36px;
}
.redes li a.twitter{
    background: url(../imgs/redes.png) no-repeat 0 -72px;
}
.redes li a.twitter:hover{
    background: url(../imgs/redes.png) no-repeat 0 -108px;
}

/*-------------descripcion-------*/

.descripcion{
    width: 314px;
    height: 99px;
    display: block;
    margin-top: 50px;
}
.descripcion .top{
    color: rgb(255, 0, 11);
    font-family: 'bebas_neueregular';
    font-size: 23px;
    font-weight: normal;
}
.descripcion .medium, .descripcion .bottom{
    font-family: 'bebas_neueregular';
    color: white;
    font-size: 33px;
    display: block;
    font-weight: normal;
    background:  url(../imgs/bg-descripcion.png) repeat;
    width: 294px;
    height: 38px;
    padding-left: 20px;
}
.descripcion .bottom{
    width: 163px;
    margin-top: 2px;
}

/*-------------contenido-------*/

#contenido-home{
    margin-top: 92px;
    width: 942px;
}
#bienvenido{
    background:  url(../imgs/iconos.png) no-repeat 0 0;
    width: 237px;
    height: 234px;
    display: block;
    float: left;
    padding: 22px 21px 20px 21px;
}
#bienvenido h2{
    font-family: 'bebas_neueregular';
    font-size: 27px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
}
#bienvenido h2 span{
    font-family: 'bebas_neueregular';
    font-size: 27px;
    color: rgb(255, 0, 11);
    font-weight: normal;
}
.parrafo{
    font-family: arial;
    font-size: 12px;
    color: #070708;
    line-height: 20px;
}
.leer-mas{
    color: rgb(255, 0, 11);
}
.leer-mas:hover{
    color: black;
}
#bienvenido img{
    border: 2px solid white;
    margin-top: 10px;
}

/*-------------contenido derecha-------*/

#carrusel{
    display: block;
    float: left;
    width: 646px;
    height: 174px;
    margin: 2px 0 0 17px;
}
.alianzas{
    float: left;
    display: block;
    width: 610px;
    height: 72px;
    background: rgb(17, 17, 17);
    border: 1px solid rgb(53, 53, 53);
    margin: 22px 0 0 16px;
}
.alianzas h3 a{
    color: white;
    font-family: 'bebas_neueregular';
    font-weight: normal;
    font-size: 18px;
    width: 100px;
    height: 26px;
    display: block;
    background: url(../imgs/arrow.png) no-repeat center right;
    float: left;
    margin: 15px 0 0 18px;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.alianzas h3 a:hover{
    color: rgb(255, 0, 11);
}
.alianzas ul{
    float: left;
    margin: 13px 0 0 10px;
}
.alianzas li{
    float: left;
    display: block;
    margin: 0 11px;
}

/*-------------footer-------*/

footer{
    height:52px;
    padding-top: 13px;
    border-top: 1px solid rgb(75, 75, 75);
    margin-top: 20px;
}
.privacidad{
    float: right;
    width: 280px;
    font-family: arial;
    font-size: 13px;
    color: rgb(204, 204, 204);
    margin: 8px 0 0 20px;
    text-align: right;
    border-right: 1px solid gray;
    padding-right: 20px;
}
.privacidad strong{
    color: rgb(255, 0, 11);
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
}
#insotec{
    float: left;
    width: 150px;
    text-align: left;
    font-family: arial;
    font-size: 13px;
    color: #505050;
    margin: 8px 18px 0 0;
}
#insotec strong{
    font-family: arial;
    font-size: 13px;
    color: rgb(204, 204, 204);
    font-weight: bold;
}
#insotec a{
    font-size: 13px;
    color: rgb(255, 0, 11);
}
#insotec a:hover{
    color: #FFFFFF;
    font-weight: bold;
}
.logo-footer{
    display: block;
    float: right;
    background: url(../imgs/iconos.png) no-repeat 0 -518px;
    width: 111px;
    height:37px;
    margin:2px 20px 0 15px;
}

/*---------------servicios---------------*/

.amazon_scroller .amazon_scroller_nav{
    position: absolute;
    top: 52px !important;
    width: 606px;
}
.amazon_scroller .amazon_scroller_nav li{
    cursor: pointer;
    position: absolute;
    top: 8px !important;
}
.amazon_scroller .amazon_scroller_mask{
    position: absolute;
    margin: 0 30px 0 42px;
    overflow: hidden;
    width: 510px !important;
    height: 175px !important;
    background: url(../imgs/iconos.png) no-repeat 0 -334px;
}
.amazon_scroller ul{
    float: left;
}
.amazon_scroller ul li{
    margin: 8px 5px 0 5px;
    float: left;
    text-align: center;
    display:inline;
}
.amazon_scroller ul li a{
    text-decoration: none;
    color: #fff !important;
    font-family: 'bebas_neueregular';
    font-size: 18px !important;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.amazon_scroller ul li a:hover{
    text-decoration: underline;
    color: black !important;
}
.amazon_scroller ul li a img{
    border: none;
    margin: 5px 5px 0 5px;
}
.amazon_scroller{
    width: 599px !important;
    height: 175px !important;
    position: relative !important;
    background: url(../images/bg-carrusel.jpg) repeat;
    border-left: 6px solid #640c0c;
    border-right: 6px solid #640c0c;
    display: block;
    padding: 0 !important;
}

/*------------tooltip---------------*/

#screenshot{
    position:absolute;
    background:#232323;
    padding:5px;
    display:none;
    color:#fff;
}

/*------------INDICADOR---------------*/
#contenido{
    margin-top: 30px;
}
.indicador{
    border-bottom: 4px solid rgb(214, 30, 30);
}
.indicador h2{
    display: block;
    color: #fff;
    font-family: 'bebas_neueregular';
    font-size: 30px;
    width: 149px;
    height: 40px;
    background: url(../images/bg-carrusel.jpg) repeat;
    float: left;
    padding: 10px 0 0 20px;
    font-weight: normal;
}

/*------------NOSOTROS---------------*/

.corner2{
    background: url(../imgs/nosotros/corner2.png) repeat;
    width: 32px;
    height: 50px;
    display: block;
    float: left;
}
.texto-nosotros{
    width:515px;
    float: left;
    display: block;
    margin-top: 30px;
}
.img-nosotros{
    float: right;
    display: block;
    width: 387px;
    margin-top: 38px;
}
.titulo, .titulo2{
    color: #e58c00;
    font-family: 'bebas_neueregular';
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.titulo2{
    font-size: 19px;
}
.texto{
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 18px;
}
.izq-sumi{
    float: left;
    display: block;
    width: 300px;
}
/*-------------------tabs-----------------*/

.navegacion {
    margin-bottom: 30px;
    position: relative;
    height: 46px;
    background: rgb(214, 30, 30);
}
.navegacion ul {
    overflow: hidden;
    border-bottom: 5px solid #F9F9F9;
    height: 21px;
    background: url(../images/bg-carrusel.jpg) repeat;
    padding: 10px 0 10px 0 ;
}
.navegacion li {
    float: left;
    margin-right: 35px;
}
.navegacion li a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 20px;
    font-family: 'bebas_neueregular';
    margin-left: 57px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navegacion li a:hover,.navegacion li a:focus,.navegacion li a.current {
    color: #000;
}
.navegacion #indicator {
    position: absolute;
    left: 15px;
    bottom: 5px;
    width: 22px;
    height: 9px;
    background-image: url('../img/notch.png');
}

/* -----------Content servicios----------- */

#contenedor, #contenedor-serv{
    width: 940px;
    margin: 30px auto 0 auto;
    background: #111111;
    height: 400px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(63, 63, 63);
    border-left: 1px solid rgb(63, 63, 63);
    border-right: 1px solid rgb(63, 63, 63);
}
#contenedor-serv{
    height: auto;
}
.bloque, .bloque-servicios{
    display: none;
    margin: 30px;
}
.bloque-servicios{
    height: auto;
    margin: 0;
}
.bloque-servicios2{
    height: 800px;
}
.bloque-servicios3{
    margin: 30px;
}
.bloque-servicios3 img{
    margin-left: 30px;
    display: block;
    float: left;
}
#content p, .texto1{
    line-height: 18px;
    font-size: 13px;
    font-family: arial;
    color: white;
}
#content p strong{
    font-size: 13px;
    color: rgb(214, 30, 30);
    font-weight: normal;
}
#content p.texto1{
    font-size: 14px;
}
/*----------------CONTACTO---------------*/

.formulario{
    width: 430px;
    float: left;
    margin: 25px 0 0px 38px;
}
.caja-contacto{
    margin-top: 21px;
    width: 426px;
    padding-bottom: 28px;
}
.rotulo-contacto, .boton-enviar{
    font-family: arial;
    color: #fff;
    font-size: 12px;
    line-height: 27px;
    display: block;
    width: 115px;
    height: 17px;
    text-align: left;
    padding: 2px 5px;
    float: left;
}
.cajatexto3{
    background: rgb(15, 15, 15);
    float: right;
    width: 269px;
    height: 31px;
    color: #fff;
    font-size: 13px;
    border: 1px solid rgb(53, 53, 53);
}
.bloque-boton{
    margin-top: 20px;
    width: 380px;
    padding-bottom: 28px;
}
.boton-enviar{
    background: rgb(184, 0, 8);
    border: none;
    display: block;
    width: 122px;
    height: 32px;
    float: right;
    margin: 16px 5px 0 0;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.boton-enviar:hover{
    background: #710003;
}
.info-contacto{
    width: 362px;
    float: left;
    display: block;
    margin: 25px 0px 0px 70px;
}
.direccion{
    width: 360px;
    display: block;
    margin-bottom: 16px;
}
.subtitulo-contacto{
    font-family: arial;
    font-size: 12px;
    color: #fff;
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
    text-transform: uppercase;
}
.campo-mensaje{
    display: block;
    width: 265px;
    float: right;
    height: 192px;
    background: rgb(15, 15, 15);
    border: 1px solid rgb(53, 53, 53);
    color: white;
    font-size: 13px;
    font-family: arial;
}
.parrafo-nosotros{
    margin: 20px 0 20px 0;
}
.parrafo-nosotros2{
    display: block;
    float: left;
    width: 257px;
    margin-top: 20px;
}
.parrafo-nosotros2 strong{
    color: #FBF4F7;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
.datos{
    display: block;
    margin-bottom: 16px;
    float: left;
}

/*----------------serviCios------------*/

.servicios, .servicios2{
    width: 424px;
    height: 242px;
    display: block;
    float: left;
    margin: 0 0 25px 32px;
}
.servicios2{
    margin-left: 34px;
}
.descripcion-servicios{
    display: block;
    float: left;
    width:212px;
}
.servicios img, .servicios2 img{
    display: block;
    float: left;
    margin-left:12px;
}
.descripcion-servicios .texto-servicios{
    font-size: 11px !important;
    line-height: 16px !important;
}

/*----------------proovedores------------*/

.logos1 img{
    background: white;
    width: 133px;
    height: 67px;
    display: block;
    float: left;
    margin: 10px 21px;
}
