/*
 * ====================================
 * Stiles de paginas
 * ====================================
 */

body {
	background-color: #FED17E;
	background-image: url(../imagens/bgtextura.jpg);
	background-repeat:no-repeat;
	background-position:center top;
 }

/*
 * ====================================
 * Stiles de DIV
 * ====================================
 */

.div_empresa {
	height: 208px;
	width: 370px;
	overflow: auto;
	padding-right: 30px;
}

#portfolio {
	height: 71px;
	width: 80px;
	background-attachment: scroll;
	background-image: url(../imagens/bg_logo_port.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#portfolio img {
	margin-top: 9px;
	margin-left: 9px;
	vertical-align: top;
}

#midias {
	height: 71px;
	width: 165px;
	background-attachment: scroll;
	background-image: url(../imagens/bg_midias.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#midias img {
	margin-left: 8px;
	vertical-align: top;
}

/*
 * ====================================
 * Stiles de Fontes
 * ====================================
 */

.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.maisnoticias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: 800;
}

.datas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b2727;
	text-decoration: none;
	font-weight: 800;
}

.campos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 200px;
	background-color: #FED17E;
	border: 1px solid #9b2727;
	padding-right: 3px;
	padding-left: 3px;
}

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #763823;
	text-decoration: none;
}
/*
 * ============================
 * Exibir ou ocultar tabela
 * ============================
 */

#capainicio{
	position:relative;
}
#capaexpansion{
	position:relative;
	display:none;

}
#capafinal{
	position:relative;

}

/*
 * ========================================
 * Links de paginação
 * ========================================
 */
.pagecurrent{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px dashed #FF9900;
	background-color: #9b2727;
}
.pagelink{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #cf0200;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px dashed #FF9900;
}

a:hover.pagelink  {
	border: 1px dashed #FF6600;
	background-color:#FF9900;
	color: #ffffff;
	text-decoration: none;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}