@charset "utf-8";
/* CSS Document */

/*=============== CSS reset ===============*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/********** FIN CSS reset ************/

* {margin: 0; padding: 0; outline: 0;}


body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 12px;
	background:#dfdbdb;

	
}

	



h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin:0 0 15px 0;
}


h1 {
	font-size: 36px;
	margin-top:1%;
	letter-spacing: 0px;
	line-height: 100%;
	padding-left:35px;
	color: #fe0000;
	
}

h1.title {
	font-size: 46px;
	font-weight: 700;
	color: #fe0000;
	


}


h2 {
	font-size: 24px;
}

p {
	margin: 0 0 15px 0;
}


/*********KIPPEC*********/

.kippec{  width:960px;
	  height:600px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 margin-top:-300px;
	 margin-left:-480px;
	 background-color: #2e2e2e;
	 }

.kippec1{  width:700px;
	  height:438px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 margin-top:-219px;
	 margin-left:-350px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
	-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.4);	
	border: #333 solid 1px;
	
	 }

ul#inicio { 
				   position: absolute;
				   right: 3%;
				   top:5%;
				   text-decoration:none;
				   z-index:99999;

                        }
						
.logo{ position:absolute;
 		 width:126px;
	     height:222px;
		 top: 38%;
		 right: 53%;
		 z-index:2;
		 
		animation: logo 0.5s ease-in-out 0.3s backwards;
	-webkit-animation: logo 0.5s ease-in-out 0.3s backwards;
	-moz-animation: logo 0.5s ease-in-out 0.3s backwards;
	-o-animation: logo 0.5s ease-in-out 0.3s backwards;
	-ms-animation: logo 0.5s ease-in-out 0.3s backwards;
}


.logoarquitectura{ position:absolute;
 		 width:128px;
	     /*height:148px;*/
		 top: 15%;
		 left: 30%;
		 z-index:2;
	
animation: logo1 0.5s ease-in-out 0.8s backwards;
	-webkit-animation: logo1 0.5s ease-in-out 0.8s backwards;
	-moz-animation: logo1 0.5s ease-in-out 0.8s backwards;
	-o-animation: logo1 0.5s ease-in-out 0.8s backwards;
	-ms-animation: logo1 0.5s ease-in-out 0.8s backwards;
}

.logoconsultoria{ position:absolute;
  		 width:128px;
	     /*height:148px;*/
		 top: 15%;
		 right: 30%;
		 z-index:2;
	
	animation: logo1 0.5s ease-in-out 0.8s backwards;
	-webkit-animation: logo1 0.5s ease-in-out 0.8s backwards;
	-moz-animation: logo1 0.5s ease-in-out 0.8s backwards;
	-o-animation: logo1 0.5s ease-in-out 0.8s backwards;
	-ms-animation: logo1 0.5s ease-in-out 0.8s backwards;
}


.menupieinicio { postion: relative;
					margin: 50% auto;
					z-index:99999;
					text-align:center; 
					width: 600px;
					height: 17px;


			 
           }

ul.menupieinicio li { display: inline;
				border-right: #999 solid 1px;
				list-style:none;
			    
				 }
ul.menupieinicio .consultoria{ border-right: none;
								text-decoration:none;
				 color: #999;
				  margin-right:5px;
				  font-size:12px;
				  font-family: 'Open Sans', sans-serif;
				  font-weight: 400;}				 

ul.menupieinicio li a { text-decoration:none;
				  color: #999;
				  margin-right:5px;
				  font-size:12px;
				  font-family: 'Open Sans', sans-serif;
				  font-weight: 400;

					}		   
		   
			
/********fin KIPPEC*********/
.menuBtn {

	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;

}

.active {
	background: #c10404;
}
.clear {
	clear: both;
}
.wrap {
		/*background:url(../images/bg.png) top left repeat-x;*/
		width: 100%;
		max-width: 1140px;
		min-width: 960px;
		z-index: 10;
		position: relative;
		margin: 0 auto;
		padding: 0;


}



.section {
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	margin-bottom:15px;
	padding: 0 0 80px 0;
	
}


.inner {
	width: 100%;
	margin: 0 auto;
	margin-left:5%;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;

	
}

.sombra{
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);	
}
.sombra2{
	box-shadow: 0 6px 6px -3px rgba(0,0,0,.2), 0 10px 14px 1px rgba(0,0,0,.14), 0 4px 18px 3px rgba(0,0,0,.12);	
}

.logo img{
	width: 128px;
	margin: -20px auto;
	margin-left:50%;
	position: relative;
	min-height: 50px;
	
}


 ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 8%;
    left: 0px;
    list-style: none;
    z-index:9999;
}
ul#navigation li {
    width: 100px;
}
ul#navigation li a {
    display: block;
    margin-left: -2px;
    width: 100px;
    height: 70px;    
    background-color:#CFCFCF;
    background-repeat:no-repeat;
    background-position:center center;
   /* border:1px solid #AFAFAF;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;*/
    /*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;*/
    
    opacity: 0.9;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}


ul#navigation .home a{
    background-image: url(../images/home.png);

}
ul#navigation .linkedin a      {
    background-image: url(../images/linkedin.png);
}
ul#navigation .pdf a      {
    background-image: url(../images/pdf.png);
}




ul.idiomas { 
	               position: fixed;
				   right:7%;
				   top:28px;
				   text-decoration:none;
				   z-index:99999;

                        }

ul.idiomas li { display:inline;
				list-style:none;
				width:35px;
		        height:35px;
				border-right:  #666 solid 1px;
  
                      }
					  

.seleccionado{ display: inline-block;
                        text-decoration:none;
						color: #FFF;
						background-color: #c10404;
						font-weight:bold;
						padding:3px;
						font-size:10px;
						/*border-right: #2e2e2e solid 1px;*/
						}						
ul.idiomas li a {       display: inline-block;
                        text-decoration:none;
						margin-right:2px;
						color: #FFF;
						padding:3px;
						font-size:10px;
						font-family: 'Open Sans', sans-serif;
						font-weight: 700;

						}	
ul li.espanol a:hover { background-color: #c10404;}
ul li.ingles a:hover {  background-color: #c10404;}
ul li.frances a:hover { background-color: #c10404;}
		
.texto{ width:40%;
		height:400px;
		float:left;
		padding:35px;
		text-align:justify;
		color: #333;
        /*text-align:right;*/}
		
.texto2{ width:40%;
		height:400px;
		float:left;
		padding:35px;
		margin-top:-30px;
		text-align:justify;
		font-size:13px;
        /*text-align:right;*/}

.kippec{
		color:#fe0000;
		}			
		
.strong{font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		text-decoration:underline;
		line-height: 0px;
		
		}		

.strong2{font-family: 'Open Sans', sans-serif;
		font-weight: 400;
				}	
		
.fotos{ width:480px;
		height:450px;
		float: left;
		margin-right:-30px;
		background-color:#FFF;
		
		
              }
			  

/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: absolute;
	top: 462px;
	height: 50px;
	z-index: 1000;
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	background-color:#fe0000;

}

.subMenu .inner {
	padding:0;
	font-weight: 400;
	margin:0 auto;
	
}


#s5{ visibility:hidden;}

.subNavBtn {
	display: block;
	height: 35px;
	width: 14%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 2% 0 2%;
	text-align: center;
	color: #fff;
}

.end {
	margin: 0;
	
}


/* SECTIONS */
.sTop {
	min-height: 630px;
	/*background:#e5e5e5;*/
	background: #2e2e2e;
	color:#3d3d3d;
	background-image:url(../images/FOTO-INICIO.png);
	background-repeat:no-repeat;
	
}



.s1 {
	min-height: 500px;
	background: #FFF;
	color: #dfdbdb;
}


.s2 {
	min-height:500px;
	background: #FFF;
	color: #eae7e7;
}


/*.s3 {
	min-height: 500px;
	background: #504f4f;
	color: #edeaea;
}*/


.s3 {
	min-height: 500px;
	background: #FFF;
	color: #c4c2c2;
}

<!--.s5 {min-height: 500px;background: #8f8c8c; color:  #dfdbdb;} -->

.s4 {
	min-height: 500px;
	background:#504f4f;
	color: white;
	background-image: url(../images/fotofinal.jpg);
	background-repeat:no-repeat;}


/************transporte*****/

#transporte {
		/*background-color: #444;*/
		width: 96%;
		height:800px;
		padding-top:35px;
		/*background-color:#FF3;*/
		margin:0 auto;
		margin-left: -15px;
	
	
	}
	

#transporte ul { list-style: none;
margin:0 auto;
height:100%;
width: 840px;
position: relative;

	 }	 
	 

.transporte{ width: 250px;
		height:135px;
		margin: 5px 5px 5px 5px;
		padding:10px;
		/*-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px 4px 4px 4px;*/
		background-color:#E5E5E5;
		float:left;
		text-decoration:none;
		background-position:center;


	
		}	
		
.textotransporte { width:110px;
				   height: 120px;
				   float: right;
				   font-size: 14px;
					font-family: 'Open Sans', sans-serif;
					font-weight: 300;
					color: #000;
				
				   
				   }

.textotransporte:hover { text-decoration:underline;
				   }
				   
				   
		
	.transporte  img {
		background: #CCC;
	-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(127,123,123,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(127,123,123,0.3) inset;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(127,123,123,0.3) inset;
	
		width:120px;
		height:120px;
		position:relative;
		padding:8px;
		float: left;
		/*margin: 5px 10px 10px 10px;*/}
		

	
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;	
	 -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80)
}


#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;

}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/*FIN ------------************transporte*****/

/******* EXPERIENCIA*********/



.experiencia{ margin:4% auto;
			  width:385px;
		      height:420px;
			  margin-right:120px;    
			  background-color:#E5E5E5;
			  padding: 25px;
			 
			  }
			  
.experiencia img{ /*margin: 5px auto;*/

}	  
			 
#premios{ float:left;
		  

}

#internacional{ float: right;



						
}

	
.experiencia li { list-style:none;
             

               }
			   
.experiencia a { text-decoration:none;
                 text-align:center;
				 margin:10px auto;
				 font-size: 14px;
				 font-family: 'Open Sans', sans-serif;
				 font-weight: 300;
				 color: #333;
				 

               }

			   
			   			   
.masinfo { 
			 width: 100px;
			 margin:0 auto;
             text-align:center;
	         font-family: 'Open Sans', sans-serif;
	         font-weight: 400;
			 padding:8px;
			 background-color:#686666;
			text-decoration:none;
			color: #c4c2c2;
			/*font-style:italic;*/
			text-shadow:1px 1px 1px #504f4f;;	

               }
			   
.masinfo:hover { box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
	-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.4);	

               }				   		 
			   				   		 

/******* FIN EXPERIENCIA*********/

/*********FOOTER*****************/


ul.menupie { margin: 5px auto;
			 text-align:center;
			
	
			 
           }
			 
ul.menupie li { display: inline;
				border-right: #c10404 solid 1px;
			    
				 }
ul.menupie .consultoria{ border-right: none;}				 

ul.menupie li a { text-decoration:none;
				  color: #c10404;
				  margin-right:3px;
				  font-size:12px;
				  font-family: 'Open Sans', sans-serif;
				  font-weight: 400;

					}
	

				   
/******fin FOOTER*****************/

/*******AVISO LEGAL*************/
#privacidad{  width:700px;
	  height:438px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 margin-top:-219px;
	 margin-left:-350px;
	 background-color: #CCC;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
	-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.4);	
	border: #333 solid 1px;
	overflow: auto
	 


	 }
			 
			 
#privacidad p{ position: absolute;
               padding-bottom: 20px;
               text-align:left;
			   font-size:12px;
			   font-family: 'Open Sans', sans-serif;
			   font-weight: 300;
		       color: #333;
			   padding:30px;
			   line-height: 14px;

			
}

#priv{ height: 100px;
       background-color:#3F6;
	   float:left;

			
}

.logo-aviso{ position:absolute;
 		 width:126px;
	     height:128px;
		 top: 9%;
		 left: 50%;
		  margin-top:-64px;
	      margin-left:-63px;
		 z-index:2;

}


/*******fin AVISO LEGAL*************/

@-webkit-keyframes logo{
	0%{top:-80px; opacity: 0; }
	100%{top:5px; opacity: 1; }
}
@-moz-keyframes logo{
	0%{top:-80px; opacity: 0; }
	100%{top:5px; opacity: 1; }
}
@-o-keyframes logo{
	0%{top:-80px; opacity: 0; }
	100%{top:5px; opacity: 1; }
}
@-ms-keyframes logo{
	0%{top:-80px; opacity: 0; }
	100%{top:5px; opacity: 1; }
}
@keyframes logo{
	0%{top:-80px; opacity: 0; }
	100%{top:5px; opacity: 1;}
}


@-webkit-keyframes logo1{
	0%{top:30%; opacity: 0; }
	100%{top:30%; opacity: 1; }
}
@-moz-keyframes logo1{
	0%{top:30%; opacity: 0; }
	100%{top:30%; opacity: 1; }
}
@-o-keyframes logo1{
	0%{top:30%; opacity: 0; }
	100%{top:30%; opacity: 1; }
}
@-ms-keyframes logo1{
	0%{top:30%; opacity: 0; }
	100%{top:30%; opacity: 1; }
}
@keyframes logo1{
	0%{top:30%; opacity: 0; }
	100%{top:30%; opacity: 1;}
}