/* TÍTULO */
div.titulo { display: block !important; overflow: hidden; position: relative; }
	
	div.titulo div.meio { display: block; }
	
	div.titulo h1 { float: left; margin: 0 15px; }
	div.titulo h1 a { color: #789F00; font: italic normal bold 30px/21px Arial, Helvetica, Sans-Serif; letter-spacing: -0.05em; }
	div.titulo h1 a:hover { text-decoration: underline; }
	div.titulo label { color: #999999; float: right; padding: 6px 0; }
	div.titulo select { background: #eee; border: 1px solid; border-color: #CCC #DDD #DDD #CCC; float: right; font: normal 11px/11px Verdana, Sans-Serif; margin: 0 15px; padding: 5px; }
	
	div.titulo ul { background: url(../../../imagens/menu-estabelecimentos.png) no-repeat right bottom; display: none; padding-bottom: 20px; position: absolute; right: 0; top: 50px; width: 150px; z-index: 4; }
		div.titulo ul li { background: #FFF; border-top: 1px solid #DDD; list-style: none; }
		div.titulo ul li:first-child { border: none; padding-top: 5px; }
			div.titulo ul li a { background: #E5E5E5; color: #999; display: block; font: normal normal normal 11px/13px Verdana, sans-serif; padding: 10px; text-align: center; }
			div.titulo ul li a:hover { background: #E5F0F4; color: #006D92; }
