@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic);


body {
    margin: 0 auto;
    background:#ffffff;
}


p{
	font-family: 'Lato', sans-serif;
}

h1{
	font-family: 'Lato', sans-serif;
	font-size: 40px;
    font-weight:300;
    margin:0;
}
h2 {
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight:300;
    color: #8dc340;
}

h3 {
	font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight:300;
    color: #8dc340;
}

h4 {
	font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight:300;
    font-style: italic;
    color: #8dc340;
}


h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

.bigtextw{
	font-family: 'Lato', sans-serif;
	font-size: 32px;
    color: #ffffff;
    font-weight:300;
    text-align:center;
}

.bigtextm{
	font-family: 'Lato', sans-serif;
    font-style:italic;
	font-size: 22px;
    color: #ffffff;
    font-weight:300;
}

.bigtext{
	font-family: 'Lato', sans-serif;
	font-size: 22px;
    color: #636466;
    font-weight:300;
}

.mediumtext{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
    color: #636466;
    font-weight:300;
}


.textsmall{
  font-size: 16px; 
  font-weight:300;
}

.colorgray{
    color:#636466;
}

.colorwhite{
    color:#ffffff;
}

.alignRight{
    text-align:right;
}

.alignCenter{
    text-align:center;
}

.principaltit{
    font-size:25px;
    text-align:center;
}

.resaltetit{
    font-size:25px;
    font-weight:700;
}

a{
    font-family: 'Lato', sans-serif;
    font-size:18px;
    font-weight:300;
    color: #636466;
    text-decoration:none;
    -webkit-transition:color 0.4s ease-in;
    -moz-transition:color 0.4s ease-in;
    -o-transition:color 0.4s ease-in;
}

a:hover{
    color: #8dc340;
}

.mini{
    font-size:14px;
}


/* Menu */

#header{
    width:960px;
    height:100px;
    margin-bottom:20px;
}

ul, ol{
    list-style:none;
}

.nav li a{
    font-family: 'Lato', sans-serif;
    font-size:0.80em;
    font-weight:700;
	color: #636466;
    text-decoration:none;
    padding:10px 8px;
    display:block;
    background-color:#ffffff;
    -webkit-transition:color 0.4s ease-in;
	-moz-transition:color 0.4s ease-in;
	-o-transition:color 0.4s ease-in;
}

.nav li a:hover{
    color: #8dc340;
    
}

.nav > li{
    margin-top:60px;
    float:left;
}

.nav li ul{
    display:none;
    position:absolute;
    margin-left:-40px;
}

.nav li:hover > ul{
    display:block;
    z-index:100;
}

.logo {
   margin-top:-60px;
   padding-right:50px;
}




/* ID Boxes */
#boxFull {
	margin: 0 auto;
    width: 100%;
}

#boxWrapper {
    width: 960px;
    margin: 0 auto;
}

#box960c {
    width: 960px;
    margin: 0 auto;
    text-align:center;
}

#box960r {
    width: 960px;
    margin: 0 auto;
    text-align:right;
}

#box720 {
    width: 720px;
    float: left;
}

#box640 {
    width: 640px;
    float: left;
}

#box480 {
    width: 480px;
    float: left;
}

#box320 {
    width: 320px;
    float: left;
}
#box240 {
    width: 240px;
    float: left;
}

#box200 {
    width: 200px;
    float: left;
}

#boxserv {
    width:240px;
    margin-left:40px;
    margin-right:40px;
}


/* Styles */
.slideHome {
	background: url(../images/slide01.jpg) no-repeat center;
		height:550px;
}

.textureg {
	background: url(../images/green-texture.png) no-repeat center;
	height:350px;
}

.texturecliente {
	background: url(../images/back-clientes.jpg) no-repeat center;
	height:350px;
}

.texturefooter {
	background: url(../images/back-footer.png) no-repeat center;
	height:200px;
}

.section3 {
    height:370px;
}

.backfact {
	background: url(../images/back-home-facturacion.jpg) no-repeat;
	height:250px;
}

.backlitigio {
	background: url(../images/back-home-litigio.jpg) no-repeat;
	height:250px;
}

.backnosotros {
	background: url(../images/back-nosotros.jpg) no-repeat center;
	height:360px;
}

.backasesoriacontable {
	background: url(../images/back-asesoria-contable.jpg) no-repeat center;
	height:360px;
}

.backasesoriacorporativa {
	background: url(../images/back-asesoria-corporativa.jpg) no-repeat center;
	height:360px;
}

.backestructurafiscal {
	background: url(../images/back-estructura-fiscal.jpg) no-repeat center;
	height:360px;
}

.backlitigiolaboral {
	background: url(../images/back-litigio-laboral.jpg) no-repeat center;
	height:360px;
}

.backpsicometricos {
	background: url(../images/back-psicosometricos.jpg) no-repeat center;
	height:360px;
}

.backsocioeconomicos {
	background: url(../images/back-estudios-socioeconomicos.jpg) no-repeat center;
	height:360px;
}

.backfiscal {
	background: url(../images/back-litigio-fiscal.jpg) no-repeat center;
	height:360px;
}

.backseguros {
	background: url(../images/back-seguros.jpg) no-repeat center;
	height:360px;
}

.backfacturacion {
	background: url(../images/back-facturacion.jpg) no-repeat center;
	height:360px;
}

.backtimbrado {
	background: url(../images/back-timbrado.jpg) no-repeat center;
	height:360px;
}

.backbranding {
	background: url(../images/back-branding.jpg) no-repeat center;
	height:360px;
}

.backcontacto {
	background: url(../images/back-contacto.jpg) no-repeat center;
	height:360px;
}

.backgestion {
	background: url(../images/back-gestion.jpg) no-repeat center;
	height:360px;
}

.descripnosotros {
	height:550px;
}

.backnoserv {
	background: url(../images/back-nosotros-serv.png) no-repeat center;
	height:445px;
}

.descripservices {
	height:800px;
}

.calltoaction {
	background: url(../images/back-calltoaction.png) no-repeat center;
	height:270px;
}

.backAdministracionPersonal {
	background: url(../images/back-administracion-personal.jpg) no-repeat center;
	height:360px;
}

.contactform{
    height:700px;
}




.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}





/* margenes */
.marginL10{
    margin-left:10px;
}

.marginL15{
    margin-left:15px;
}

.marginL20{
    margin-left:20px;
}

.marginL40{
    margin-left:40px;
}
.marginL50{
    margin-left:50px;
}

.marginL260{
    margin-left:260px;
}

.marginL80{
    margin-left:80px;
}

.marginR20{
    margin-right:20px;
}

.marginR30{
    margin-right:30px;
}


.marginT10{
    margin-top:10px;
}
.marginT20{
    margin-top:20px;
}

.top25{
    margin-top:25px;
}

.marginT30{
    margin-top:30px;
}
.marginT40{
    margin-top:40px;
}
.marginT50{
    margin-top:50px;
}

.marginT60{
    margin-top:60px;
}
.marginT70{
    margin-top:70px;
}
.marginT80{
    margin-top:80px;
}
.marginT90{
    margin-top:90px;
}

.marginT100{
    margin-top:100px;
}

.marginT120{
    margin-top:120px;
}

.marginT180{
    margin-top:180px;
}

.marginT210{
    margin-top:210px;
}

.marginT220{
    margin-top:220px;
}

.marginT-50{
    margin-top:-50px;
}
.marginT-120{
    margin-top:-120px;
}


.marginB40{
    margin-bottom:40px;
}

.padingLRmedium{
    padding: 0px 50px 0 50px;
}

.padingLR40{
    padding: 0px 100px 0 40px;
}

.padingLR60{
    padding: 0px 80px 0 60px;
}

.padingLR40R{
    padding: 0px 40px 0 100px;
}

.paddingT20{
    padding-top:20px;
}
.paddingT30{
    padding-top:30px;
}
.paddingT40{
    padding-top:40px;
}
.paddingT50{
    padding-top:50px;
}
.paddingT60{
    padding-top:60px;
}

.paddingT70{
    padding-top:70px;
}
.paddingT80{
    padding-top:80px;
}

.paddingT90{
    padding-top:90px;
}

.paddingT100{
    padding-top:100px;
}

.paddingT140{
    padding-top:140px;
}

.paddingT150{
    padding-top:150px;
}
.paddingT180{
    padding-top:180px;
}

.paddingT230{
    padding-top:230px;
}