body {
    background: #f8f8f8;
    font-size: 12px;
    font-family: "Verdana", "Arial", sans;
    color: #4a5559;
    margin: 0;
}

img {
    border:0;
}

a {
    text-decoration: none;
    color: #4a5559;
}

a:hover {
    color: #000000;
}

h1 {
    margin: 40px 0 15px 0;
    font-size: 18px;
    color: #5ba331;
    font-weight: normal;
}

input[type=text], input[type=password] {
	border: solid 2px #ccc;
    width: 98%;
}

input[type=text]:disabled {
	border: none;
	background: none;
    width: 98%;
}

select {
	width: 100%;
}

textarea {
	border: solid 2px #eee;
}

#container {
    width: 910px;
    margin: 0 auto;
    position: relative;
}

#header {
	position: relative;
    padding: 20px 0;
	width: 910px;
    margin: 0 auto;
}

#tema {
    position: absolute;
    top: 50px;
    left: 220px;
	height: 85px;
	font-size: 22px;
}

#content {
    border-bottom: solid 4px #5aa232;
    margin: 20px 0;
    position: relative;
}

#nav {
    background: url('/media/imagens/menubg.jpg');
}

#menu {
    width: 910px;
    margin: 0 auto;
}

#menu ul {
    height: 47px;
    padding: 0;
    margin: 0 auto;
    font-size: 13px;
    font-weight: bold;
    font-family: "Arial", sans;
    list-style-type: none;
}

#menu li {
    text-align: center;
    float: left;
    padding: 16px 14px 14px 0px;
}

#menu li a {
    text-decoration:none;
    color: #6d7779;
}

#menu li a:hover {
	color: #000;
}

#menu li.dotted {
    border-left: dotted 1px #808887;
    padding: 16px 14px 14px 14px;
}

#redes-sociais {
    height: 120px;
    float: left;
}

.rede-social {
    vertical-align: top;
    margin-left: 10px;
}

#apoio {
    position: absolute;
    right: 20px;
}

#patrocinadores {
    clear: both;
    position: fixed;
    bottom: 0px;
    height: 70px;
    background: #ffffff;
    width: 100%;
    text-align: center;
}

#patrocinadores img {
    max-height: 40px;
    margin: 15px 10px;
    vertical-align: middle;
}

.clique-aqui {
    color: #5ba331;
}

.clique-aqui:hover {
    color: #245c2d;
}

#like {
	position: absolute;
	left: 210px;
}

h5 {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #214232;
}

#logado-como {
	position: absolute;
	top: 10px;
	right: 0px;
}

