﻿* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
    font-size: 12px;
    line-height: 20px;
    font-family: arial, sans-serif;
    color: #9c9c9c;
	background: url(images/body.png) repeat 0 0;
    min-width: 920px;
}

a { color: #fff; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

h5 { font-size: 19px; line-height: 20px; color: #A0A0A4; font-family: georgia, arial, helvetica, serif; font-weight: normal; }
h6 { font-size: 20px; line-height: 20px; color: #A0A0A4; font-family: georgia, arial, helvetica, serif; font-weight: normal; }
h1 { font-size: 22px; line-height: 32px; color: #A0A0A4; font-family: georgia, arial, helvetica, serif; font-weight: normal; font-style: italic; }
h2 { font-size: 26px; line-height: 34px; color: #fff; font-family: georgia, arial, helvetica, serif; font-style: italic; }
h3 { font-size: 22px; line-height: 32px; color: #747474; font-family: georgia, arial, helvetica, serif; font-weight: normal; font-style: italic; }
h4 { font-size: 19px; line-height: 20px; color: #fff; font-family: georgia, arial, helvetica, serif; font-weight: normal; }
.shell { width: 920px; margin: 0 auto; height:100px; }

header { background-color: #FFFBF0; border-bottom: 1px solid #006e86; height: 100px; }
header .shell { position: relative; }
#logo {
	width: 324px;
	position: absolute;
	top: -5px;
	left: -10px;
	font-size: 0;
	line-height: 0;
	height: 90px;
}
#logo a { height: 100px; display: block; background: url(images/logo.png) no-repeat 0 0; text-indent: -4000px;}
/* navigation */
#navigation { text-align: right; padding-top: 70px; font-size: 20px; font-family: georgia, arial, helvetica, serif; padding-right: 16px; }
#navigation a { margin-left: 38px; color: #000; }
#navigation a:hover,
#navigation a.active  { text-decoration: none; color: #006e86; }
/* end of navigation */

/* slider */
.slider-section { background: #009bb9 url(images/slider-section.png) repeat-x center 0; min-height: 50px; }
.slider-holder { background: url(images/slider-holder.png) repeat 0 0; border-top: 1px solid #568993; width: 900px; height: 380px; padding: 9px; position: relative; bottom: -30px; }
.slider-holder span.slider-shadow { background: url(images/slider-shadow.png) no-repeat 0 0; width: 920px; height: 37px; position: absolute; bottom: -37px; left: 0; font-size: 0; line-height: 0; text-indent: -4000px; }
.slider-btn { width: 115px; height: 33px; line-height: 33px; text-align: center; padding: 0 44px 0 22px; font-size: 17px; color: #0d0d0d; display: block; font-weight: bold; 
text-shadow: rgba(255,255,255,0.4) 1px 1px 2px; background: url(images/slider-btn.png) no-repeat 0 0; }
.slider-btn2 { width: 115px; height: 33px; margin-left: 750px ; line-height: 33px; text-align: center; padding: 0 44px 0 22px; font-size: 17px; color: #fff; display: block; font-weight: bold; 
text-shadow: rgba(255,255,255,0.4) 1px 1px 2px; background: url(images/slider-btn.png) no-repeat 0 0; }
.slider-btn3 { width: 115px; height: 33px; margin-left: 0px ; line-height: 33px; text-align: center; padding: 0 44px 0 22px; font-size: 17px; color: #fff; display: block; font-weight: bold; 
text-shadow: rgba(255,255,255,0.4) 1px 1px 2px; background: url(images/slider-btn.png) no-repeat 0 0; }
.slider-btn4 { width: 115px; height: 33px; margin-left: 720px ; line-height: 33px; text-align: center; padding: 0 44px 0 22px; font-size: 17px; color: #fff; display: block; font-weight: bold; 
text-shadow: rgba(255,255,255,0.4) 1px 1px 2px; background: url(images/slider-btn.png) no-repeat 0 0; }
.slider-btn5 { width: 115px; height: 33px; margin-left: 780px ; line-height: 33px; text-align: center; padding: 0 44px 0 22px; font-size: 17px; color: #fff; display: block; font-weight: bold; 
text-shadow: rgba(255,255,255,0.4) 1px 1px 2px; background: url(images/slider-btn.png) no-repeat 0 0; }


.flexslider { width: 900px; height: 380px; overflow: hidden: }
.flexslider ul.slides { list-style: none; list-style-position: outside; position: relative; }
.flexslider ul.slides li { width: 900px; height: 380px; float: left; position: relative; }
.flexslider ul.slides li img { width: 900px; height: 380px; }
.flexslider ul.slides li .slide-cnt { width: 336px; padding: 30px 26px 20px 26px; background: url(images/slide-cnt.png) repeat 0 0; position: absolute; top: 41px; right: 47px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;}
.flexslider ul.slides li .slide-cnt h3 { color: #eae8de; font-weight: normal; line-height: 22px; padding-bottom: 14px;  }
.flexslider ul.slides li .slide-cnt p { color: #39daf5; font-size: 14px; line-height: 22px; padding-bottom: 16px; }
.flexslider ul.slides li .slide-cnt a.slider-btn { width: 115px; height: 33px; line-height: 33px; text-align: center; padding: 0 44px 0 22px; font-size: 17px; color: #0d0d0d; display: block; font-weight: bold; 
text-shadow: rgba(255,255,255,0.4) 1px 1px 2px; background: url(images/slider-btn.png) no-repeat 0 0; }
.flexslider ul.slides li .slide-cnt a.slider-btn:hover { color: #fff; text-decoration: none; text-shadow: rgba(0,0,0,0.4) 1px 1px 2px; }
/* end of slider */

.main { padding-top: 40px; padding-bottom: 40px; }
/* heading */
.heading { position: relative; padding-left: 215px; padding-top: 39px; padding-bottom: 51px; height: 10px; }
.heading4 { position: absolute; padding-left: 500px; padding-top: -200px; padding-bottom: 0px; height: 0px; }
.heading2 { position: relative; padding-left: 0px; padding-top: 10px; padding-bottom: 51px; height: 10px; }
.heading2 span.ico { width: 240px; height: 100px; background: url(images/logo.png) no-repeat 0 0; position: absolute; left: 0px; top: 0;}
.heading3 { position: relative; padding-left: 0px; padding-top: 10px; padding-bottom: 51px; height: 10px; }
.heading3 span.ico { width: 240px; height: 100px; background: url(images/logo.png) no-repeat 0 0; position: absolute; left: -50px; top: 0;}
.heading5 { position: relative; padding-left: 0px; padding-top: 10px; padding-bottom: 51px; height: 10px; }
.heading5 span.ico { width: 240px; height: 100px; background: url(images/logo.png) no-repeat 0 0; position: absolute; left: -50px; top: 0;}
.heading5 span.ico2 { width: 185px; height: 100px; background: url(images/erp.png) no-repeat 0 0; position: absolute; left: 700px; top: 0;}
.heading5 span.ico3 { width: 250px; height: 50px; background: url(images/Erp-.png) no-repeat 0 0; position: absolute; left: 750px; top: 0;}
.heading5 span.ico4 { width: 250px; height: 50px; background: url(images/Link-Imagen-Erp-Not.png) no-repeat 0 0; position: absolute; left: 750px; top: 0;}
.heading h3 { padding-bottom: 16px; }
.heading7 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading7 span.icono { width: 250px; height: 160px; background: url(images/profesionales.png) no-repeat 0 0; position: absolute; left: 600px; top: 0;}
.heading8 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading8 span.señalar { width: 60px; height: 40px; background: url(images/señalar.png) no-repeat 0 0; position: absolute; left: 150px; top: 0;}
.heading9 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading9 span.beneficios { width: 270px; height: 200px; background: url(images/beneficios.png) no-repeat 0 0; position: absolute; left: -80px; top: 0;}
/* Usuarios */
.heading10 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading10 span.usuarios { width: 120px; height: 100px; background: url(images/usuarios.png) no-repeat 0 0; position: absolute; left: -160px; top: 0;}
.heading11 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading11 span.usuarios2 { width: 230px; height: 200px; background: url(images/usuarios2.png) no-repeat 0 0; position: absolute; left: 600px; top: 0;}
/* Comercial */
.heading12 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading12 span.comercial { width: 120px; height: 110px; background: url(images/comercial.png) no-repeat 0 0; position: absolute; left: -160px; top: 0;}
.heading13 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading13 span.comercial2 { width: 230px; height: 210px; background: url(images/comercial2.png) no-repeat 0 0; position: absolute; left: 650px; top: 0;}
/* Ingresos */
.heading14 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading14 span.ingresos { width: 130px; height: 100px; background: url(images/ingresos.png) no-repeat 0 0; position: absolute; left: -160px; top: 0;}
.heading15 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading15 span.ingresos2 { width: 150px; height: 110px; background: url(images/ingresos2.png) no-repeat 0 0; position: absolute; left: 390px; top: 0;}
/* Egresos */
.heading16 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading16 span.egresos { width: 130px; height: 100px; background: url(images/egresos.png) no-repeat 0 0; position: absolute; left: -145px; top: 0;}
.heading17 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading17 span.egresos2 { width: 230px; height: 200px; background: url(images/egresos2.png) no-repeat 0 0; position: absolute; left: 650px; top: 0;}
/* Siniestros */
.heading18 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading18 span.siniestros { width: 130px; height: 100px; background: url(images/auto.png) no-repeat 0 0; position: absolute; left: -160px; top: 0;}
.heading19 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading19 span.siniestros2 { width: 230px; height: 200px; background: url(images/auto2.png) no-repeat 0 0; position: absolute; left: 670px; top: 0;}
.heading19 span.siniestros3 { width: 230px; height: 200px; background: url(images/auto2.png) no-repeat 0 0; position: absolute; left: 130px; top: 10px;}
/* Contabilidad */
.heading20 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading20 span.conta { width: 130px; height: 100px; background: url(images/conta.png) no-repeat 0 0; position: absolute; left: -150px; top: 0;}
.heading21 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading21 span.conta2 { width: 230px; height: 200px; background: url(images/conta.png) no-repeat 0 0; position: absolute; left: 800px; top: 0;}
/* Bancos */
.heading22 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading22 span.bancos { width: 130px; height: 100px; background: url(images/bancos.png) no-repeat 0 0; position: absolute; left: -160px; top: 0;}
.heading23 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading23 span.bancos2 { width: 230px; height: 200px; background: url(images/bancos.png) no-repeat 0 0; position: absolute; left: 700px; top: 0;}
/* Reportes */
.heading24 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading24 span.reportes { width: 130px; height: 100px; background: url(images/reportes.png) no-repeat 0 0; position: absolute; left: -160px; top: 0;}
.heading25 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading25 span.reportes2 { width: 180px; height: 140px; background: url(images/reportes2.png) no-repeat 0 0; position: absolute; left: 350px; top: 0;}
.heading26 { position: relative; padding-left: 660px; padding-top: 0px; padding-bottom: 51px; height: 10px; }

.heading27 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading27 span.señalar1 { width: 60px; height: 40px; background: url(images/señalar.png) no-repeat 0 0; position: absolute; left: 150px; top: 0;}

.heading28 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading28 span.señalar2 { width: 60px; height: 40px; background: url(images/señalar.png) no-repeat 0 0; position: absolute; left: 150px; top: 0;}

.heading29 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading29 span.usuarios3 { width: 230px; height: 200px; background: url(images/usuarios2.png) no-repeat 0 0; position: absolute; left: 450px; top: -30px;}

.heading30 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading30 span.comercial3 { width: 230px; height: 210px; background: url(images/comercial2.png) no-repeat 0 0; position: absolute; left: 450px; top: 0;}

.heading31 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading31 span.produccion3 { width: 250px; height: 200px; background: url(images/produccion.png) no-repeat 0 0; position: absolute; left: 450px; top: -45px;}

.heading32 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading32 span.reaseguros3 { width: 250px; height: 200px; background: url(images/reasegurador.png) no-repeat 0 0; position: absolute; left: 450px; top: -100px;}

.heading33 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading33 span.siniestros4 { width: 230px; height: 200px; background: url(images/auto2.png) no-repeat 0 0; position: absolute; left: 480px; top: -70px;}

.heading34 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading34 span.conta3 { width: 230px; height: 200px; background: url(images/conta.png) no-repeat 0 0; position: absolute; left: 500px; top: -5px;}

.heading35 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading35 span.cartera3 { width: 320px; height: 200px; background: url(images/cartera.png) no-repeat 0 0; position: absolute; left: 400px; top: -100px;}

.heading36 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading36 span.tesoreria3 { width: 200px; height: 200px; background: url(images/tesoreria.png) no-repeat 0 0; position: absolute; left: 450px; top: -90px;}

.heading37 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading37 span.usuarios4 { width: 230px; height: 200px; background: url(images/usuarios2.png) no-repeat 0 0; position: absolute; left: 480px; top: -100px;}

.heading38 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading38 span.ingresos3 { width: 150px; height: 110px; background: url(images/ingresos2.png) no-repeat 0 0; position: absolute; left: 390px; top: -40px;}

.heading39 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading39 span.egresos3 { width: 230px; height: 200px; background: url(images/egresos2.png) no-repeat 0 0; position: absolute; left: 400px; top: -40px;}

.heading40 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading40 span.bancos3 { width: 230px; height: 200px; background: url(images/bancos.png) no-repeat 0 0; position: absolute; left: 450px; top: -50px;}

.heading41 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading41 span.conta3 { width: 230px; height: 200px; background: url(images/conta.png) no-repeat 0 0; position: absolute; left: 450px; top: -60px;}

.heading42 { position: relative; padding-left: -100px; padding-top: 0px; padding-bottom: 51px; height: 0px; }
.heading42 span.reportes3 { width: 180px; height: 140px; background: url(images/reportes2.png) no-repeat 0 0; position: absolute; left: 350px; top: -50px;}

/* end heading */

/* cols */
.cols { padding-bottom: 36px; }
.cols .col { width: 215px; float: left; }
.cols .col + .col { padding-left: 20px; }
.cols .col a img {  padding: 9px 0 10px; border-top: 1px solid #6e6e6e; margin-bottom: 8px; }
.cols .col h4 { line-height: 19px; padding-bottom: 14px; }
.cols .col h4 a { color: #fff; }
.cols .col p { line-height: 18px; }
/* end of cols */

/* content */
.content { width: 678px; float: left; padding-left: 3px;  }
.content h4 { padding-bottom: 15px; }
.content p { padding-bottom: 20px; }
.content p:last-child { padding-bottom: 0; }
.content .box { background: url(images/box.png) repeat 0 0; padding: 20px 30px 20px 27px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; }
/* end of content */

/* aside */
aside { width: 211px; float: right; }
aside .widget h4 { padding-bottom: 18px; }
aside .widget ul { list-style: none; list-style-position: outside; }
aside .widget ul li { background: url(images/plus-ico.png) no-repeat 0 7px; padding-left: 14px; line-height: 22px; }
aside .widget ul li a { color: #39daf5; }
/* end of aside */

/* footer */
html, body { height: 100%; }
#wrapper { min-height: 100%; height: 1250px !important; height: 100%; margin: 0 auto -106px; }
#wrapper2 { min-height: 100%; height: 1650px !important; height: 100%; margin: 0 auto -106px; }
#wrapper3 { min-height: 100%; height: 1320px !important; height: 100%; margin: 0 auto -106px; }
#wrapper4 { min-height: 100%; height: 1700px !important; height: 100%; margin: 0 auto -106px; }
#wrapper5 { min-height: 100%; height: 1950px !important; height: 100%; margin: 0 auto -106px; }
#wrapper6 { min-height: 100%; height: 4400px !important; height: 100%; margin: 0 auto -106px; }
#wrapper7 { min-height: 100%; height: 2050px !important; height: 100%; margin: 0 auto -106px; }
#wrapper8 { min-height: 100%; height: 3000px !important; height: 100%; margin: 0 auto -106px; }
#footer, #footer-push { height: 100px; }

#footer { background: url(images/footer.png) repeat-x 0 0; }
.footer-top  { height: 70px; line-height: 68px; position: relative; }
.footer-top .footer-nav { font-size: 16px; font-family: georgia, arial, helvetica, serif; }
.footer-top .footer-nav a { color: #fff; margin-right: 39px; }
.footer-top .footer-nav a:hover { color: #0090af; text-decoration: none; }
.footer-top .footer-logo { width: 192px; position: absolute; top: 14px; right: 90px; font-size: 0; line-height: 0; }
.footer-top .footer-logo a { height: 48px; background: url(images/jasec-letra.png) no-repeat 0 0; display: block; text-indent: -4000px; }
.footer-top .footer-logo2 { width: 192px; position: absolute; top: 14px; right: -150px; font-size: 0; line-height: 0; }
.footer-top .footer-logo2 a { height: 48px; background: url(images/facebook.png) no-repeat 0 0; display: block; text-indent: -4000px; }
.footer-top .footer-logo3 { width: 192px; position: absolute; top: 14px; right: -200px; font-size: 0; line-height: 0; }
.footer-top .footer-logo3 a { height: 48px; background: url(images/twiter.png) no-repeat 0 0; display: block; text-indent: -4000px; }
.footer-top .footer-logo4 { width: 192px; position: absolute; top: 14px; right: -250px; font-size: 0; line-height: 0; }
.footer-top .footer-logo4 a { height: 48px; background: url(images/correo.png) no-repeat 0 0; display: block; text-indent: -4000px; }
#footer .copy { height: 20px; padding: 12px 0 4px 0; }
#footer .copy p { color: #010101; font-size: 11px; }
#footer .copy p a { color: #013e4b; text-decoration: underline; }
#footer .copy p a:hover { text-decoration: none; }
/* end of footer */
