body
{
	background-color: white;
	color: black;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}

#wrapper
{
	background-color: #E8E8E8;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-bottom: 1px solid #A5D4B2;
	border-left: 1px solid #A5D4B2;
	border-right: 1px solid #A5D4B2;
	
}
#header
{
	width: 800px;
	height: 280px;
	background-image: url(images/header_02c.jpg);
	border-top: 1px solid #A5D4B2;
	border-bottom: 1px solid #A5D4B2;
}
.nav
{
	margin-top: 20px;
	background-color: #CAE3D1;
	text-align: center;
	font-size: 20px;
	collor: black;
	width: 800px;
	hight: 40px;
}
ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 20px;
	height: 40px;
	line-height: 200%;
	display: inline-block;
}
ol a
{
	color: #696969;
	text-decoration: none;
	display: block;
	height: 40px;
}
ol > li
{
	float: left;
	width: 240px;
	height: 40px;
	-webkit-transition: all .2s;
	border-right: 1px solid white;
	
}
ol > li:first-child
{
	border-left: 1px solid white;
}
ol > li:hover
{
	background-color: #9BBFA5;
}
ol > li > a:hover
{
	color: black;
}
#container
{
	color: #696969;
	margin-bottom: 30px;
	padding: 20px;
	line-height: 2em;
	text-align: justify;
}
.oferta
{
	padding: 15px;
	text-align: justify;
}
#footer
{
	padding: 20px;
	font-size: 15px;
	text-align: center;
	color: #696969;
	background-color: #D1E0D5;
	border-top: 1px solid #A5D4B2;
}