@charset "iso-8859-1";
/****************************************************
	css dos div's associados as palavras chaves
****************************************************/
div#palavraschave { 
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #cabecalho instead of text, you may want to remove the padding. */
	height: 70px;
	background:url(../images/bkg-keywords.jpg) repeat-x left;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
} 

/****************************************************
	css dos div's associados ao corpo da pgina
****************************************************/
div#corpo {
	margin-top: 3px;
	background: url(../images/bkg-middle.jpg) top center repeat-y;
}

div#noticias {
	float: left;
	width: 200px;
	height:230px;
	background:url(../images/jornal.png) top no-repeat !important; 
	background:url(../images/jornal.gif) top no-repeat; 
	/* since this element is floated, a width must be given */
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ 
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	/* padding keeps the content of the div away from the edges */
}

div#servicos {
	float: right; 
	/* since this element is floated, a width must be given */	
	width: 245px; 
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-align:justify;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	/* padding keeps the content of the div away from the edges */
}

div#titulo_servicos {
	background:url(../images/Hservicos.png);
}

div#quemsomos { 
	/*margin: 0 20px;*/ /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	text-align:justify;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.coluna1 { 
	margin-top:2px;
	height:45px;
	background:url(../images/Hnoticias.png) left no-repeat !important;
	background:url(../images/Hnoticias.gif) center no-repeat;
}

.coluna2 { 
	height:45px;
	background:url(../images/Hquem_somos.png) left no-repeat !important;
	background:url(../images/Hquem_somos.gif) center no-repeat;
}

.coluna3 {
	margin-top:2px;
	height:45px;
	background:url(../images/Hservicos.png) center no-repeat !important;
	background:url(../images/Hservicos.gif) center no-repeat;
}

/****************************************************
css dos div's associados as informao do div noticias
****************************************************/
#inform div {
	visibility:hidden;
}

#inform, #inform div.default {
	width:160px;
	height:120px;
	overflow:hidden;
	visibility:visible;
}

#inform table tr td div {
	visibility:visible;
}

/*Change both "noticias" to the id you gave to the scroller container.  The
width and height properties should match those you will use in step 4.
To further style the scroller container, assign CSS properties to the
scroller target id:*/
#inform {
	margin:0px auto;
}

/*The script will replace each block you add to the container with a
single-celled <table>. So to style the blocks of your scroller, you
can style these table cells as if they were actually part of your
document source:*/
#inform table tr td {
	padding:10px;
	color:#ff0000;
	text-align:center;
	vertical-align:middle;
}


/****************************************************
		css associada as opes sobre servios
****************************************************/
#opt_servicos {
	margin:5px 5px 5px 5px;
}

h3.tipo_servicos {
	cursor: pointer;
	border: 1px solid #0000FF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: 'Andale Mono', sans-serif;*/
	font-size: 12px;
	background: #333333;
	color: #FFFFFF;
	margin: 0 0 4px 0;
	padding: 3px 5px 3px;
}

div.info_servicos p, div.info_servicos h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:1px;
	padding:4px;
}

/****************************************************
Outras css utilizadas para a configurao dos textos
****************************************************/
.pk_palavras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pk_palavras:hover {
	cursor: default;
}

.categoria {
	font-size:14px;
	font-weight: bold;
}

.categoria:hover {
	font-size:18px;
	font-weight: bold;
}

.subcategoria {
	font-size: 12px;
	font-style:normal;
}

.subcategoria:hover {
	font-size: 16px;
	font-style:normal;
}

.texto_cabecalho {
	color:#5546FB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.texto_normal {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

.texto_noticias {
	margin-left: 22px;
	margin-right: 20px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:"Times New Roman", Times, serif;*/
}

.noticia_cabecalho {
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:"Times New Roman", Times, serif;*/
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

.noticia_normal {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
}

