/* CSS Document */

body {
	background: #ccc;
	overflow-y:scroll;
}
h1 {
	font-size:18px;
	font-weight:bold;
}
a {
	text-decoration:none;
}
#container {
	margin: 0 auto;
	max-width: 994px;
	width: 100%;
}

.mapa{ border: 1px solid #1e488f !important;
    height: 450px;
	padding:5px;
	background-color:#e3dcda;
    max-width: 579px;
    text-align: center !important;
    width: 100%;}
.mapa iframe{border:1px solid #;}	

.topico {
	 float: left;
    font-weight: bold;
    margin-left: 20px;
    width: 100%;
}
.escondido {
	display:none;
	padding: 0px 25px;
	margin-bottom: 20px;
}
#central {
	background-color: #fff;
	float: left;
	width: 100%;
	padding-bottom:20px;
}
#topo {
	max-height: 214px;
	vertical-align:top;
}
#topo img {
	max-width:994px;
	width:100%;
}
#menu {
	 color: #918076;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 280px;
    list-style-type: none;
    margin: 36px 0 0 29px;
    max-width: 220px;
    width: 30%;
}
#menu li {
	list-style-type: none;
    list-style-type: none;
    padding: 10px 0 10px 1px;
}
#menu li:hover {
	background-color:#e3dcda;
	max-width: 260px;
	width:100%;
	color:#333;
}
#menu li a:hover {
	color:#333;
}
.titleMenu {
	color:#1e488f;
}
.titleMenu a {
	text-decoration:none;
	color:#1e488f;
	display:block;
	margin-left:10px;
	height:20px;
}
.selecionado {
	color:#FFF;
	background-color:#02508e;
	max-width: 260px;
	width:100%;
}
.selecionado a {
	color:#FFF;
	text-decoration:none;
}
.selecionado a:hover {
	color:#333;
	text-decoration:none;
}
.titleConteudo {
	border-bottom: 1px solid #918076;
	color: #8c7a6e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-bottom: 30px;
	padding-bottom: 12px;
}
.titleDestaque {
	color:#1e488f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.subTitle {
	color:#1e488f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 15px;
}
#conteudo {
	 color: #333;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 2em;
    margin: 33px 0 0 28px;
    max-width: 630px;
    min-height: 380px;
    width: 60%;
}
#rodape {
	background-color: #02508e;
	color: #fff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: none;
	padding: 35px 0;
	text-align: center;
	width: 100%;
	height:100px;
	font-weight:bold;
}
p{margin-bottom:30px;}
#rodape ul {
	margin: 0 0 1px 0;
	padding: 0 0 0 19px;
}
#rodape li {
	font-family:Arial, Helvetica, sans-serif;
	padding: 42px;
	display:inline;
	color: #666666;
	font-size:12px;
	vertical-align:bottom;
}
#rodape a {
	text-decoration:none;
	color: #666666;
}
.red-frase {
	color: #F00;
}
table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	float:left;
}
td {
	padding: 10px;
	border: 1px solid #ccc;
	text-align:center;
}
tr {
	border: 1px solid #ccc;
}
th {
	background-color:#ebf0f3;
	border: 1px solid #ccc;
}
.tabela-prog th {
	padding: 10px 0;
	color: #FFF;
	background: #305B8F;
}
