@charset "utf-8";
/* CSS Document */

body {
	background-color: #6a7682;
	background-image: url(../recursos/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0c4829;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0c4829;
}
a:hover {
	text-decoration: underline;
	color: #07301B;
}
a:active {
	text-decoration: none;
	color: #0c4829;
}

.TopMenuIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0c4829;
	height: 31px;
	padding-left: 44px;
	width: 1016px;
}

.TopLink {
	font-weight: normal;
	background-color: #051D10;
	padding-top: 7px;
	float: left;
	text-align: center;
	padding-bottom: 6px;
	clear: right;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0c4829;
	border-right-color: #0c4829;
	border-left-color: #0c4829;
}
.TopLinkActive {
	background-color: #F5F5F5;
	padding-top: 7px;
	padding-bottom: 9px;
	clear: right;
	float: left;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #F5F5F5;
	border-left-color: #FFFFFF;
	margin-left: 2px;
}