/* BODY */
html, body {
	margin: 0;
	background-color: #FFFFFF;
}
#margem {
	width: auto;
	height: auto;
	margin-left: 40px;
	margin-right: 40px;
}
#layer {
	position:absolute;
	width:660px;
	height:26px;
	z-index:1;
}
#layer_int {
	position:absolute;
	top:6px;
	left:30px;
	width:630px;
	height:16px;
	z-index:2;
}

/* FONTS */
*{	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #787878;
	text-decoration: none;
}
.txtHome{	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: normal;
	color: #787878;
	text-decoration: none;
}
.txtBold {
	font-weight: bold;
}
.txtMenu {
	font-size: 10px;
}
.txtAzul {
	font-weight: bold;
	color: #002b78;
	text-transform: uppercase;
}
.txtAzulLocal {
	font-weight: bold;
	color: #002b78;
}
.txtVerde {
	font-weight: bold;
	color: #77b331;
	text-decoration:underline;
}
.txtVerdeForum {
	font-size: 12px;
	font-weight: bold;
	color: #77b331;
	text-decoration:none;
}
.txtVerdeForumT9 {
	font-size: 9px;
	font-weight: bold;
	color: #77b331;
	text-decoration:none;
}
.txtCinzaMenuDirForum {
	font-size: 10px;
	font-weight: bold;
	color: #626262;
	text-decoration:none;
}
.txtCinzaForum {
	font-weight: bold;
	color: #626262;
}
.txtBrancoForum {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.txtTit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #787878;
}
.txtVoceEsta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #787878;
}
.txtTemas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #bfbfbf;
}
.txtAreasTemas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #bfbfbf;
}
.txtLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ababab;
}
.txtReg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ababab;
}
.falta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
}
/* ----------------------------------------- */
/* links de menu páginas interiores e títulos footer (txtTit) */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #787878;
	text-transform: uppercase;
	text-decoration: none;
}
/* títulos páginas interiores (txtAzul) */
h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #002b78;
	text-transform: uppercase;
	text-decoration: none;
}
/* links footer texto normal (*) */
h6{	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #787878;
	text-decoration: none;
}
/* ----------------------------------------- */
a.txtLogin:hover {
	color: #002b78;
}
a.txtLogin:active {
	color: #002b78;
}
a.txtLogin:focus {
	color: #002b78;
	outline: none;
}
a.txtReg:hover {
	color: #002b78;
}
a.txtReg:active {
	color: #002b78;
}
a.txtReg:focus {
	color: #002b78;
	outline: none;
}
a:hover {
	color: #81c135;
	text-decoration:underline;
}
a:active {
	color: #81c135;
}
a:focus {
	color: #81c135;
	outline: none;
}
/* ----------------------------------------- */
.campos {
	background-color: #ffffff;
	border: none;
	font-size:11px;
	height: 13px;
}
.camposForm {
	background-color: #ffffff;
	border: 1px solid #acacac;
	height: 15px;
}
/* ----------------------------------------- */
.seta {
	padding-left: 14px;
	padding-right: 14px;
}
/* -------ADddThis-------------------------------- */
.addthis_toolbox .custom_images a{ width: 17px;    height: 17px;    margin: 0;    padding: 0;}
.addthis_toolbox .custom_images a:hover img{ opacity: 1;}
.addthis_toolbox .custom_images a img{ opacity: 0.75;}