@charset "utf-8";
/* CSS Document */
*{
	margin: 0 auto;
	padding: 0;
	outline: 0;
	
}
body {
	width:1200px;
	height:810px;
}
#container {
	margin:0 auto;
	padding:0 auto;
	width:1200px;
	height:810px;
}

#nav {
	background-color: white;
	width: 320px;
	height: 550px;
	text-align: center;
	box-shadow: 0px 5px 15px #000;
	margin-left: 60px;
	padding: 0;
	z-index: 2;
	position: absolute;
}

li {
    list-style-type: none;
    margin: 0;
	padding: 0;
	display:block;
	text-align:center;
	font-size:18px;
	font-family: 'Nunito', sans-serif;
	height:30px;
}

ul {
	width:230px;
	height:30px;	
	text-align:center;
	margin-left:45px;
}

ul a{
	color:rgba(153,153,153,1);
}
ul a:hover {
 COLOR:#e4841f;
}

ul p {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: rgba(204,204,204,1);
	border-right-color: rgba(204,204,204,1);
	border-bottom-color: rgba(204,204,204,1);
	border-left-color: rgba(204,204,204,1);
	padding-top:12px;
}


#uno {
	width:1200px;
	height:270px;
	z-index:1;
}

#dos {
	width:1200px;
	height:270px;
	z-index:1;
}

#tres{
	width:1200px;
	height:270px;
	z-index:1;
}

#footer{
	position:absolute;
	bottom: 800; 
	width:1200px;
	height:26px;
	background-color:#242424;
	color:rgba(255,255,255,1);
	text-align:center;
	z-index:0;
	font-family: 'Nunito', sans-serif;
	font-weight:lighter;
	padding-top:3PX;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
