body{
	margin: 0 auto;
	padding: 0px;
	overflow-x: hidden;
}

#headerWrapper{
	width: 100%;
	/*position: fixed;*/
	position: relative, top: 0px;

	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%;
	position: relative;
	z-index: 4;
}*/

/*nav ul{
	border: 0;
	list-style: none;
	padding: 0px;
}*/

/*nav ul li{
	width: 50px;
	border-right: 1px solid #144f75;
	display: inline-block;
}*/

/*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;
	padding: 0px;
1
}

nav ul li a:hover{
	color:#5aa94e;
}
*/
.customcabinetry{
	color:#5aa94e;
}

nav{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	z-index: 4;
}

nav ul{
	list-style: none;
	padding: 0px;
}

nav ul li{
	float: left;
	width: 185px;
	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;
}


wrapper{
	margin-top: 50px;
}

/*aqui inicia las secciones*/

#line_white{
	background-color: white;
}

#line_blue{
	background-color: #144f75;
}

#line_blue02{
	background-color: #144f75;
}

#line_blue03{
	background-color: #144f75;
}

h1{
	font-family: arial;
	color: white;
	font-size: 50px;
}

h2{
	font-family: arial;
	color: #144f75;
	font-size: 25px;
}

#footer_image{
  background-image: url(../images/footer.jpg); 
  margin-top: 60px;
  width: 100%;
  height: 116px;
}

#text4{
	color:white;
	font-family: arial;
	font-size: 13px;
}

#text5{
	color:white;
	font-family: arial;
	font-size: 13px;
}