@charset "utf-8";
body {
	background-image: url(images/bkg_body.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}


body a:link, a:active, a:visited{
	text-decoration:none;
	color:#7E3D13;
}

body a:hover{
	text-decoration:underline;
}

p{
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #7e3d13;
}

h2 {
	font-size: 22px;
	color: #666666;
	line-height: 26px;
}

.container_textos {
	background-image: url(images/bkg_coluna_central.png);
	background-repeat: no-repeat;
	background-position: top;
	heigth: 100%;
	min-height: 585px;
	padding: 10px;
	}

.container_admin {
	background-image: url(images/bkg_admin.png);
	background-repeat: no-repeat;
	background-position: top;
	heigth: 100%;
	min-height: 585px;
	padding: 10px;
	}

.table_shadow {
	background-image: url(images/bkg_coluna_central.png);
	background-repeat: no-repeat;
	background-position: top;
	heigth: 100%;
	min-height: 585px;
	padding: 10px;
	}
	
#table_listagem {
	width: 450px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d1d1b2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#table_detalhe {
	width: 450px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d1d1b2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;	
}

.empresa_listagem {
	font-size: 14px;
	color: #663300;
	line-height: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
.textos_listagem {
	font-size: 12px;
	color: #666666;
	line-height: 12px;
	padding-left: 0px;
	padding-top: 2px;
		}
		
.noticias_home {
	font-size: 14px;
	color: #333333;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #663300;
	}
		
.legendas {
	font-size: 10px;
	color: #663300;
	line-height: 10px;
	padding-left: 10px;
	padding-top: 2px;
	font-weight: bold;
		}
		

hr {
	height: 1px;
	color: #d1d1b2;
	padding-top: 10px;
	}
	

.borda_1px_verdeclaro {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1B2;
}
