* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

a {
	text-decoration: none;
}

a span {
	cursor: pointer;
}

ul,li {
	list-style: none;
}

body {
	text-align: left;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #969696;
	font-size: 11px;
	background-color: #bebebe;
	width: 100%;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: normal;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 111px;
	margin: 0 auto;
	width: 100%;
}

#header_in {
	margin: 0 auto;
	width: 975px;
	position: relative;
}

#header_in a.logo {
	width: 210px;
	height: 65px;
	margin-top: 34px;
	float: left;
	display: block;
	background-image: url(images/logo.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#header_in .topo {
	position: relative;
	left: 14px;
	width: 503px;
	height: 50px;
	float: right;
	display: block;
}

#header_in .topo .pesquisa {
	width: 224px;
	float: left;
	display: block;
	height: 18px;
	margin-top: 3px;
}

#header_in .topo .pesquisa span {
	width: 59px;
	float: left;
	display: block;
	height: 16px;
	line-height: 16px;
	color: #cc2a2a;
	font-size: 14px;
	margin-top: 3px;
}

#header_in .topo .pesquisa input[type=text] {
	background: url(images/pesquisa.png) 0 0 no-repeat;
	color: #77706e;
	float: left;
	font-size: 10px;
	line-height: 14px;
	padding: 2px 0px 2px 9px;
	width: 140px;
	height: 14px;
}

#header_in .topo .pesquisa input[type=submit] {
	background: url(images/pesquisa_btn.png) 0 0 no-repeat;
	cursor: pointer;
	float: left;
	height: 18px;
	text-indent: -9999px;
	width: 16px;
}

#header_in .topo .pesquisa input[type=submit]:hover {
	background: url(images/pesquisa_btn_hover.png) 0 0 no-repeat;
}

#header_in .topo .idiomas {
	width: 279px;
	position: relative;
	top: 0px;
	left: -7px;
	float: left;
	display: block;
	height: 50px;
	background-image: url(images/idiomas.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#header_in .topo .idiomas span.style1 {
	width: 32px;
	float: left;
	display: block;
	height: 10px;
	padding-left: 13px;
	background-image: url(images/icon.png);
	background-position: left 9px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 10px;
	padding-top: 4px;
	line-height: 18px;
	height: 18px;
	margin-left: 40px;
	padding-right: 8px;
}

#header_in .topo .idiomas a.lingua,#header_in .topo .idiomas a.select {
	float: left;
	display: block;
	height: 10px;
	padding-left: 8px;
	background-image: url(images/icon2.png);
	background-position: left 11px;
	background-repeat: no-repeat;
	color: #851115;
	font-size: 10px;
	padding-top: 8px;
	line-height: 10px;
	height: 10px;
	padding-right: 11px;
}

#header_in .topo .idiomas a.select {
	background-image: url(images/icon3.png);
	background-position: left 11px;
	background-repeat: no-repeat;
	color: #f56175;
}

#header_in .topo .idiomas a.lingua:hover {
	color: #ffffff;
}

#header_in ul.menu {
	margin-top: 12px;
	width: 750px;
	height: 48px;
	float: right;
	display: block;
}

#header_in ul.menu li {
	height: 48px;
	float: right;
	display: block;
	padding-right: 26px;
	padding-left: 24px;
	background-image: url(images/menu_li.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
}

#header_in ul.menu li:first-child {
	background-image: none;
}

#header_in ul.menu li a,#header_in ul.menu li.hover a {
	padding-top: 9px;
	line-height: 19px;
	height: 38px;
	font-size: 19px;
	float: left;
	display: block;
	color: #969696;
	text-transform: uppercase;
}

#header_in ul.menu li.hover a,#header_in ul.menu li a:hover {
	background-image: url(images/menu_seta_cinza.png);
	background-position: center 28px;
	background-repeat: no-repeat;
	z-index: 999;
	position: relative;
	color: #747373;
}

#header_in ul.menu li.hover a.branco,#header_in ul.menu li a.branco:hover {
	background-image: url(images/menu_seta.png);
	background-position: center 28px;
	background-repeat: no-repeat;
	z-index: 999;
	position: relative;
	color: #747373;
}

#header_in ul.menu li a.select{
	background-image: url(images/menu_seta_cinza.png);
	background-position: center 28px;
	background-repeat: no-repeat;
	z-index: 999;
	position: relative;
	color: #747373;
}

#header_in ul.menu li.hover ul.sub {
	display: block;
}

#header_in ul.menu li ul.sub {
	left: -106px;
	min-height: 109px;
	display: none;
	width: 343px;
	position: absolute;
	top: 38px;
	background-color: #f5f5f5;
	z-index: 99;
	background-image: url(images/sub_menu.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#header_in ul.menu li ul.sub .border {
	width: 343px;
	height: 20px;
	float: left;
	display: block;
	background-image: url(images/menu_border.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

#header_in ul.menu li ul.sub .esq {
	width: 144px;
	padding-left: 28px;
	float: left;
	display: block;
	padding-bottom: 14px;
}

#header_in ul.menu li ul.sub .dir {
	width: 144px;
	padding-left: 10px;
	float: left;
	display: block;
	padding-bottom: 14px;
}

#header_in ul.menu li ul.sub .esq span,#header_in ul.menu li ul.sub .dir span,#header_in ul.menu li ul.sub .esq a,#header_in ul.menu li ul.sub .dir a
	{
	width: 144px;
	display: block;
	float: left;
}

#header_in ul.menu li ul.sub .esq span.titulo,#header_in ul.menu li ul.sub .dir span.titulo
	{
	padding-left: 12px;
	color: #cb0c12;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 8px;
	background-image: url(images/submenu_seta.png);
	background-position: left 14px;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

#header_in ul.menu li ul.sub .esq a,#header_in ul.menu li ul.sub .dir a
	{
	font-size: 11px;
	color: #646464;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-image: none;
	height: auto;
	line-height: 12px;
	width: 139px;
}

#header_in ul.menu li ul.sub .esq a:hover,#header_in ul.menu li ul.sub .dir a:hover
	{
	background-image: url(images/icon12.png);
	background-position: 4px center;
	background-repeat: no-repeat;
	color: #c31212;
	background-color: #e6e6e6;
}

#page {
	margin: 0 auto;
	width: 100%;
	background-color: #6a6a6a;
}

#page_in {
	margin: 0 auto;
	width: 975px;
	position: relative;
}

#page_in .banners {
	width: 975px;
	height: 424px;
	float: left;
	display: block;
	position: relative;
	z-index: 1;
}

#page_in .banners .bann {
	width: 242px;
	height: 374px;
	float: left;
	display: block;
	background-color: #ffffff;
	margin-top: 25px;
	position: relative;
}

#page_in .banners .bann.fisrt {
	width: 244px;
	height: 374px;
	float: left;
	display: block;
	background-color: #ffffff;
	margin-top: 25px;
}

#page_in .banners .bann.last {
	width: 247px;
	height: 374px;
	float: left;
	display: block;
	background-color: #ffffff;
	margin-top: 25px;
}

#page_in .banners .bann a.imagem {
	width: 239px;
	height: 249px;
	float: left;
	display: block;
	margin-top: 5px;
	margin-left: 3px;
	background-repeat: no-repeat;
}

#page_in .banners .bann.fisrt a.imagem {
	margin-left: 5px;
}

#page_in .banners .bann a.imagem .background {
	width: 239px;
	height: 249px;
	float: right;
	display: block;
	background-image: url(images/icon4.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#page_in .banners .bann:hover a.imagem .background {
	width: 239px;
	height: 249px;
	float: left;
	display: block;
	background-image: url(images/banner_hover.png);
	background-position: left top;
	background-repeat: repeat;
}

#page_in .banners .bann .style1 {
	width: 239px;
	height: 115px;
	float: left;
	display: block;
	background-image: url(images/bann1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 5px;
}

#page_in .banners .bann .style1.s2 {
	background-image: url(images/bann2.jpg);
	margin-left: 3px;
}

#page_in .banners .bann .style1.s3 {
	background-image: url(images/bann3.jpg);
	margin-left: 3px;
}

#page_in .banners .bann .style1.s4 {
	background-image: url(images/bann4.jpg);
	margin-left: 3px;
}

#page_in .banners .bann span.titulo {
	padding-left: 14px;
	width: 190px;
	height: 24px;
	float: left;
	display: block;
	font-size: 22px;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 18px;
}

#page_in .banners .bann span.texto {
	padding-left: 14px;
	width: 200px;
	float: left;
	display: block;
	font-size: 13px;
	line-height: 14px;
	color: #a4a4a4;
}

#page_in .banners .bann ul.gama {
	float: left;
	display: none;
	position: absolute;
	bottom: 120px;
	left: 10px;
	background-image: url(images/gama.jpg);
	background-position: left 19px;
	background-repeat: repeat-x;
	background-color: #9e0a26;
}

#page_in .banners .bann ul.gama li {
	height: 24px;
	display: block;
	background-image: url(images/linha_gama.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#page_in .banners .bann ul.gama li:hover {
	background-image: url(images/gama_li.png);
	background-position: left 1px;
	background-repeat: repeat;
}

#page_in .banners .bann ul.gama li.titulo {
	height: 24px;
	font-weight: bold;
	margin-bottom: 1px;
	background-color: #ffffff;
	font-size: 13px;
	color: #a90808;
	padding-left: 10px;
	line-height: 18px;
	text-transform: uppercase;
	padding-right: 10px;
}

#page_in .banners .bann ul.gama li.titulo:hover {
	background-image: none;
}

#page_in .banners .bann ul.gama li a {
	height: 14px;
	float: left;
	display: block;
	margin-left: 10px;
	padding-left: 8px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 12px;
	padding-top: 6px;
	background-image: url(images/icon5.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	text-transform: uppercase;
}

#page_in .sub_menu {
	width: 175px;
	float: left;
	display: block;
	margin-top: 50px;
	margin-right: 20px;
}

#page_in .sub_menu .in {
	width: 168px;
	height: 24px;
	float: left;
	display: block;
	background-image: url(images/in.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	text-transform: uppercase;
	color: #ffffff;
	padding-left: 7px;
	font-size: 16px;
	padding-top: 11px;
	line-height: 24px;
}

#page_in .sub_menu ul {
	width: 159px;
	float: left;
	display: block;
	background-image: url(images/submenu.png);
	background-position: left top;
	background-repeat: repeat;
	padding-left: 8px;
	padding-right: 8px;
}

#page_in .sub_menu ul li {
	width: 159px;
	float: left;
	display: block;
	border-bottom: 1px solid #a4a4a4;
	border-top: 1px solid #e6e6e6;
}

#page_in .sub_menu ul li:first-child {
	border-top: none;
}

#page_in .sub_menu ul li a {
	width: 154px;
	float: left;
	display: block;
	padding-left: 5px;
	font-family: Tahoma;
	font-size: 12px;
	color: #505050;
	line-height: 14px;
	padding-top: 8px;
	padding-bottom: 6px;
}

#page_in .sub_menu ul li:hover a {
	background-color: #E4E4E4;
}

#page_in .sub_menu ul li a.open {
	padding-left: 17px;
	width: 142px;
	background-color: #e4e4e4;
	border-bottom: 2px solid #b4b4b4;
	font-weight: bold;
}

#page_in .sub_menu ul li ul.sub {
	width: 159px;
	float: left;
	display: block;
	background-color: #f1f1f1;
	padding: 0px;
	margin: 0px;
	background-image: none;
}

#page_in .sub_menu ul li ul.sub li {
	width: 154px;
	float: left;
	display: block; border-bottom : 1px solid #cfcfcf;
	margin-left: 5px;
	border-top: none;
	border-bottom: 1px solid #cfcfcf;
}

#page_in .sub_menu ul li ul.sub li:last-child {
	width: 159px;
	margin-left: 0px;
	padding-left: 5px;
}

#page_in .sub_menu ul li ul.sub li a {
	width: 142px;
	padding-left: 12px;
	float: left;
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	color: #8c8c8c;
	background-color: transparent;
}
#page_in .sub_menu ul li.select {
	background-color: #e5e5e5;
}
#page_in .sub_menu ul li.select a {
	width: 138px;
	padding-left: 16px;
	font-weight: bold;
}

#page_in .sub_menu ul li ul.sub li a:hover,#page_in .sub_menu ul li ul.sub li a.select {
	color: #c31212;
	background-image: url(images/icon10.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#page_in .sub_menu .fecho {
	width: 175px;
	height: 45px;
	float: left;
	display: block;
	background-image: url(images/submenu_fecho.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#page_in .conteudo {
	width: 780px;
	float: left;
	display: block;
	margin-top: 30px;
	margin-bottom: 40px;
}

#page_in .conteudo ul.caminho {
	width: 780px;
	height: 20px;
	float: left;
	display: block;
}

#page_in .conteudo ul.caminho li {
	height: 20px;
	float: left;
	display: block;
}

#page_in .conteudo ul.caminho li a {
	color: #5a5a5a;
	background-image: url(images/icon11.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 7px;
	margin-right: 4px;
}

#page_in .conteudo ul.caminho li:last-child a {
	background-image: none;
	color: #747474;
}

#page_in .conteudo ul.caminho li:first-child a {
	color: #373737;
}

#page_in .conteudo ul.caminho li a:hover {
	color: #a70808;
	text-decoration: underline;
}

#page_in .conteudo .nome {
	width: 780px;
	height: 90px;
	float: left;
	display: block;
	background-image: url(images/nome.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#page_in .conteudo .nome span.style1,#page_in .conteudo .nome span.style2 {
	padding-top: 14px;
	padding-left: 20px; 
	float: left;
	display: block;
	text-transform: uppercase;
	color: #4c0000;
	font-size: 16px;
	height: 12px;
}

#page_in .conteudo .nome span.style2 {
	padding-left: 5px;
}

#page_in .conteudo .nome span.style3{
	padding-top: 7px;
	padding-left: 20px; 
	float: left;
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 55px;
	clear: left;
}

#page_in .conteudo .content{
	float: left;
	display: block;
	width: 604px;
	background-color: #ffffff;
	position:relative;
	padding:0 0 50px;
}

#page_in .conteudo .content span.titulo{
	float: left;
	display: block;
	padding-left: 20px;
	width: 562px;
	padding-top: 31px;
	font-size: 30px;
	line-height: 30px;
	color: #3c3c3c;
}

#page_in .conteudo .content span.data{
	float: left;
	display: block;
	padding-left: 20px;
	width: 562px;
	padding-top: 22px;
	font-size: 10px;
	line-height: 12px;
	color: #969696;
}

#page_in .conteudo .content .noticia{
	float: left;
	display: block;
	margin-left: 30px;
	padding-top: 15px;
	width: 562px;
	border-top: 1px solid #dadada;
}

#page_in .conteudo .content .noticia .column {
	width: 270px;
	display: block;
	float: left;
}

#page_in .conteudo .content .noticia .first {
	padding-right: 20px;
}

#page_in .conteudo .content .noticia .last{
	padding-right: 0px;
}

#page_in .conteudo .content .noticia p a{
	font-family: Tahoma;
	text-align: left;
	color: #8d8d8d;
}

#page_in .conteudo .content .institucional{
	float: left;
	display: block;
	padding-left: 20px;
	width: 562px;
}

#page_in .conteudo .content .institucional .bloco{
	float: left;
	display: block;
	width: 270px;
}

#page_in .conteudo .content .institucional .bloco span.titulo{
	float: left;
	display: block;
	width: 270px;
	color: #c31212;
	font-size: 15px;
	line-height: 16px;
	padding-bottom: 4px;
	padding-top: 15px;
	padding-left: 0px;
}

#page_in .conteudo .content .institucional .bloco span.texto{
	float: left;
	display: block;
	width: 270px;
	color: #646464;
	line-height: 12px;
	padding-bottom: 4px;
}

#page_in .conteudo .content .branco{
	float: left;
	display: block;
	height: 67px;
	width: 604px;
	background-image: url(images/branco.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 123px;
}

#page_in .conteudo .content .img{
	height: 190px;
	width: 604px;
}

#page_in .conteudo .content .wide{
	float: left;
	display: block;
	width: 570px;
}

#page_in .conteudo .content span.style1{
	float: left;
	display: block;
	font-size: 22px;
	line-height: 24px;
	color: #646464;
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 18px;
}

#page_in .conteudo .content span.style1c{
	float: left;
	display: block;
	font-size: 15px;
	line-height: 15px;
	color: #c31212;
	padding-right: 5px;
	padding-top: 18px;
	z-index: 99999;
	position: relative;
}

#page_in .conteudo .content span.style1b{
	float: left;
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #646464;
	padding-right: 3px;
	padding-left: 18px;
	padding-top: 10px;
}

#page_in .conteudo .content span.style2{
	float: left;
	display: block;
	font-size: 22px;
	line-height: 24px;
	color: #c31212;
	padding-top: 18px;
}

#page_in .conteudo .content span.style2c{
	float: left;
	display: block;
	font-size: 15px;
	line-height: 15px;
	color: #c31212;
	padding-top: 18px;
	z-index: 99999;
	position: relative;
}

#page_in .conteudo .content span.style2b{
	float: left;
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #c31212;
	padding-top: 10px;
}

#page_in .conteudo .content span.style3{
	float: left;
	display: block;
	padding-left: 20px;
	width: 170px;
	line-height: 12px;
	color: #838383;
	padding-top: 17px;
	padding-right: 18px;
	font-family: Tahoma;
}

#page_in .conteudo .content span.style4{
	clear: left;
	float: left;
	display: block;
	padding-left: 20px;
	width: 172px;
	line-height: 12px;
	color: #6e6e6e;
	padding-top: 10px;
	padding-right: 17px;
	font-family: Tahoma;
}

#page_in .conteudo .content small{
	clear: left;
	float: left;
	display: block;
	padding-left: 20px;
	width: 172px;
	line-height: 10px;
	color: #afafaf;
	font-size:10px;
	padding-top: 5px;
	padding-right: 17px;
	font-family: Tahoma;
}

#page_in .conteudo .content span.rouge{
	color: #c31212;
}

li.download_pdf a{
	float:left;
	display:block;
	width:265px;	
	height:52px;
	color:#8d8d8d;
}

li.download_pdf a:hover{
	background-color:#ebebeb;
	background-repeat:no-repeat;
	color:#646464;
}


#page_in .conteudo .content .noticia .gal{
	float: left;
	display: block;
	width: 270px;
	position: relative;
	top: 8px;
	
}

#page_in .conteudo .content .noticia .imagem_gal {
	position: absolute;
	left: 0;
	top: 24px;
	float: left;
	z-index: 999;
}

#page_in .conteudo .content .contactos{
	float: left;
	display: block;
	width: 366px;
	padding-top: 17px;
}

#page_in .conteudo .content .info{
	float: left;
	display: block;
	width: 208px;
}

#page_in .conteudo .content .form{
	float: left;
	display: block;
	width: 375px;
	padding-left: 7px;
	padding-top: 10px;
}

#page_in .conteudo .content .form input[type=text] {
	float: left;
	height: 22px;
	line-height: 18px;
	width: 183px;
	border: 1px solid #ebebeb;
	font-family: Tahoma;
	color: #a0a0a0;
	margin-bottom: 4px;
	font-size: 11px;
}

#page_in .conteudo .content .form input[type=text]:focus,#page_in .conteudo .content .form textarea:focus {
	border: 1px solid #c31212;
	color: #555555;
	background-color: #ebebeb;
}

#page_in .conteudo .content .form textarea {
	float: right;
	height: 100px;
	line-height: 12px;
	width: 183px;
	border: 1px solid #ebebeb;
	font-family: Tahoma;
	color: #a0a0a0;
	margin-bottom: 4px;
	padding-top: 5px;
	font-size: 11px;
}

#page_in .conteudo .content .form a.enviar {
	float: right;
	height: 20px;
	padding-left:8px;
	padding-right:6px;
	line-height: 16px;
	padding-top:5px;
	border-left: 2px solid #959595;
	color: #ffffff;
	font-size: 15px;
	margin-right: 44px;
	background-color: #c1c1c1;
}

#page_in .conteudo .content .form a.enviar:hover {
	border-left: 2px solid #a70808;
	background-color: #c31212;
}

#page_in .conteudo .content .contactos ul{
	float: left;
	display: block;
	width: 175px;
	padding-bottom: 15px;
}

#page_in .conteudo .content .contactos ul.big{
	width: 366px;
	padding-top: 10px;
}

#page_in .conteudo .content .contactos ul li{
	float: left;
	display: block;
	width: 175px;
	font-family: Tahoma;
	color: #646464;
	line-height: 12px;
}

#page_in .conteudo .content .contactos ul li.subtitulo{
	color: #272727;
}

#page_in .conteudo .content .contactos ul.big li{
	width: 366px;
}

#page_in .conteudo .content .contactos ul li.titulo{
	float: left;
	display: block;
	width: 175px;
	font-size: 15px;
	color: #c31212;
	line-height: 16px;
	padding-bottom: 5px;
}

#page_in .conteudo .content .contactos ul li.titulo.grey{
	color: #646464;
}

#page_in .conteudo .content .contactos ul li span{
	color: #282828;
	float: left;
	display: block;
	padding-right: 5px;
}

#page_in .conteudo .content .contactos ul li.email{
	padding-top: 10px;
}

#page_in .conteudo .content .contactos ul li a{
	float: left;
	display: block;
	color: #646464;
}

#page_in .conteudo .content .contactos ul li a:hover{
	color: #af1010;
}

#page_in .conteudo .coluna{
	width: 176px;
	float: right;
	display: block;
	background-color: #d7d7d7;
	border-bottom: 3px solid #a6a6a6;
	background-image: url(images/coluna_sombra.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
}

#page_in .conteudo .coluna ul{
	width: 150px;
	float: left;
	display: block;
	margin-top: 25px;
	margin-left: 13px;
	margin-right: 13px;
}

#page_in .conteudo .coluna ul li{
	float: left;
	display: block;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #e1e1e1;
	width: 150px;
}

#page_in .conteudo .coluna ul li:first-child{
	border:none;
}

#page_in .conteudo .coluna ul li:nth-child(2){
	border:none;
}

#page_in .conteudo .coluna ul li:nth-child(3){
	border-top:none;
}

#page_in .conteudo .coluna ul li span.style1{
	background-image: url(images/icon13.png);
	background-position:left 4px;
	background-repeat: no-repeat;
	padding-left:18px;
	width: 133px;
	text-transform: uppercase;
	font-size: 14px;
	color: #292828;		
	line-height: 14px;
}

#page_in .conteudo .coluna ul li span.style1.link{
	background-image: url(images/icon14.png);
}

#page_in .conteudo .coluna ul li span.style1.outra{
	background-image: url(images/icon18.png);
}

#page_in .conteudo .coluna ul li span.style2{
	padding-left: 18px;
	width: 133px;
	text-transform: uppercase;
	font-size: 12px;
	color: #636363;		
}

#page_in .conteudo .coluna ul li a{
	float: left;
	display: block;
	padding-left: 18px;
	width: 132px;
	font-family: Tahoma;
	color: #646464;
	padding-top: 6px;
	padding-bottom: 3px;
}

#page_in .conteudo .coluna ul li a:hover{
	background-color: #ebebeb;
	color: #d10b11;
	background-image: url(images/icon12.png);
	background-position: 10px 11px;
	background-repeat: no-repeat;
}

#page_in .conteudo .topo{
	float: left;
	display: block;
	width: 780px;
	margin-top: 35px;
	height: 36px;
	background-image: url(images/topo.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
}

#page_in .conteudo .topo a{
	float: right;
	display: block;
	margin-right: 20px;
	padding-right: 18px;
	margin-top: 10px;
	background-image: url(images/icon15.png);
	background-position: right top;
	background-repeat: no-repeat;
	font-family: Arial;
	color: #6e6e6e;
}

#page_in .conteudo .topo a:hover{
	background-image: url(images/icon15_h.png);
	color: #ffffff;
}

#bottom {
	float: left;
	margin: 0 auto;
	width: 100%;
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

#bottom_in {
	margin: 0 auto;
	width: 975px;
	position: relative;
}

#bottom_in .blocos {
	float: left;
	display: block;
	width: 975px;
	height: 288px;
	position: relative;
	top: -5px;
	left: 0px;
	background-image: url(images/bottom_border.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#bottom_in .blocos .novidades {
	float: left;
	display: block;
	width: 324px;
	height: 255px;
	margin-right: 4px;
}

#bottom_in .blocos .novidades div.showcase {
	float: left;
	width: 324px;
}

#bottom_in .blocos .novidades  div.showcase .titulo,#bottom_in .blocos .qualidade .titulo
	{
	width: 324px;
	height: 38px;
	float: left;
	display: block;
	background-image: url(images/slide.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#bottom_in .blocos .novidades  div.showcase .titulo span.style,#bottom_in .blocos .produtos  div.showcase .titulo span.style,#bottom_in .blocos .qualidade .titulo span.style
	{
	width: 80px;
	height: 16px;
	float: left;
	display: block;
	margin-left: 10px;
	padding-left: 15px;
	margin-top: 12px;
	font-size: 16px;
	color: #ffffff;
	background-image: url(images/icon6.png);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 16px;
}

#bottom_in .blocos .novidades div.showcase a.prevwork,#bottom_in .blocos .produtos div.showcase a.prevwork 	{
	float: left;
	display: block;
	margin-left: 105px;
	margin-top: 10px;
	width: 14px;
	height: 19px;
	background-image: url(images/icon7.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#bottom_in .blocos .novidades div.showcase a.prevwork:hover,#bottom_in .blocos .produtos div.showcase a.prevwork:hover	{
	background-image: url(images/icon7_h.png);
}

#bottom_in .blocos .novidades div.showcase a.nextwork,#bottom_in .blocos .produtos div.showcase a.nextwork{
	float: left;
	display: block;
	margin-left: 0px;
	margin-top: 10px;
	width: 18px;
	height: 19px;
	background-image: url(images/icon8.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#bottom_in .blocos .novidades div.showcase a.nextwork:hover,#bottom_in .blocos .produtos div.showcase a.nextwork:hover{
	background-image: url(images/icon8_h.png);
}

#bottom_in .blocos .novidades div.showcase ul.layers {
	width: 324px;
	height: 217px;
	background-image: url(images/layers.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
}

#bottom_in .blocos .novidades div.showcase ul.layers li {
	width: 298px;
	height: 217px;
	padding-left: 20px;
	padding-right: 6px;
}

#bottom_in .blocos .novidades div.showcase ul.layers li a {
	width: 298px;
	height: 101px;
	float: left;
	display: block;
}

#bottom_in .blocos .novidades div.showcase ul.layers li a span.style1 {
	color: #c31212;
	font-weight: bold;
	line-height: 12px;
	padding-bottom: 2px;
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#bottom_in .blocos .novidades div.showcase ul.layers li a span.style2,#bottom_in .blocos .produtos div.showcase ul.layers li a span.style2
	{
	color: #969696;
	padding-bottom: 8px;
	line-height: 12px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px dotted #8c8c8c;
}

#bottom_in .blocos .novidades div.showcase ul.layers li a span.style3,#bottom_in .blocos .produtos div.showcase ul.layers li a span.style3
	{
	color: #7d7d7d;
	font-size: 10px;
	height: 17px;
	line-height: 17px;
	float: left;
	display: block;
	padding-left: 5px;
	padding-right: 18px;
	background-image: url(images/icon9.png);
	background-position: right 2px;
	background-repeat: no-repeat;
}

#bottom_in .blocos .novidades div.showcase ul.layers li a span.style4 {
	width: 70px;
	height: 53px;
	float: left;
	display: block;
	margin-left: 6px;
	padding-right: 5px;
	padding-bottom: 23px;
	background-position: left 2px;
	background-repeat: no-repeat;
	margin-top: 6px;
}

#bottom_in .blocos .novidades div.showcase ul.layers li a span.style4 .background
	{
	width: 70px;
	height: 53px;
	float: left;
	display: block;
	background-image: url(images/novidade_frame.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#bottom_in .blocos .novidades div.showcase ul.layers li a:hover span.style4 .background
	{
	background-image: url(images/novidade_frame_h.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#bottom_in .blocos .novidades div.showcase ul.layers li a:hover span.style3,#bottom_in .blocos .produtos div.showcase ul.layers li a:hover span.style3
	{
	color: #ffffff;
	background-image: url(images/icon9_h.png);
	background-position: right 2px;
	background-repeat: no-repeat;
}

#bottom_in .blocos .produtos {
	float: left;
	display: block;
	width: 319px;
	height: 255px;
	margin-right: 4px;
}

#bottom_in .blocos .produtos div.showcase {
	float: left;
	width: 319px;
}

#bottom_in .blocos .produtos  div.showcase .titulo {
	width: 319px;
	height: 38px;
	float: left;
	display: block;
	background-image: url(images/slide2.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#bottom_in .blocos .produtos div.showcase ul.layers {
	width: 319px;
	height: 217px;
	background-image: url(images/layers.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#bottom_in .blocos .produtos div.showcase ul.layers li {
	width: 319px;
	height: 217px;
}

#bottom_in .blocos .produtos div.showcase ul.layers li a {
	width: 149px;
	height: 217px;
	float: left;
	display: block;
	padding-left: 7px;
}

#bottom_in .blocos .produtos div.showcase ul.layers li a span.style1 {
	color: #fefefe;
	line-height: 17px;
	font-size: 17px; padding-bottom : 7px;
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
}

#bottom_in .blocos .produtos div.showcase ul.layers li a span.style1b {
	font-size: 17px;
	color: #d10b11;
}

#bottom_in .blocos .produtos div.showcase ul.layers li a span.style4 {
	width: 149px;
	height: 108px;
	float: left;
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#bottom_in .blocos .produtos div.showcase ul.layers li a span.style4 .background
	{
	width: 149px;
	height: 108px;
	float: left;
	display: block;
	background-image: url(images/produto_frame.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#bottom_in .blocos .produtos div.showcase ul.layers li a:hover span.style4 .background
	{
	background-image: url(images/banner_hover.png);
	background-position: left top;
	background-repeat: repeat;
}

#bottom_in .blocos .qualidade {
	float: left;
	display: block;
	width: 324px;
	height: 255px;
}

#bottom_in .blocos .qualidade a {
	width: 317px;
	height: 255px;
	float: left;
	display: block;
	padding-left: 7px;
	background-image: url(images/layers.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#bottom_in .blocos .qualidade a span.style4 {
	width: 317px;
	height: 108px;
	float: left;
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#bottom_in .blocos .qualidade a span.style4 .background {
	width: 317px;
	height: 108px;
	float: left;
	display: block;
	background-image: url(images/qualidade_frame.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#bottom_in .blocos .qualidade a:hover span.style4 .background {
	background-image: url(images/banner_hover.png);
	background-position: left top;
	background-repeat: repeat;
}

#bottom_in .blocos .qualidade a span.style1 {
	color: #fefefe;
	font-size: 16px;
	display: block;
	padding-left: 14px;
	max-width: 175px;
}

#bottom_in .blocos .qualidade a span.style1b {
	color: #d10b11;
	font-size: 16px;
	display: block;
	padding-left: 14px;
	max-width: 175px;
}

#bottom_in .blocos .qualidade a span.style2 {
	color: #969696;
	padding-bottom: 8px;
	line-height: 12px;
	display: block;
	margin-left: 14px;
	margin-right: 10px;
	border-bottom: 1px dotted #8c8c8c;
}

#bottom_in .blocos .qualidade a span.style3 {
	color: #7d7d7d;
	font-size: 10px;
	height: 17px;
	line-height: 17px;
	float: left;
	display: block;
	padding-left: 21px;
	padding-right: 18px;
	background-image: url(images/icon9.png);
	background-position: right 2px;
	background-repeat: no-repeat;
}

#bottom_in .blocos .qualidade a:hover span.style3 {
	color: #ffffff;
	background-image: url(images/icon9_h.png);
	background-position: right 2px;
	background-repeat: no-repeat;
}

#bottom_in .blocos .qualidade a .img {
	float: right;
	position: relative;
	top: -30px;
	right: 8px;
}

#footer {
	margin: 0 auto;
	width: 100%;
	height: 160px;
	float: left;
	display: block;
}

#footer_in {
	margin: 0 auto;
	width: 975px;
	height: 160px;
}

#footer_in .logo {
	margin-top: 17px;
	width: 94px;
	height: 19px;
	margin-right: 20px;
	float: left;
	display: block;
}

#footer_in .termos {
	margin-top: 25px;
	width: 698px;
	float: left;
	display: block;
}

#footer_in .termos .direitos {
	width: 698px;
	float: left;
	display: block;
	color: #636363;
}

#footer_in .termos .direitos span.red {
	color: #cc2a2a;
	font-weight: bold;
}

#footer_in .termos .direitos span.grey {
	color: #8f8f8c;
}

#footer_in .termos span.info {
	margin-top: 8px;
	width: 698px;
	float: left;
	display: block;
	color: #b9b9b9;
	font-size: 10px;
	font-family: Tahoma;
}

#footer_in a.globaz {
	margin-top: 21px;
	width: 67px;
	height: 21px;
	float: right;
	display: block;
}

.download_pdf_cor{
	color:#d10b11;
	margin-left:10px;
}