/* CSS */

.bg_institucional {
	background-image: url(imagens/bg_institucional.jpg);
	background-repeat: no-repeat;
	width: 568px;
	height: 182px;
	margin: 10px 0 0 5px;  
}

.bg_institucional h1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #3A4E6D;
	padding: 15px 0 10px 15px; 
}

.bg_institucional div {
	margin: 0 10px 0 15px;
}

.bg_institucional a {
	font-family: Verdana;
	font-size: 11px;
	color: #3A4E6D;
	line-height: 18px;
	text-decoration: none;
}

.bg_assistencia {
	background-image: url(imagens/bg_assistencia.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 568px;
	height: 209px;
	margin: 10px 0 0 5px;
}

.bg_assistencia h1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #3A4E6D;
	padding: 10px 0 0 15px; 
}

.bg_assistencia img {
	float: left;
	padding: 0 10px 0 0; 
}

.bg_assistencia a {
	font-family: Verdana;
	font-size: 11px;
	color: #3A4E6D;
	padding: 0 10px 0 0; 
	line-height: 18px;
	text-decoration: none;
}

.bar_inf {
 background-color: #e1e6e9;
 background-image: url("imagens/bar_inf_fundo.jpg");
}

.bar_inf table td {
 vertical-align: top;
}

.bar_inf table td h2 {
 margin: 5px;
 height: 18px;
}

.bar_inf p {
 padding: 2px 5px 13px;
}

.bar_inf a {
 color: #59616d;
 text-decoration: none;
}