body {
	background-position: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}


p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

ul {
	line-height: 18px;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #6f83af;
}

a:hover {
	text-decoration:underline;
}

#header {
	height: 120px;
	border-bottom: 1px solid #dfe1e8;
	margin-bottom: 1px;
	width: 750px;
}

#content {
	width: 750px;
}

#footer {
	width: 750px;
}

#menu {
	background-image: url(/images/bg_menu.gif);
	background-repeat: repeat-x;
	background-color: #f1f3f2;
	width: 487px;
	height: 29px;
	color: #575d60;
	margin-bottom: 1px;
	text-align: left;
}

.menu_interno {
	border-bottom: 1px solid #ebedf4;
	width: 224px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right
}

.cleardiv {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.titulo {
	font-size: 18px;
	color: #000a65;
	margin-bottom: 20px;
}

