/* CSS Document */

body {
	margin:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #9E9E9E;
}
.textlink {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #85A74A;
	text-decoration: none;
	padding-bottom: 12px;
	list-style-type: circle;
}
.textlink:hover {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #85A74A;
	text-decoration: underline;
	padding-bottom: 12px;
	list-style-type: circle;
}
.text {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
}
.content {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.subtitulo00 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3388C2;
	font-weight: bold;
}
