/* CSS Document */

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

body {
	font-family: Tahoma;
	font-size: 12px;
}

.topo {
	color: #000000;
}

.menu {
	color: #000000;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
}

.menu a {
	text-decoration: none;
	color: #000000;
}

.menu a:hover {
	color: #FFFFFF;
}

.menu:hover {
	color: #FFFFFF;
	background: #CCCCCC;
}

.principal {
	border-left: 5px solid #000000;
	background: #E9E9E9;
	line-height: 25px;
	height: 25px;
	padding-left: 5px;
	text-decoration: none;
	color: #000000;
}

.principal:hover {
	border-left: 5px solid #000000;
	background: #000000;
	line-height: 25px;
	height: 25px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}

.secretarias {
	border-left: 5px solid #006600;
	background: #E9E9E9;
	line-height: 25px;
	height: 25px;
	padding-left: 5px;
	text-decoration: none;
	color: #000000;
}

.secretarias:hover {
	border-left: 5px solid #006600;
	background: #006600;
	line-height: 25px;
	height: 25px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}

.utilitarios {
	border-left: 5px solid #000099;
	background: #E9E9E9;
	line-height: 25px;
	height: 25px;
	padding-left: 5px;
	text-decoration: none;
	color: #000000;
}

.utilitarios:hover {
	border-left: 5px solid #000099;
	background:  #000099;
	line-height: 25px;
	height: 25px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}

.utilitarios a, .secretarias a, .principal a {
	color: #000000;
	text-decoration: none;
}

.utilitarios a:hover, .secretarias a:hover, .principal a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.title {
	color: #FF9900;
	font-weight: bold;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

.reset {
	font-size: 12px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}