body {
	color: #0A7E99;
	font-size: 0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #0A7E99;
}
#total {
	background-color: #ffffff;
	position: relative;
	top: 0px;
	left: 0px;
	width: 866px;
	margin: 0px auto;
	border: 1px solid black;
	height: 750px;
	overflow: hidden;
}
img { 
	border: none;
}
#franja {
	background:  url(../images/stripe.png);
	position: absolute;
	top: 0px;
	left: 100px;
	width: 150px;
	height: 760px;
}
#navbar{
	position: relative;
	top: -10px;
}
#navbar li{
	list-style-type: none;
}
.separa {
	margin-bottom: 20px;
}
.circulos{
	position: absolute;
	left: 315px;
	top: 465px;
	width: 500px;
	opacity: 0.2;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;	
}