/* CSS Document */

body {
	margin: 0px;
	height: 100%;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
img {
	border-width: 0px;
}
.nav_body {
	background: url(../images/nav_body.gif);
	width: 170px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 20px;
}
.nav_cont {
	width: 154px;
	height: 100%;
	margin-left: 8px;
}
a:link.link, a:visited.link, a:hover.link, a:active {
	color: #225577;
}
.titulo {
	font-size: 14px;
	font-weight: bold;
}
.dl_title {
	background-color: #057488;
	color: #FFFFFF;
	width: 620px;
	height: 28px;
	font-weight: bold;
	padding-left: 10px;
}
.dl_cont {
	background-color: #68aab8;
}
.dl_space {
	height: 5px;
}