/* Estilo Principal */
* {
     margin: 0px;
     border: 0px;
     padding: 0px;
}

body {
	background: #fff url(../img/fundobody.png) top left repeat-y;
	font: 62.5% "Trebuchet MS", Helvetica, Arial, Verdana, Tahoma, Sans-Serif;
	color: #000;
}

a, a:visited, a:link {
     text-decoration: underline;
     color: #da8c1a;
}

a:hover {
     text-decoration: none;
}


/* Divisões Principais */

#geral {
     width: 748px;
     margin: 0px 0px 0px 30px;
}

#colunas {
     width: 100%;
     float: left;
}

#faixa {
     width: 60px;
     padding-top: 151px;
     float: left;
}

#fotos {
     width: 265px;
     margin-top: 40px;
     float: left;
}

#interno {
     width: 265px;
     margin-top: 40px;
     float: left;
}

#conteudo {
     width: 360px;
     margin-left: 55px;
     float: left;
}

#rodape {
     width: 688px;
     clear: both;
     margin-left: 60px;
     height: 169px;
     background: url(../img/fundorodape.png) top left no-repeat;
     text-align: right;
     padding-top: 70px;
}


/* Fotos */

#fotos img {
     margin-bottom: 15px;
}

/* Menu Principal */

#menuprincipal {
     width: 345px;
}

#menuprincipal ul {
     list-style: none;
}


/* Menu Interno */

#menuinterno {
     width: 265px;
     margin-top: 15px;
}

#menuinterno ul {
     list-style: none;
}


/* Manchetes */

#manchetes {
     margin-top: 42px;
     width: 345px;
     float: left;
}

div.noticia {
     width: 345px;
     background: url(../img/seta-inf-esq.png) top right no-repeat;
     float: left;
     margin-bottom: 15px;
}

div.datanoticia {
     width: 52px;
     border-right: solid 1px #9fceee;
     float: left;
}

div.titulonoticia {
     width: 273px;
     float: left;
}

div.titulonoticia h3 a {
     color: #da8d1b;
     font-size: 1.2em;
     margin: 0px;
     padding: 0px;
}


/* Tipografia */

p {
     font-size: 1.2em;
     line-height: 1.5em;
     margin: 1.5em 0em 1.5em 0em;
     color: #069;
}

h1 {
     font-size: 1.8em;
     line-height: 1em;
     margin: 0.2em 0em 0em 0em;
     padding-left: 20px;
     color: #069;
     background: url(../img/seta-inf-dir.png) no-repeat;
}

h2 {
     font: italic 1.6em Georgia, 'Times New Roman', Times, Serif;
     line-height: 1.125em;
     margin: 1.5em 0em 0.75em 0em;
     color: #39c;
}

h3 {
     font: italic 1.1em Georgia, 'Times New Roman', Times, Serif;
     margin: 0.1em 0em 1.9em 0em;
     padding-left: 20px;
     color: #da8c1a;
}

strong {
     color: #da8c1a;
}

ul {
     margin: 1.5em 0em 1.5em 0em;
     list-style: url(../img/seta-lista.png);
}

li {
     font-size: 1.2em;
     line-height: 1.5em;
     color: #069;
}

#rodape h4 {
     font-size: 1.4em;
     line-height: 1.7em;
     text-transform: uppercase;
     color: #069;
     font-weight: normal;
}

#rodape p, #rodape a {
     color: #069;
     margin: 0px;
     line-height: 1.2em;
}

#rodape em {
     color: #da8c1a;
}


/* Formulários */

form {
     font-size: 1.2em;
     line-height: 1.3em;
}

fieldset {
     margin-top: 10px;
}

label {
     margin: 0em 0em 0.7em 0em;
     color: #069;
}

label span {
     text-transform: lowercase;
     color: #da8c1a;
}

input, select, textarea {
     padding: 2px;
     font-size: 1em;
     line-height: 1em;
     margin: 0em 0em 1em 0em;
     border: 1px solid #777;
     background: #ecf3f9;
}

input {
     width: 350px;
     height: 17px;
}

input.radio {
     margin: 0px;
     height: 20px;
     width: 20px;
}

input.botao {
     width: 110px;
     height: 25px;
     cursor: pointer;
     border: 2px solid #069;
     background: #9eceee;
     color: #069;
     font-family: Georgia, "Times New Roman", Times, Serif;
     font-style: italic;
}

textarea {
     font: 1.2em "Trebuchet MS", Helvetica, Arial, Verdana, Tahoma, Sans-Serif;
     width: 350px;
}


/* Tabelas */

table {
     width: 360px;
     font-size: 1.2em;
     line-height: 1.3em;
     padding: 1px;
}

thead {
     background: #9eceee;
     color: #069;
     height: 20px;
     text-align: center;
     font-weight: bold;
}

td {
     padding: 3px 0px 0px 2px;
     border: 1px solid #eee;
     height: 25px;
}


/* Classes Gerais */

.given-name {
     display: none;
}

.rodapetexto {
     background: url(../img/seta-inf-esq.png) top right no-repeat;
     margin-right: 23px;
     padding-right: 24px;
}

.creditos {
     margin: 30px 23px 0px 0px;
     padding-right: 24px;
}

.logo {
     margin: 0px 0px 30px 0px;
}

p.superior {
     text-align: right;
     margin-bottom: 4px;
}

p.erro {
     border: 1px solid #f00;
     color: #f00;
     padding: 5px 0px 5px 30px;
     background: url(../img/erro.png) 5px 5px no-repeat;
}

img.abre {
     cursor: pointer;
}

p.rss {
	padding-top: 15px;
	font-size:1em;
}

p.rss img {
	vertical-align: middle;
}


/* Google Maps */

#mapa1 {
     margin: 3px 0px 0px 0px;
     width: 360px;
     height: 460px;
     border: 1px solid #069;
}
