@import url("menu.css");
/* inicio css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html{height:100%; margin:0; padding:0;}
img{border:0;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* fim css reset */

body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #333;
	background: #dededc;
	text-align: center;
}


#tudo{
	margin: 4px auto;
	width: 855px;
	text-align: left;
	background: #fff;
}

/* TOPO */
#topo{
	float: left;
	width: 855px;
	height: 200px;
	background: url(../img/topo.jpg) no-repeat;
}

/* MENU */
#menu{
	float: left;
	width: 855px;
	height: 40px;
	background: url(../img/menu.gif) no-repeat;
}

/* CONTEUDO CENTRAL */
#conteudo{
	float: left;
	width: 690px;
	min-height: 350px;
	padding: 5px;
	background: url(../img/fundo.gif) no-repeat left #fff;
}

/* LATERAL DIREITA */
#lateral{
	float: right;
	width: 150px;
	margin: 5px 5px 0 0;
}
#busca{ height: 20px; text-align: center; }
#busca input{
	background: url(../img/busca-fundo.gif) no-repeat;
	border: none;
	font-size: 11px;
	padding: 1px 1px 0 5px;
	height: 17px;
	color: #616161;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#busca .botao{
	background: url(../img/busca-botao.gif) no-repeat;
	border: none;
	height: 18px;
	width: 16px;
	vertical-align: top;
	margin: 0 0 0 -4px;
	*margin: 1px 0 0 -4px;
	cursor: pointer;
	cursor: hand;
}
#agenda, #enquete, #newsletter{
	float: right;
	background: url(../img/tit-agenda.gif) no-repeat left top #eaeaea;
	font-size: 10px;
	color: #666;
	padding: 40px 5px 3px 5px;
	margin: 6px 3px 0 0;
}
#agenda .hoje, #enquete .pergunta{ color: #F00; font-weight: bold; }
#agenda .data{ text-decoration: underline; }
#agenda .hoje .data { color: #FFF; background: #F00; text-decoration: none; padding: 0 2px; }
#enquete{ 	background: url(../img/tit-enquete.gif) no-repeat left top #eaeaea; }
#enquete input.ok, #newsletter input.enviar, #enquete input.resultado{
	background: #db241e;
	border: none;
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 10px;
	*font-size: 9px;
	padding: 0 2px;
	*padding: 2px;
	font-weight: bold;
	margin: 3px 0 2px 4px;
}
#enquete input.resultado{ color: #666; background: #eaeaea; font-weight: normal; *font-size:8px; }
#newsletter{ background: url(../img/tit-newsletter.gif) no-repeat left top #eaeaea; }
#newsletter form {	text-align: right; }
#newsletter .campos{
	background: url(../img/input-news.gif) no-repeat;
	border: none;
	font-size: 10px;
	margin: 3px 0 0 5px;
	padding: 0 5px 0 2px;
	height: 15px;
	width: 90px;
}
#newsletter input.enviar{ margin: 4px 10px 3px 0; }

#rodape{
	clear: both;
	height: 20px;
	background: url(../img/fundo-rodape.gif) no-repeat bottom;
}

/* ULTIMAS NOTICIAS */
.ultimas-noticias{
	float: left;
	height: 195px;
	width: 417px;
	font-size: 11px;
	padding: 5px;
	border: 2px solid #d81106;
}
.ultimas-noticias .destaque{
	float: left;
	width: 55%;
}
.ultimas-noticias .destaque img{ padding: 0 0 3px 0; }
.ultimas-noticias .outras{
	background:url(../img/tit-ini-ultimas-noticias.gif) top left no-repeat;
	padding: 25px 0 0 0;
	float: right;
	width: 45%;
}
.ultimas-noticias .outras ul li{
	padding: 3px 0 5px 3px;
	border-top: 1px dashed #ccc;
}

/* VIDEO - PAG INICIAL */ 
.video{
	float: left;
	border: 2px solid #d81106;
	margin: 10px 9px;
	width: 230px;
	height: 205px;
}

/* DESTAQUES E CHAMADAS - PAG INICIAL*/
.destaques div{
	float: left;
	width: 88px;
	border: 2px solid #d81106;
	margin: 10px 5px 0 0;
	padding: 25px 6px 2px 6px;
	font-size: 10px;
}
.destaques div img{ padding: 5px 10px; }
.destaque-psb-noticias{ height: 177px; background:url(../img/ini-psb-noticias.gif) no-repeat top center; }
.destaque-cmb-noticias{ height: 177px; background:url(../img/ini-cmb-noticias.gif) no-repeat top; }
.destaque-fala-comunidade{ height: 177px; background:url(../img/ini-fala-comunidade.gif) no-repeat top; }
.destaque-pec{ height: 177px; background:url(../img/ini-pec.gif) no-repeat top; }

.chamadas{
	padding-left: 20px;
	float: left;
	margin: 5px 0 0 4px;
	height: 205px;
}

/* LINKS */
a:link, a:visited, a:hover, a:active{
	color: #444;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #f00;
}

.destaque img{ text-decoration:none; }

/* INTERNAS */
#interna{
	border: 2px solid #d81106;
	padding: 20px;
	min-height: 380px;
	*min-height: 387px;
}

#interna .aux{
	float: right;
	margin: -10px;
}

#imagem{
	width:287px;
	height:100px;
	float: right;
	margin: 42px 0 0 0;
}
