/* ELEMENTOS DO HTML */
body {
	background-image: url(img/fundo_site.jpg);
	background-repeat: repeat-x;
	background-color: #DED5B2;
	margin:0;
	padding:0;
} 
body, table, td, th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}
img {border:0;}
form {margin:0; padding:0;}
a {text-decoration:none; color:#660000;}
a:hover {text-decoration:underline;}
p, h1, h2, h3, h4, h5, h6 {margin: 7px 0; padding:0;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none;}
h1 {
	font-size:15px;
	color:#FFFFFF;
	background-color: #990000;
	padding: 5px 7px 3px 7px;
	text-transform:uppercase;
}


h1 a {color:#FFFFFF;}
h2 {font-size:15px; color:#660000;}
h3 {font-size:14px; color:#660000;}
h4, h4 a {font-size:14px; color:#000000;}
h5, h5 a {font-size:12px; color:#000000;}
h6, h6 a {font-size:11px; color:#000000;}
p {margin-bottom: 10px;}
ul {list-style-type: square; margin: 7px 0 10px 27px; padding:0;}
ol {margin: 7px 0 10px 27px; padding:0;}
hr {background-color:#333; color:#333; border:none; height:1px; margin:0; padding:0;}

/*----------------------------------------------------------------------------------------------*/
/* CLASSES DE FONTES E LINKS */

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.justify {text-align:justify;}

.negrito {font-weight:bold;}
.italico {font-style:italic;}
.normal {font-weight:normal;}
.riscado {text-decoration:line-through;}
.sublinhado, a .sublinhado {text-decoration:underline;}

.brPeq {line-height: 50%;}
.quebraDupla { line-height: 185%;}

.divClear {clear:both;}
.floatLeft {float:left;}
.floatRight {float:right;}

.corNao, .corSim { padding: 7px 3px; border-bottom:1px solid #000; }
.corSim { background-color:#EAEAEA; }

.asterisco {color:#CC0000; font-family:Verdana, Arial, Helvetica, sans-serif;}
.divAviso {margin:auto; text-align:center; color:#CC0000; font-size: 10px;}
.textoObs {font-weight:normal; font-size: 9px;}

.campo, textarea, select {
	border: 1px solid #b3B381;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0 1px;
}
.botao, .botaoVoltar  {
	background-color: #DC0000;
	border: 1px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
}

.divOk, .divErro, .divNada {
	padding: 5px 3px;
	margin: 7px 5px;
	font-weight:bold;
	text-align:center;
}
.divOk {background-color:#009900; color:#FFF;}
.divErro {background-color:#CC0000; color:#FFF;} /*.divErro {background-color:#FFFFCC;}*/
.divOk a, .divErro a { color:#FFFFFF; text-decoration:underline;}
.divNada {background-color:#E9E9E9;	color:#999999;}

.linkBotao {
	background-color: #E1E1E1;
	border: 1px solid #AAA;
	border-width: 1px 2px 2px 1px;
	padding: 2px 4px;
	color: #606060;
	font-weight:bold;
}
.linkBotao:hover {text-decoration:none; background-color:#CCC;}

.divTitulo {
	background-color:#990000;
	height: 17px;
	line-height: 17px;
	margin: 10px 0;
	padding: 5px 7px 3px 7px;
	
}
.divTitulo h1 {margin: 0; padding: 0;}
.tituloVermelho {color:#FF0000; font-size: 13px; font-weight:bold;}
.tituloCategoria {background-color: #E1E1E1; padding: 2px; text-align:center;}
.textoVermelho {color:#FF0000; font-size: 11px; font-weight:bold;}
.textoAmarelo {color:#FFCC00; font-size: 11px; font-weight:bold;}
.textoPreto10 {font-size: 10px; color:#000000;}
.textoPreto11 {font-size: 11px; color:#000000;}
.textoPreto12 {font-size: 12px; color:#000000;}
.linkPreto {color:#000000;}

.imgBorda {border: 1px solid #000000;}
.imgDestaque {border: 1px solid #000000; float:left; margin-right: 10px; margin-bottom: 5px;}

.boxBege {background-color: #F3E9C3;}
.ulEspacosa li {margin: 7px 0;}

.iconesPrint {
	width: 150px;
	background-color:#E2E2E2;
	border: 1px dashed #AAAAAA;
	margin: 15px auto;
	text-align:center;
	padding: 5px;
}
.iconesPrint img {margin: 0 20px;}

.divNoticiaImg {float:left; margin-right: 10px; margin-bottom: 3px;}
.divNoticiaLegenda {
	margin-top: 2px;
	padding:1px;
	background-color: #E1E1E1;
	/*border:1px solid #999;*/
	font-size:10px;
	color:#666666;
	text-align:left;
}
/*----------------------------------------------------------------------------------------------*/
/* ESTRUTURA GERAL DAS PÁGINAS */

#divGeral {
	background-color: #FFFFFF;
	height:auto;
	width: 777px;
	margin: auto;
	/*height: 100%;   /* serve pro #divGeral pegar 100% da altura página */	
}

#divTopoBarra {height: 26px; background-image: url(img/fundo_barra_topo.gif);}
#divTopoBarra #menu_rapido {margin: 5px 5px 0 0; font-size: 10px;}

/*#divTopo1 {height: 104px;}*/ /* altura definda inline */
#divTopo1 img {float:left;}

#divTopo2 {height:41px;	background-image:url(img/fundo_topo_amarelo_01.gif);}

#divTopo3 {height:42px;	background-image:url(img/fundo_topo_amarelo_02.gif); background-repeat:repeat-x;}

#divLeft {
	float: left;
	width:194px;
}
#divRight {
	float: right;
	width:165px;
	margin-top: 5px;
}
#divCenter {
	position:relative;
	float:left;
	width:394px;
	margin-top: 5px;
	margin-left: 12px;	
}
#divBottom {
	background-color: #B7AD8C;
	clear:both;
	height: 57px;
	padding: 10px 0;
	line-height: 170%;
	text-align:center;
	color:#FFFFFF;
	font-size: 11px;	
}
#divBottom a {color: #FFFFFF;}
#divMenuBottom, #divMenuBottom a {color:#990000; font-weight:bold;}

#divTexto {text-align:justify;}
#divImprimir {text-align:justify; padding: 10px 20px;}

#navegacao {font-size: 11px; position:relative;}
#navegacao a {color:#000000;}
/*----------------------------------------------------------------------------------------------*/
/* MENU PRINCIPAL */

.divMenuPrincipal {	
	font-weight: bold;
	font-size: 11px;
}
.divMenuPrincipal div {line-height: 17px; /**height: 19px;*/ }
.divMenuPrincipal div a {
	background-color: #F3E9C3;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #E1C86D;
	padding-left: 7px;
	text-decoration:none;
	color: #990000;
}
.divMenuPrincipal div a:hover {		
	background-color: #FFCC00; /* #FFCC00 */
	text-decoration:none;
	/*border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #FFFFFF;*/
}
.imgTituloMenu {margin-top: 1px;}

/*----------------------------------------------------------------------------------------------*/
/* COLUNA RIGHT */

.boxFiliese {
	width: 154px;
	background-image:url(img/fundo_box_filiese.jpg);
	background-repeat: repeat-x;
	background-color: #A10000;
	padding: 3px 0;
	font-size: 11px;
	color: #FFFFFF;	
}
.boxFiliese a {color:#FFFFFF;}
.boxFiliese a:hover {color: #FFFF00;}

.boxPalavra {
	background-color: #E7DBAE;
	border-left: 2px solid #E7DBAE;
	border-right: 2px solid #E7DBAE;	
	width: 150px;
}
.boxIntPalavraFoto {
	background-image:url(img/fundo_box_palavra_foto.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	text-align: center;
}
.boxIntPalavraTexto {
	background-image:url(img/fundo_box_palavra_texto.gif);	
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px;
}

.boxRight {
	background-color: #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	width: 150px;
}
.boxIntRightFoto {
	background-image:url(img/fundo_box_right_foto.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	text-align: center;
}
.boxIntRightTexto {
	background-image: url(img/fundo_box_right_texto.gif);	
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px;
}
#boxVozMetalurgico {background-image: url(img/fundo_box_right_melaturgico.gif);}

/*----------------------------------------------------------------------------------------------*/
/* BOX FOTOS E EVENTOS */

.divFotoHomeLeft, .divFotoHomeCenter, .divFotoHomeRight {width: 123px;}
.divFotoHomeLeft h2, .divFotoHomeCenter h2, .divFotoHomeRight h2 {margin-top: 0;}
.divFotoHomeLeft h3, .divFotoHomeCenter h3, .divFotoHomeRight h3 {margin-top: 0;}
.divFotoHomeLeft img, .divFotoHomeCenter img, .divFotoHomeRight img {border: 1px solid #000000;}
.divFotoHomeLeft {float:left;}
.divFotoHomeCenter {float:left; margin-left: 13px;}
.divFotoHomeRight {float:right;}

.divFotoHeight {height:102px;}

/*----------------------------------------------------------------------------------------------*/
/* LISTAGENS */

.tableLista {
	margin: auto;
	width: 100%;
}
.tableLista th {
	background-color:#CCC;
	padding: 1px 2px;
}
.tableLista td {
	background-color:#E5E5E5;
	text-align:center;
	padding: 1px 2px;
}

/* PAGINAÇÃO */
.divPaginacao {
	clear:both;
	padding: 15px 0;	
	text-align:center;
	line-height: 150%;
}
.divPaginacao a {
	background-color:#CCC;
	border: 1px solid #660000;
	padding: 0 2px;
	font-size: 11px;
	font-weight:bold;	
}
.divPaginacao a:hover { background-color: #E7E7E7; text-decoration:none;}
.divPaginacao #linkAtivo {
	background-color: #660000;
	color:#FFFFFF;
}

/*----------------------------------------------------------------------------------------------*/
/* FORMS */

#form_busca_home, #sem_form_topo {
	float:left;	
	width: 275px;
	height: 27px;
	/*background-image:url(img/fundo_busca.jpg); definido na index.php */
	background-repeat: repeat-x;
	padding-top: 15px;
}
#form_busca_home #palavra { width: 120px; margin: 0 10px;}
#form_busca_home #bt_buscar {margin-right:10px;}
.textoBusca {
	border-bottom: 1px dashed #990000;
	font-weight:bold;
	color:#990000;
	cursor:auto;
}
#form_newsletter {
	background-color: #F3E9C3;
	padding: 8px;
	font-size: 11px;
}
.tableCad {
	background-color: #E1E1E1;
	border: 1px solid #AAA;
}
.tableCad th {text-align:left;}
.tableCad th, .tableCad td {padding:2px; font-size:11px;}
.tableCad td.tdSemAsterisco {padding-left: 10px;}

.tableFile {width: 100%;}
.tableFile td {padding: 3px 1px; border-bottom: 1px solid #CCC;}
.tableFile a {color:#000000;}

/*----------------------------------------------------------------------*/
/* SMC TV */

.divIntTV {
	height: 320px;
	overflow: scroll;
	overflow-x: hidden;
	padding: 0 15px;
}
.divMancheteTV {
	padding: 7px 0;
	padding-right: 70px;
	border-bottom: 1px solid #999999;
}
.divLeftTV {
	float: left;	
	width: 47%;
	padding: 7px 0;
}
.divRightTV {
	float: right;
	width: 47%;
	padding: 7px 0;
}
#divLeftVerTV {
	float: left;	
	width: 46%;
	padding: 5px;
	height: 305px;
	overflow: scroll;
	overflow-x: hidden;
}
#divRightVerTV {
	float: right;
	width: 50%;
	padding: 5px;
}
/*===============================================================================================*/
/* BOX DOS DESTAQUES DAS INTERNAS */

.divBoxLeft, .divBoxRight {width: 190px;}
.divBoxLeft p, .divBoxRight p {margin: 4px 0;}
.divBoxLeft {float:left;}
.divBoxRight {float:right;}

/*===============================================================================================*/
/* CSS Scrollers */
#pscroller1{height: 70px;}
#pscroller1 p {margin-top: 0;}

/*===============================================================================================*/
/* CSS BANNER EXPANSÍVEL */
#divBannerDenuncie {
	position:relative; height:53px;
}
#divBannerDenuncieInt {
	position:absolute; width:100%; height:360px; top:0; left:0; z-index:1; text-align:center;
}

.aMaior{
padding:0px; margin:0px;
}
.aMaior a, .aMaior span{
 font: bold 20px/23px arial; margin: 5px 0 14px 0;
}


/*Language bar*/
.language{
	top:0px;
	right:0px;
	position:absolute;
}
.langImg{
	float:left;
	width:60px;
}
.langText{
	margin-top:5px;
	float:left;
	width:160px;
}
.breadcrumb{
	position:relative;
}
