body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.bg1 {
	background-image: url(imagens/bg_body.png);
}
.tarja_top {
	background-image: url(imagens/header_bg.png);
	background-repeat: repeat-x;
	height: 9px;
	background-position: bottom;
}
.tarja_banner {
	background-image: url(imagens/tarjabanner.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.menu_bg {
    background: none repeat scroll 0% 0% rgb(243, 245, 249);
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 2px rgb(170, 170, 170);
    border-radius: 5px 5px 5px 5px;
}
.menu_bg .celulas {
	border-left: 1px solid rgb(255, 255, 255);
	border-right: 1px solid rgb(229, 230, 231);
}
.menu_bg .first{
	border-left: none;
	border-right: 1px solid rgb(229, 230, 231);
}
.menu_bg .first a{
    border-radius: 5px 0px 0px 5px;
}
.menu_bg .last{
	border-left: 1px solid rgb(255, 255, 255);
	border-right: none;
}
.menu_bg a {
	text-decoration: none;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 24px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-bottom: 1px;
}
.menu_bg a:hover {
	color: #FFF;
	background-color: #29166F;
}
.menu_bg #ativo {
	color: #FFF;
	background-color: #29166F;
}
.pesquisar {
	width: 280px;
	height: 45px;
	position: relative;
	top: 5px;
}
.pesquisar .form1{
	width: 280px;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius:7px;
	box-shadow:0px 0px 4px rgba(0, 0, 0, 0.3) inset;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.pesquisar #bt1 {
	position: relative;
	top: -35px;
	height: 30px;
	width: 30px;
	left: 295px;
}
.pesquisar .bt1 {
	background-image: url(imagens/search_icon.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	cursor: pointer;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.toplink1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	padding: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-weight: bold;
}
.toplink1:hover {
	color: #29166F;
	text-decoration: underline;
}
.divisor_horizontal {
	background-image: url(imagens/sub_separator.png);
	background-repeat: repeat-x;
	height: 10px;
}
.divisor_horizontal2 {
	background-image: url(imagens/sub_separator.png);
	background-repeat: repeat-x;
	height: 2px;
}
.categorias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #29166F;
}
.categorias strong{
	text-transform: uppercase;
}
.categorias ul {
	list-style-type: none;
	padding: 0px;
}
.categorias ul li {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #333;
	margin: 0px;
	border: 1px solid #EBF0F2;
	border-radius:5px;
	background-color: #EFF4F6;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	transition: all 1.0s ease;
	text-align: left;
}
.categorias ul li:hover {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #333;
	margin: 0px;
	border: 1px solid #EBF0F2;
	border-radius:5px;
	background-color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.categorias ul li a {
	color: #666;
	text-decoration: none;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	transition: all 1.0s ease;
}
.categorias ul li a:hover {
	color: #29166F;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.noticias_home {
}
.noticias_home div{
	width: 578px;
	border: 1px solid #EBF0F2;
	background-color: #FFF;
	padding: 10px;
}
.noticias_home2 {
	padding: 10px;
	font-size: 12px;
}
.noticias_home2 .titulo2{
	line-height: 20px;
}
.noticias_home2 a {
	color: #666;
	text-decoration: none;
}
.noticias_home2 strong {
	font-size: 10px;
}
.noticias_home2 a img {
	color: #666;
	text-decoration: none;
	margin: 5px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.noticias_home2 ul{
	border: 1px solid #EBF0F2;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.noticias_home2 li {
	width: 578px;
	border: 1px solid #EBF0F2;
	background-color: #FFF;
	padding: 3px;
	height: 80px;
	overflow: hidden;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.noticias_home2 li:hover {
	width: 578px;
	border: 1px solid #EBF0F2;
	background-color: #29166F;
	padding: 3px;
	height: 80px;
	overflow: hidden;
	color: #FFF;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.noticias_home2 li:hover .titulo2 {
	color: #F3F5F9;
}
.titulo1   {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
	background-image: url(imagens/btn_bg.png);
	background-size: 100% 100%;
}
.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #29166F;
	font-size: 12px;
	font-weight: bold;
	background-size: 100% 100%;
	text-transform: uppercase;
}
.titulo3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #29166F;
	font-size: 14px;
	font-weight: bold;
	background-size: 100% 100%;
	text-transform: uppercase;
	padding: 5px;
}
.texto1 {
	color: #333;
	font-size: 12px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 25px;
	padding-left: 7px;
}
.texto2 {
	color: #333;
	font-size: 12px;
}
.saibamais a{
	font-size: 12px;
	color: #29166F;
	background-color: #EFF4F6;
	text-decoration: none;
	line-height: 30px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-radius:5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.saibamais a:hover {
	color: #FFF;
	background-color: #29166F;
}
#cemporcentoheigth {
	height: 100%;
}
#cemporcentoheigth table{
	height: 100%;
}
.agenda {
}
.agenda ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.agenda ul li {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 12px;
	background-image: url(imagens/sub_separator.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: justify;
}
.agenda ul li a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.agenda ul li a strong {
	font-size: 12px;
	color: #29166F;
	text-decoration: none;
}
.agenda ul li a em {
	font-size: 10px;
	color: #29166F;
	text-decoration: none;
}
.agenda ul li a .saibamais {
	font-size: 10px;
	color: #29166F;
	text-decoration: none;
	float: right;
}


.links {
}
.links ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.links ul li {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 12px;
	background-image: url(imagens/sub_separator.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}
.links ul li a {
	font-size: 12px;
	color: #29166F;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.links ul li a:hover {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.rodape {
	background-image: url(imagens/btn_bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-size: 100% 100%;
}
.rodape a{
	font-size: 10px;
	color: #FFF;
	background-size: 100% 100%;
	text-decoration: none;
	
}
.titulo31 {	font-family: Arial, Helvetica, sans-serif;
	color: #29166F;
	font-size: 14px;
	font-weight: bold;
	background-size: 100% 100%;
	text-transform: uppercase;
	padding: 5px;
}
.form2 {
	font-size: 12px;
	color: #666;
	padding: 3px;
	width: 200px;
	border: 1px solid #314182;
	border-radius:3px;
}
.form3 {
	font-size: 12px;
	color: #666;
	padding: 3px;
	width: 205px;
	border: 1px solid #314182;
	border-radius:3px;
}

.bt2{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	background-color: #314182;
	text-decoration: none;
	border-radius:7px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bt2:hover {
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
	background-color: #333;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}.form4 {
	font-size: 12px;
	color: #666;
	padding: 3px;
	border: 1px solid #314182;
	border-radius:3px;
}
.titulo4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #29166F;
	font-size: 24px;
	font-weight: bold;
	background-size: 100% 100%;
	text-transform: uppercase;
	padding: 5px;
}

.tituloP {
	font-family: Arial, Helvetica, sans-serif;
	color: #29166F;
	font-size: 32px;
	font-weight: bold;
	background-size: 100% 100%;
	text-transform: uppercase;
	padding: 35px;
}



input[type=text]
{
font-size: 12px;
	color: #666;
	padding: 3px;
	border: 1px solid #314182;
	border-radius:3px;
}
