/* CLASES GLOBALES + GRID SCHEFFERS
----------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'SFNewRepublicRegular';
    src: url('fonts/sf_new_republic-webfont.eot');
    src: url('fonts/sf_new_republic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sf_new_republic-webfont.woff') format('woff'),
         url('fonts/sf_new_republic-webfont.ttf') format('truetype'),
         url('fonts/sf_new_republic-webfont.svg#SFNewRepublicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SFNewRepublicBold';
    src: url('fonts/sf_new_republic_bold-webfont.eot');
    src: url('fonts/sf_new_republic_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sf_new_republic_bold-webfont.woff') format('woff'),
         url('fonts/sf_new_republic_bold-webfont.ttf') format('truetype'),
         url('fonts/sf_new_republic_bold-webfont.svg#SFNewRepublicBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    margin:0px;
    padding:0px;
    list-style:none;
    text-decoration:none;
    outline:none;
}

img { border:none;}

.clear { clear:both;}

.wrap {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
	height: 100%;
	position: relative;
}

.wrap .wrap {
    width: auto;
    display: inline-block;
}

[class^="col-"]{
    margin:0px;
    float: left;
    display: inline;
}

.col-4 { width:245px; }
.col-3 { width:326px; }
.col-2 { width:490px; }

.full { width:100%;}

.full-height {
	min-height: 900px !important;
	_height: 900px;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.green {
	background:#26B134;
}

.grey-one {
 background: #d8d8d8;
 }
 
 .grey-two {
	background: #bebebe;
}

.padding-top {
	padding-top: 40px;
}

form input[type=text],  form input[type=password], form textarea   {
    font-family: SFNewRepublicRegular;
    font-size: 12px;
	text-transform: uppercase;
    padding: 7px 10px;
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #efefef;
    color: #666;
    outline: medium none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 0px 1px 0px 0px #cccinset;
    -webkit-box-shadow: -1px 1px 0px #ccc inset;
    box-shadow: 0px 1px 0px 0px #ccc inset;    
   
}

form input[type=submit] {
   
    font-family: SFNewRepublicRegular;
    text-align:center;
    font-size:13px;
	text-transform: uppercase;
    color: #FFF;
    padding: 0px 35px;
    height: 30px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    outline: none;
    cursor:pointer;

    background-color: #ab66ed;

    background-image: linear-gradient(top, #ab66ed, #8040be);
    background-image: -o-linear-gradient(top, #ab66ed, #8040be);
    background-image: -moz-linear-gradient(top, #ab66ed, #8040be);
    background-image: -webkit-linear-gradient(top, #ab66ed, #8040be);
    background-image: -ms-linear-gradient(top, #ab66ed, #8040be);

    -webkit-box-shadow: 0px 2px 2px 0px #1E8925;
    -moz-box-shadow: 0px 2px 2px 0px #1E8925;
    box-shadow:  0px 2px 2px 0px #1E8925;
    
}
form input[type=submit]:hover {
    color: #fff;
     -webkit-box-shadow: 0px 0px 0px 0px #209127;
     -moz-box-shadow: 0px 0px 0px 0px #209127;
     box-shadow:  0px 0px 0px 0px #209127;
}


/* BARRA DE NAVEGACION FIJA
----------------------------------------------------------------------------------*/
#bg-nav {
	height:40px;
	position: fixed;
	top: 0; left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #000;
	
}
#bg-nav h1.nav-logo a {
	font-family:SFNewRepublicRegular;
	font-size:26px;
	font-weight: lighter;
	line-height: 36px;
	
	float:left;
	color:#FFF;
	width:100px;	
}
#bg-nav h1.nav-logo a span {
	color: #390;	
}
#bg-nav ul#menu {
	width:522px;
	float:right;
}

#bg-nav ul#menu li a {
	font-family:SFNewRepublicRegular;
	font-size: 13px;
	line-height:40px;
	display:block;
	float:left;
	padding-left:20px;
	color:#FFF;
}

/* HOME -  PRIMER CONTENEDOR
----------------------------------------------------------------------------------*/
#home {
	
}
#home h1.full-logo {
	margin-top: 15px;
	height:356px;
	background:url(images/logo.png) center center no-repeat;
}

#home p {
	font-family:SFNewRepublicRegular;
	font-size:16px;
	line-height: 22px;
	font-weight:normal;
	text-align:center;
}

#home ul {
	margin-top:20px;
	padding-left:20px;
}
#home ul li {
	padding-right:10px;
	float:left;
}
#home ul li a {
	height:225px;
	width:229px;
	display:block;
}

#home ul li a.sem {
	background:url(images/sem.png) no-repeat;	
}
#home ul li a.social {
	background:url(images/social.png) no-repeat;
}
#home ul li a.web {
	background:url(images/web.png) no-repeat;
}
#home ul li a.perfo {
	background: url(images/perfo.png) no-repeat;
}

/* ABOUT SEGUNDO CONTENEDOR
----------------------------------------------------------------------------------*/

#about {
	color:#FFF;
	background:#26B134;
	position: absolute;
	bottom: 0;
}

#about h1.title-about{
	font-family: SFNewRepublicRegular;
	font-size: 36px;
	margin:65px 0 30px;
	text-align:center;
	text-transform: uppercase;
	color:#FFF;	
	text-shadow: 2px 2px 2px #209127;
}

#about ul {
	height: 100%;
	min-height: 900px !important;
}
#about ul li  {
	text-align:center;
	height: 100%;
	min-height: 900px !important;	
}
#about ul li  a {
	display: block;
	height: 100%;
	min-height: 900px !important;
	font-family: SFNewRepublicRegular;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

#about ul li  a:hover {
	color: #E21C18;

}
#about a  h2.title-about {
	margin-bottom:10px;
	text-align:center;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #209127;
}
#about a:hover  h2.title-about {
	text-shadow: 1px 1px 2px #CA1414;
}
#about ul li  a span.what-img {
	display: inline-block;
	height: 239px;
	width: 239px;
	margin-bottom: -120px;
	position: relative;
	z-index: 33;
	background: url(images/bg-what-off.png) top center no-repeat;
}

#about ul li  a span.what-content {
	display: inline-block;
	height: 100%;
	width: 235px;
	padding-top: 150px;
	position: relative;
}

#about ul li  a  span.what-content  span.what-buton {
	display: block;
	visibility: hidden;
	width: 100px;
	position: absolute;
	bottom: 33%;
	z-index: 33;
	padding: 8px 24px;
	background: #fa441e;
	color: #fff;
	margin: auto 10px 94px 42px;
	
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    outline: none;
    cursor:pointer;

    background-color: #eee;

    background-image: linear-gradient(top, #fa441e,  #e81f22);
    background-image: -o-linear-gradient(top, #fa441e,  #e81f22);
    background-image: -moz-linear-gradient(top, #fa441e,  #e81f22);
    background-image: -webkit-linear-gradient(top, #fa441e,  #e81f22);
    background-image: -ms-linear-gradient(top, #fa441e,  #e81f22);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa441e', endColorstr='#e81f22',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: 0px 1px 2px 0px #999999;
    -moz-box-shadow: 0px 1px 2px 0px #999999;
    box-shadow:  0px 1px 2px 0px #9999999;
    
	
}
#about ul li  a:hover  span.what-content  span.what-buton {
	dysplay: block;
	visibility: visible;
}


#about ul li  a:hover span.what-img  {
	background: url(images/bg-what.png) top center no-repeat;
}

#about ul li  a:hover span.what-content {
	background: #fff;
}
	
#about ul li p  {
	padding:15px 17px;
	line-height: 20px;
}

/* Cubrir */

#about ul li  a span.what-img  #cubrir-img {
	position: absolute;
	top: 56px;
	left: 65px;
}

/* GENERAR */

#about ul li  a span.what-img  #generar-img {
	position: absolute;
	top: 66px;
	left: 75px;
}

/* entender */

#about ul li  a span.what-img  #entender-img {
	position: absolute;
	top: 65px;
	left: 85px;
}

/* Optimizar */

#about ul li  a span.what-img  #optimizar-img {
	position: absolute;
	top: 70px;
	left: 100px;
}

/*
#about ul li#cubrir  {
	background: url(images/cubrir.png) top center no-repeat;
}
#about ul li#generar  {
	background: url(images/generar.png) top center no-repeat;	
}
#about ul li#entender  {
	background: url(images/entender.png) top center no-repeat;
}
#about ul li#optimizar  {
	background: url(images/optimizar.png) top center no-repeat;	
}
*/

/* MARCO REFERENCIA
----------------------------------------------------------------------------------*/

#referencia {
	background:  url(images/referencia.jpg) center 70px no-repeat;
}
	
/* Clientes
----------------------------------------------------------------------------------*/
#clientes h1.title-clientes {
	font-family: SFNewRepublicRegular;
	font-size: 36px;
	color: #fff;
	margin:45px 0 45px;
	text-align:center;
	text-transform: uppercase;
	
	text-shadow: 2px 2px 2px #999;
}

#clientes div ul li {
	margin-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	
}

#clientes div ul li h2 {
	font-family: SFNewRepublicRegular;
	font-size: 19px;
	color: #fff;
	margin:17px 0 15px;
	text-transform: uppercase;
	
	text-shadow: 1px 1px 2px #999;
	clear: right;
}

#clientes div ul li img {
	float:left;
	margin-right: 10px;
}

#clientes div ul#left li  {
	padding-right: 10px;
}
#clientes div ul#right li  {
	padding-left: 10px;
}

#clientes p {
	font-family: SFNewRepublicRegular;
	line-height: 16px;
	text-shadow: 1px 1px 1px #999;
}

/* PERFILES 793ab6
----------------------------------------------------------------------------------*/

#perfiles h1.title-perfiles {
	font-family: SFNewRepublicRegular;
	font-size: 36px;
	color: #793ab6;
	margin:45px 0 45px;
	text-align:center;
	text-transform: uppercase;
	
	text-shadow: 2px 2px 2px #999;
}
#perfiles p {
	font-family: SFNewRepublicRegular;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #757575;
}

#perfiles #left p {
text-align: right;
padding-right: 25px;

}

#perfiles h2 {
	font-family: SFNewRepublicRegular;
	font-size: 32px;
	color: #793ab6;
	margin:15px 0;
}

#perfiles h2  span {
	color: #aaa;
	font-size: 24px;
}
#perfiles #left h2 {
	text-align: right;
	padding-right: 25px;
}

#perfiles #right h2 {
	text-align: left;
	padding-left: 25px;
}

#perfiles #right p {
text-align: left;
padding-left: 25px;
}

#perfiles #bottom-p {
	display: inline-block;
	font-weight: bold;
	margin: 20px 0 35px;
	width: 100%;
	color: #333 !important;
	text-align: center;
}


/* MARCO SEGUNDO CONTENEDOR 793ab6
----------------------------------------------------------------------------------*/

#contacto{
	position: relative;
	width: 980px;
	margin: 0 auto;
	min-height:480px;
}

#contacto h1.title-contacto{
	font-family: SFNewRepublicRegular;
	font-size: 36px;
	padding:65px 0 30px;
	text-align:center;
	text-transform: uppercase;
	color:#FFF;	
	text-shadow: 2px 2px 2px #209127;
}

#vector {
	position: absolute;
	left: 10px;
	top: 0px;
	margin-top: -34px;
	z-index: 55;
}

#datos-p {
	display: inline-block;
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight:normal;
	margin: 0px auto 44px 270px;
	padding: 9px 45px;
	color: #fff !important;
	text-align: center;
	background: #1d903e;
	
	-webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
	
	
}
#contacto ul {
	padding-left: 15px;
}
#contacto ul li {
	margin-bottom: 15px;
}
#contacto ul li input[type=text] {
	width: 275px;
}

#contacto ul li  textarea {
 width: 275px;
 height: 150px;
}

#contacto ul li#boton-enviar {
	text-align: right;
}

#contacto ul li#boton-enviar input[type=submit] {
	margin-right: 15px;
	margin-left: 15px;
}

#contacto ul li  p#mapa {
	dysplay: inline-block;
	width: 299px;
	height: 165px;
	background: url(images/mapa.jpg) center center no-repeat;
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#contacto ul li a {
	dysplay: inline-block;
}

#message {
	width: 100%;
	text-align: center;
	margin-top: -30px;
}

#message p {
	font-family: SFNewRepublicRegular;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 10px 20px;
	color: #fff;
}


