body{
	margin: 0 auto;
	padding: 0px;
	overflow-x: hidden;
}

#headerWrapper{
	width: 100%;
	height: 170px;
	position: relative;
	z-index: 3;
	box-shadow: -1px 2px 11px -2px rgba(0,0,0,0.98); 
    -webkit-box-shadow: -1px 2px 11px -2px rgba(0,0,0,0.98); 
    -moz-box-shadow: -1px 2px 11px -2px rgba(0,0,0,0.98); 
}

nav{
  width:100%;
  height:auto;
	float: left;
	position:  fixed; 
	z-index: 4;
}

nav ul{
	list-style: none;
	padding: 0px;
  margin: 0px;
}

nav ul li{
  float: left;
	text-align: center;
	border-right: 1px solid #144f75;
}

nav ul li:last-child{
	border:0px;
}

nav ul li a{
	text-decoration: none;
	font-size: 12px;
	font-family: arial; 
	color: #144f75;
	transition: 0.5s;
}

nav ul li a:hover{
  color: #5aa94e;
}

.home{
	color:#5aa94e;
}

#wrapper{
	margin-top: 50px;	
}

/*aqui inicia las secciones*/

h1{
	position: relative; top: 300px;
	z-index: 1;
	color: white;
	font-family: arial;
	font-size: 70px;
	letter-spacing: 40px;
	
}

#line_white01{
	background-color: white;
	width: 40px;
	height: 4px;
	position: absolute;
	z-index: 2;
}

#line_white02{
	background-color: white;
	width: 40px;
	height: 4px;
	position: absolute;
	z-index: 2;
}

#text{
	position: relative; top: 320px;
	z-index: 1;
	color:white;
	font-family: arial;
	font-size: 29px;
	letter-spacing: 15px;	
}

#imagen{
	float: left;
}

#line_blue{
	background-color: #144f75;
}

#line_blue02{
	background-color: #144f75;
}

h2{
	font-family: arial;
	color: #144f75;
}

#text0{
  font-family: arial;
	font-size: 16px;
	 margin: 0px;
  padding: 0px
}

#text_about{
  font-family: arial;
	font-size: 16px;
	margin: 0px;
  padding: 0px
}

h3{
	font-family: arial;
	font-size: 18px;
	color: #144f75;
}

h4{
	font-family: arial;
	font-size: 18px;
	color: #144f75;
}

h5{
	font-family: arial;
	font-size: 18px;
	color: #144f75;
}

h6{
	font-family: arial;
	color: #144f75;
}

#line_green01{
	background-color: #5aa94e;
}

#line_green02{
	background-color: #5aa94e;
}

#line_green03{
	background-color: #5aa94e;
}

#textcircle1{
	font-family: arial;
	font-size: 15px;
}

#textcircle2{
	font-family: arial;
	font-size: 15px;
}

#textcircle3{
	font-family: arial;
	font-size: 15px;
}

#textcircle4{
	font-family: arial;
	font-size: 15px;
}

#text1{
	font-family: arial;
	font-size: 15px;
}

#text2{
	font-family: arial;
	font-size: 15px;
}

#text3{
	font-family: arial;
	font-size: 15px;
}

#text4{
	color:white;
	font-family: arial;
	font-size: 14px;
}

#text5{
	color:white;
	font-family: arial;
	font-size: 14px;
}

.limite{
  clear: both; 
}