/* CSS RESET
----------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
}

UL LI {list-style-type: none;}

:focus {outline: 0;}

INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A {color: #ff3434;text-decoration:none;}
A:hover {text-decoration:underline;}

P{padding-bottom: 10px;}


/* ESTRUTURA PADRÃƒO
----------------------------------------------------------------------------- */

#header {
	width: 100%;
	height: 199px;
	background: url(../_img/bg_header.jpg) top center;
	margin: 0 auto;
}

#headerIn {	
	width: 980px;
	height: 199px;
	margin: 0 auto;
}

#content {
	width: 100%;
	padding-top: 40px;
}

#contentIn {	
	width: 980px;
	margin: 0 auto;
}

#left {
	width: 228px;
	float: left;
	font-size: 13px;
}

#left .tit {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
}

#center {
	width: 490px;	
	float: left;
}

#center H1 {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom:10px;
	color: #000000;
}

#center .data {
	font-style:italic;
	font-size: 11px;	
	margin-bottom:10px;
}

#post{
	width: 490px;
	margin: 0px 0px 60px 12px;
	font-size: 12px;
	clear: both;
}

#right {
	width: 206px;
	border: solid 1px #e4e4e4;
	float: left;
	margin: 0px 0px 0px 54px;
}

#busca {
	margin: 15px;
	color: #000000;
}

#busca P {
	color: #000000;
	font-size: 14px;
}

#busca P A {
	font-size: 13px;
}

#enquete {
	margin: 15px;
	color: #000000;
}

#enquete P {
	color: #000000;
	font-size: 13px;
}

#enquete P.quest {
	color: #666666;
	font-size: 13px;
	line-height: 15px;
	margin-top: 10px;
}

#footer {
	width: 100%;
	height: 211px;
	background: url(../_img/bg_footer.jpg) top center;
	margin: 0 auto;
}

#footerIn {	
	width: 980px;
	height: 122px;
	background: url(../_img/bg_passaro.jpg) no-repeat top center;
	margin: 0 auto;
}

#footerIn P {	
	width: 940px;
	height: 30px;
	margin: 52px 0px 0px 20px;
	padding-top: 7px;
	text-align: center;
	font-size: 12px;
}

#footerIn2 {	
	width: 980px;
	height: 68px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}
#footerIn2 A {	
	padding: 0px 15px;
}

.fita {
	width: 100%;
	height: 30px;
	background: url(../_img/bg_fita.jpg) repeat-x bottom center;
	text-align: center;
	border-top: solid 1px #c1c1c1;
	border-bottom: solid 1px #c1c1c1;
	font-size: 9px;
}
.fita2 {
	width: 100%;
	height: 22px;
	background: url(../_img/bg_fita.jpg) repeat-x bottom center;
	text-align: center;
	border-top: solid 1px #c1c1c1;
	border-bottom: solid 1px #c1c1c1;
	font-size: 9px;
}
.procurar {
	width:114px;
	height:19px;
	border:solid 1px #c1c1c1;
	float: left;
}
.btProcurar {
	width: 55px;
	height: 21px;
	background: url(../_img/bt_procurar.jpg) no-repeat top center;
	cursor: pointer;
	border: 0px;
	margin-left: 4px;
}
.btVotar {
	width: 36px;
	height: 21px;
	background: url(../_img/bt_votar.jpg) no-repeat top center;
	cursor: pointer;
	border: 0px;
	float: right;
	margin: 10px 0px 15px;
}
.btRight {
	border-top: solid 1px #c1c1c1;
	border-bottom: solid 1px #c1c1c1;
}
.fimPost LI.tags-right {
	float: right;
	width: 200px;
	margin: 15px 25px;
}
.fimPost LI.tags-right A {
	line-height: 14px;
	padding: 0px 5px;
}

.fimPost LI.foot-post {
	width: 100%;
	border-top: solid 1px #cacaca;
	clear:both;
	padding-top: 9px;
	margin-top: 16px;
}

.fimPost LI.foot-post A {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.fimPost LI.foot-post A.bt-imprimir {margin-top:9px;}
.bt-imprimir {
	background: url(../_img/bt-imprimir.png) no-repeat;
	width: 77px;
	height: 17px;
}
.fimPost LI.foot-post A.bt-email {margin:9px 0px 0px 31px;}
.fimPost LI.foot-post A.bt-share {
	float: right;
	margin: 0px;
}
.bt-share {
	background: url(../_img/bt-share.png) no-repeat;
	width: 115px;
	height: 24px;
}



#menu {
	width: 980px;
	height: 29px;
}

#menu LI {float: left;height: 29px;}

#menu LI A {
	display: block;
	text-indent: -5000px;
	height: 29px;
}

#menu LI A.menu01 {
	background: url(../_img/menu.jpg) no-repeat left top;
	width: 76px;
}

#menu LI A.menu02 {
	background: url(../_img/menu.jpg) no-repeat -76px top;
	width: 79px;
}

#menu LI A.menu03 {
	background: url(../_img/menu.jpg) no-repeat -155px top;
	width: 121px;
}

#menu LI A.menu04 {
	background: url(../_img/menu.jpg) no-repeat -276px top;
	width: 192px;
}

#menu LI A.menu05 {
	background: url(../_img/menu.jpg) no-repeat -468px top;
	width: 202px;
}

#menu LI A.menu06 {
	background: url(../_img/menu.jpg) no-repeat -670px top;
	width: 131px;
}

#menu LI A.menu07 {
	background: url(../_img/menu.jpg) no-repeat -801px top;
	width: 179px;
}




.tags A {color:#b2b2b2;}






