/* CSS Document */


#titulo {
	width: 730px;
	height: 60px;
	margin: 7px auto 0 auto;
	background: url(../img/fototitulo_institucional.jpg) no-repeat;
	display: block;
	padding-top: 24px;
	clear: both;
}

#titulo h3 {
	background: url(../img/titulo_institucional.gif) no-repeat;
	margin-left: 102px;
	width: 628px;
	height: 32px;
	display: block;
}

#titulo h3 span { display: none; }


#texto, #submenu {
	float: left;
}

#texto {
	display: block;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 0 20px;
	width: 600px;
}

#texto p {
	margin: 10px 0 10px 0;
	line-height: 20px;
}




#submenu {
	display: block;
	margin: 25px 0 0 10px;
	width: 100px;
	overflow: hidden;
}
html>body #submenu {
	margin: 25px 0 0 20px;
}

#submenu ul {
	list-style-type: none;
}

#submenu a {
	display: block;
	width: 100px;
	height: 16px;
	overflow: hidden;
	margin-bottom: 10px;
}

#submenu a span {
	display: none;
}

#lnk_historico {
	background: url(../img/lnk_insthistorico.gif) no-repeat;
}

#lnk_valores {
	background: url(../img/lnk_instvalores.gif) no-repeat;
}

#lnk_gerencia {
	background: url(../img/lnk_instgerencia.gif) no-repeat;
}



