*{
	margin:0px;
	padding:0px;
	font-family:Arial;
}
body{
	background:url(../gallery/fondo.gif);
	background-attachment:fixed;
}
div#header{
	width:600px;
	margin:auto;
	height:50px;
	position:fixed;
	left:300px;
	text-align:center;
}
ul#nav{
	list-style:none;
}	
ul#nav li{
	display:inline-block;
	background:#EF7F3F;
}
ul#nav li a{
	font-family:Arial;
	font-size:20px;
	text-decoration:none;
	padding:25px 15px;
	text-align:center;
	margin:0px;
	color:#ECE0CB;
}
ul#nav li a:hover{
	background:#DD5D26;
	color:#FFEDBE;
}
ul#nav li a:visited{
	color:#ECE0CB;
}
img#banner {
	width:80%;
	height:360px;
	margin:auto;
}
div#inicio{
	width:80%;
	height:645px;
	background:#FBE083;
	padding-top:50px;
	text-align:center;
	margin:auto;
}
div#conocenos{
	width:70%;
	height:600px;
	background:#F0B066;
	margin:auto;
	display:block;
	text-align:center;
	padding:5%;
}
div#conocenos p{
	width:800px;
	margin:auto;
	
}
img#imagenconocenos{
	width:50%;
}
div#Nuestros_Servicios{
	width:70%;
	height:600px;
	background:#F28F3F;
	margin:auto;
	display:block;
	text-align:center;
	padding:5%;
	font-size:20px;
}
img#servicios{
	width:16%;
	display:inline;
	margin:auto;
}
div#contacto{
	width:70%;
	height:600px;
	background:#CE5F2D;
	margin:auto;
	display:block;
	text-align:center;
	padding:5%;
}
div#footer{
	width:80%;
	height:60px;
	background:#50232E;
	margin:auto;
	text-align:center;
	color:white;
}