@charset "ISO-8859-1";
/* CSS Document */



body {
	scrollbar-shadow-color:#333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5a5d5e;
}

.badana_esq {
	background-image:url(imgs/topo/left.jpg);
	background-position:right;
	background-repeat: no-repeat;
}
.badana_dir {
	background-image:url(imgs/topo/right.jpg);
	background-position:left;
	background-repeat: no-repeat;
}


/* LINKS */
.linker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a5d5e;

	text-decoration: none;
	font-weight:normal;
}
.linker a:link {
	text-decoration: none;
	color:#5a5d5e;
}
.linker a:visited { 
	text-decoration: none;
	color:#a64481;
}
.linker a:hover {
	text-decoration:none;
	color:#b03275;
}
.linker a:active {
	text-decoration: none;
	color:#5a5d5e;
}


.linker-noticias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a64481;

	text-decoration: none;
	font-weight:normal;
}
.linker-noticias a:link {
	text-decoration: none;
	color:#a64481;
}
.linker-noticias a:visited { 
	text-decoration: none;
	color:#a64481;
}
.linker-noticias a:hover {
	text-decoration:none;
	color:#5a5d5e;
}
.linker-noticias a:active {
	text-decoration: none;
	color:#a64481;
}


.linker-noticias_ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a5d5e;

	text-decoration: none;
	font-weight:normal;
}
.linker-noticias_ a:link {
	text-decoration: none;
	color:#5a5d5e;
}
.linker-noticias_ a:visited { 
	text-decoration: none;
	color:#5a5d5e;
}
.linker-noticias_ a:hover {
	text-decoration:none;
	color:#5a5d5e;
}
.linker-noticias_ a:active {
	text-decoration: none;
	color:#5a5d5e;
}



.linker-sub-menu {
	font-family: 'Molengo', arial, serif;
	font-size: 15px;
	color: #ffffff;

	text-decoration: none;
	font-weight:normal;
}
.linker-sub-menu a:link {
	text-decoration: none;
	color:#ffffff;
}
.linker-sub-menu a:visited { 
	text-decoration: none;
	color:#ffffff;
}
.linker-sub-menu a:hover {
	text-decoration:none;
	color:#5a5d5e;
}
.linker-sub-menu a:active {
	text-decoration: none;
	color:#ffffff;
}

.linker-sub-menu2 {
	font-family: 'Molengo', arial, serif;
	font-size: 15px;
	color: #5a5d5e;

	text-decoration: none;
	font-weight:normal;
}
.linker-sub-menu2 a:link {
	text-decoration: none;
	color:#5a5d5e;
}
.linker-sub-menu2 a:visited { 
	text-decoration: none;
	color:#5a5d5e;
}
.linker-sub-menu2 a:hover {
	text-decoration:none;
	color:#ffffff;
}
.linker-sub-menu2 a:active {
	text-decoration: none;
	color:#5a5d5e;
}
.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5a5d5e;
	text-align:justify;
}


.tit{
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#b03275;
	text-align:justify;
}

.tit-noticias-data{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b8b8b8;
	text-align:justify;
}
.tit-noticias{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a64481;
	text-align:justify;
}


.box_form {
	font-family: arial;
	font-size: 12px;
	width: 260px;
	height:20px;
	border: 1px solid #b8b8b8;
	background-color: #fff;
	color: #5f6062;
	background: transparent;
}
.box_form_grande {
	font-family: arial;
	font-size: 12px;
	width: 260px;
	height:100px;
	border: 1px solid #b8b8b8;
	background-color: #fff;
	color: #5f6062;
	background: transparent;
}

.border-botoes {
	font-family: arial;
	font-size: 12px;
	color:#ffffff;
	width: 60px;
	height:25px;
	border: 1px solid #b03275;
	background-color: #b03275;
}
.box_form2 {
	font-family: arial;
	font-size: 12px;
	width: 260px;
	height:20px;
	border: 1px solid #fff;
	background-color: #fff;
	color: #5f6062;
	background: transparent;
}

.outline {
	border: 0px solid #f7eaee;
}

.outline img {
	border:0px;
	display:block; 
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);	
}

.outline:hover img {
	border:0px;
	display:block; 
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
	filter: alpha(opacity=40);
}