@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.1b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/slim_base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);

.invisivel { display: none; }

.alinhar_esquerda { text-align: left; }
.alinhar_direita { text-align: right; }
.alinhar_centro { text-align: center; }

.flutuar_esquerda { float: left; }
.flutuar_direita { float: right; }

a.veja_mais { color: #AAA; text-decoration: underline; font-weight: bold; }

a img { border: 0; }
a { border: 0; }


#header h1 { width: 157px; height: 109px; background: url(../imgs/logomarca_prefeitura.png) top left no-repeat; margin-left: 35px; }
#header h1 a { display: block; width: 157px; height: 109px; text-indent: -9999px; overflow: hidden; }


/* NAVEGACAO: */

/* brazao_pequeno */
#navigation .brazao_pequeno { padding: 2px 80px 0 90px; float: left; }
/* links */
#navigation ul.links { float: left; width: 555px; overflow: hidden; }
#navigation ul.links li { float: left; }
#navigation ul.links li a { float: left; padding: 12px 15px 13px; }


#navigation ul.links li a,
#navigation #acessibilidade span { color: #FFF; font-size: 1.2em; font-weight: bold; letter-spacing: -0.05em; }

#navigation ul.links ul#submenu.submenu{
	margin-top:42px;
	margin-left:-25px;
	width:140px;}
#navigation ul.links .submenu li a{
	background:#77a200;
	color:#FFF;
	padding:10px;
	width:140px;
	
	
	
}
	
.submenu li{
	
	display: block;
	float: left
	}	

