/* CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	outline: none;
}

html {overflow: -moz-scrollbars-vertical;}

body {
	background: url(../imagens/fundo.jpg) top center repeat-y fixed #666;
}

* {
  font-size: 12px;
}

#popup {
	z-index:2; 
	margin: 0 auto;
	background:url(images/banner/corrente-sanguinea.jpg) center center no-repeat #FFF;
	width: 700px;
	height: 373px;
	display: block;
	position: absolute;
	top: 250px;
	border: 3px solid #CCC;
}	

#popup a {
	color: #FFF;
	font-weight:bold; 
	text-align:right; 
	display:block; 
	width: 100%;
	text-decoration: none;
}

p {
  font-size: 12px;
  line-height: 18px;
}

h2 {
  padding: 10px 0px;
  color: #333;  
}

h2 a {
  text-decoration: none;
  color: #333;  
}

h3 {
  padding: 10px 0px;
  color: #C10B00;  
}

h3 a {
  color: #C10B00;  
  text-decoration: none;
}

ul {
  font-size: 12px;
  list-style: disc;
  padding-left: 20px;
  line-height: 18px;
}

small {
  font-size: 10px;
}

/*** FIXO ***/

div#geral {
	width: 926px;
	margin: 0 auto;
}

input.botao {
  font-size: 14px;
  cursor: pointer;
}


.alerta {
  display: block;
  background:url(../imagens/atencao.gif) 5px center no-repeat #ffffe1;
  border:1px solid #aca899;
  padding:5px 5px 5px 25px;
  margin:20px;
  font-size: 10px;
  color:#000;
}

.sucesso {
  display: block;
  background:url(../imagens/sucesso.gif) 5px center no-repeat #ffffe1;
  border:1px solid #aca899;
  padding:5px 5px 5px 25px;
  margin:20px;
  font-size: 10px;
  color:#000;
}


/*** PAGINACAO ***/
.paginacao { color:#862E13; width:100%; font-size:11px; padding:5px 0; margin:20px 0 0 0; text-align:center; clear:both; display:table; }
.paginacao p a { color:#4C5044; background-color:#E4E4E4; text-decoration:none; font-weight:normal; padding:2px 6px; margin:0 2px; display:inline; }
.paginacao p a:hover { background-color:#C33; color:#FFF; text-decoration:none; }
.paginacao p span { background-color:#C33; padding:2px 6px; color:#FFF; }
.paginacao h4 { float:right; font-size:11px; color:#666; }
.paginacao p { float:left; margin:0px; }


a.voltar {
  clear: both;
  padding: 5px;
  font-size: 11px;
  text-decoration: none;
  padding-right: 15px;
  display: block;
  background: url(../imagens/meta-arrow.gif) no-repeat right center;
}

a.voltar:hover {
  color: #C10B00;
}













/*-- TOPO -----------------------------------------------------------------*/

div#topo {
  display: block;
  height: 193px;
  background: url(../imagens/topo.png) no-repeat top center;
}

div#topo ul {
  padding-top: 18px;
  padding-left: 18px;
}

div#topo ul li {
  display: inline;
}

div#topo ul li a {
  font-size: 10px;
  font-weight: bold;
  padding: 3px 3px;
  text-decoration: none;
}

div#topo ul li a:hover {
  text-decoration: underline;
}


div#topo div#flash-logo {
  margin: 6px 0px 0px 0px;
}















/*-- CORPO -----------------------------------------------------------------*/

div#corpo {
  background: url(../imagens/fundo-corpo.png) repeat-y center;
  padding: 0px 13px;
}

  /*-- MENU -----------------------------------------------------------------*/
  
  div#menu {
    display: block;
    background: url(../imagens/fundo-menu.gif) repeat-x top center;
    height: 51px;
  }
  
  div#menu ul {
    padding-left: 10px;
  }

  div#menu ul li {
    display: inline-block;
    *display: table-cell;
    *float: left;    
  }
  
  div#menu ul li a {
    line-height: 44px;    
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    padding: 5px 9px;
    text-decoration: none;
  }
  
  div#menu ul li a:hover {
    background: url(../imagens/borda-menu-d.jpg) no-repeat right center #000;
  }
  
  div#menu ul li.busca {
    padding-left: 50px;
    width: 250px;
    text-align: right;
    *padding-top: 10px;
  }
  
  div#menu ul li.busca input.texto {
    width: 150px;
    border: 2px solid #000;
    background-color: #444;
    padding: 4px;
    margin-right: 5px;
    color: #FFF;
  }
    

  div#menu ul li.busca input.botao {
    background: url(../imagens/buscar.gif) no-repeat center;
    border: none;
    width: 46px;
    height: 27px;
    text-indent: -9999px;
  }    
    

  
  /*-- INTERNAS -------------------------------------------------------------*/
  
  div#corpo div.interna {
    padding: 0px 10px;
  }
  
  div#corpo h1 {
    height: 35px;
    font-size: 26px;
    color: #C10B00;
    margin: 5px;
    padding-left: 75px;
    font-weight: normal;
    background: url(../imagens/estrela.gif) no-repeat left bottom;
  }
  
  div#corpo h1 span {
    background: url(../imagens/cadente.gif) no-repeat 5px bottom;
    display: inline-block;
    *display: inline;
    height: 35px;
    line-height: 28px;  
    width: 112px;
  }
  
  div#corpo div#coluna-principal {
    float: left;
    display: block;
    width: 630px; 
    padding-bottom: 30px;
  } 
  
  div#corpo div#coluna-utilidades {
    float: right;
    display: block;
    width: 250px;
    padding: 0px 10px 30px 10px;
  }
  




  
  
/*-- BANNER ---------------------------------------------------------*/

div#animacao {
  display: block;
  padding: 0px;
  margin-bottom: 10px;
  padding-left: 10px;
}  

div#animacao #slide {
  width: 615px; /* important to be same as image width */
  height: 155px; /* important to be same as image height */
  position: relative; /* important */
	overflow: hidden; /* important */
}

div#animacao #slideContent {
  width: 625px; /* important to be same as image width or wider */
  position: absolute;
	top: 0;
	margin-left: 0;
}

div#animacao .slideImage {
  float: left;
  position: relative;
	display: none;
}

div#animacao .slideImage span {
  position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
  padding: 10px 13px;
  width: 589px;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
  opacity: 0.7;
  color: #fff;
  display: none;
}

div#animacao .slideImage span.invisivel {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
	-khtml-opacity: 0;
  opacity: 0;
}

div#animacao .clear {
	clear: both;
}

div#animacao .slideImage span strong {
  font-size: 14px;
}

div#animacao .left {
	top: 0;
  right: 15px;
	width: 110px !important;
	height: 280px;
}

div#animacao .right {
	right: 15px;
	top: 0;
	width: 110px !important;
	height: 280px;
}

div#animacao ul { list-style-type: none; margin: 0px; padding: 0px;}
  
  
div#barra-leis {
  display: block;
  height: 24px;
  width: 615px;
  background: url(../imagens/barraleis.jpg) no-repeat left center;
}

div#barra-leis marquee {
  color: #FFF;
  text-decoration: none;
}

div#barra-leis a {
  color: #FFF;
  line-height: 25px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;  
}








/*-- MURAL DE RECADO ---------------------------------------------------------*/
div#mural div.recado {
  border-top: 1px dotted #E4E4E4;
}

div#mural div.recado h3 {
	font-size: 14px;
	color: #666;
	background-color: #E4E4E4;
  padding: 5px;	
}

div#mural div.recado h3 span {
	background-color: #C33;
	color: #FFF;
	width: 40px;
	display: block;
	text-align: center;
	font-weight: bold;
	float: left;
	padding: 2px;
	margin-right: 5px;
	font-size: 10px;
}

div#mural div.recado h3 small {
	color: #999;
	font-size: 10px;
	font-weight: bold;
}

div#mural div.recado p {
	margin: 3px 0;
	clear: both;
}

div#util-comentario form {
  padding-left: 10px;
}

div#util-comentario label {
  display: block;
  font-size: 11px;
  padding-bottom: 7px;
  padding-right: 10px;
}

div#util-comentario input[type="text"],
div#util-comentario textarea {
  width: 95%;
  font-size: 12px;
  padding: 2px;
  background-color: #EFEFEF;
  border: 1px solid #CCC;
}



/*** PRI-MURALRECADOS ***/

div#pri-muralrecados a#banner-chat {
  display: block;
  font-weight: bold;
  padding: 10px 0px;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  border-bottom: 1px dotted #E4E4E4;  
  line-height: 15px;
}

div#pri-muralrecados a#banner-chat:hover {
  background-color: #E4E4E4;
}

div#pri-muralrecados a#banner-chat img {
  float: left;
  border: none;
}

div#pri-muralrecados div.recado {
  border-bottom: 1px dotted #E4E4E4;
}

div#pri-muralrecados div.recado h3 {
	margin: 3px 0;
	background: url(../imagens/meta-chat.gif) 0% 50% no-repeat;
	padding: 3px 3px 3px 18px;
}

div#pri-muralrecados div.recado h4 {
	margin: 10px 0 5px 0;
	font-size: 10px;
	text-align: right;
	color: #999;
}

div#pri-muralrecados div.recado p {
	color: #666;
	margin: 3px 0;	
	font-size: 11px;
}

div#pri-muralrecados a.voltar {
  text-align:right;
}
















/*-- LINKS ---------------------------------------------------------*/
div#links ul.links {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#links ul.links li {
	padding: 0px 5px;
}

div#links ul.links li h2 {
  font-size: 14px;
  padding-bottom: 0px;
}

div#links ul.links li a {
	color: #C33;
	text-decoration: none;
}

div#links ul.links li a:hover,
div#links ul.links li a:visited {
	color: #DB7571;
}

/*** PRI-LINKS ***/

div#pri-links ul.links {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#pri-links ul.links li {
	padding: 5px;
}

div#pri-links ul.links li h6 {
	margin: 0;
	font-size: 12px;
}

div#pri-links ul.links li a {
	color: #C10B00;
	text-decoration: none;
	font-size: 10px;
}

div#pri-links ul.links li a:hover,
div#pri-links ul.links li a:visited {
	color: #DB7571;
}

div#pri-links a.voltar {
  text-align:right;
}

  
  





/*-- AMIGOS DO JAILSON ---------------------------------------------------------*/
div#amigos {
  margin: 0;
  padding: 0;
  font-size:12px;
} 

div#amigos form {
  border:0;
}

div#amigos input {
	width: 260px;
	padding: 2px;
	margin: 3px 3px;
}


div#amigos label {
	display: block;
	padding-top: 2px;
  margin:0 10px;
  float:left;
  width:40px;
}

div#amigos h2 { 
  font-size:12px;
  padding-top:20px;
}

div#amigos ol {
  margin:0;
  padding:0 0 0 10px ;
}

div#amigos li {
  clear:both;
}

div#amigos form input.botao{
  margin:20px 0px;
  width: 80px;
}

div#amigos table th {
  color: #C33; 
}















/*-- CONTATOS ---------------------------------------------------------*/
div#contato form {
	padding: 0;
	width: 400px;
	background-color: #E4E4E4;
	border-top: 5px solid #999;
	padding: 10px 10px 5px;
}

div#contato label {
	color: #C33;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}

div#contato form input[type="text"], div#contato form textarea {
	width: 380px;
	border: 1px inset #CCC;
	padding: 2px;
}

div#amigos form input.botao{
  margin:20px 0px;
  width: 80px;
  clear:both;
}








/*-- TELEFONES ---------------------------------------------------------*/
div#telefones h3 {
	color: #666;
	margin: 10px 0 0 0;
	padding: 0 5px;
}

div#telefones h3 a.abrir {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	padding: 0 0px 0 15px;
	background: url(../imagens/meta-arrow.gif) left center no-repeat;
}

div#telefones h3 a.abrir:hover {
	color: #C33;
}

div#telefones h3 p.descricao {
  padding-left: 23px;
  padding-top: 5px;
  font-size: 12px;
  font-weight: normal;
}

div#telefones h3 p.descricao big {
	font-size: 16px;
	font-weight: bold;
}

/*** PRI-LISTAS ***/
div#pri-listas {
  padding-left: 5px;
}

div#pri-listas ul.listas {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#pri-listas ul.listas li {
	padding: 5px;
}

div#pri-listas ul.listas li a {
	color: #C10B00;
	text-decoration: none;
}

div#pri-listas ul.listas li a:hover,
div#pri-listas ul.listas li a:visited {
	color: #DB7571;
}















/*-- RETIRAR EMAIL ---------------------------------------------------------*/
div#retirar form {
  padding: 20px 0px;
}

div#retirar form label {
  font-size: 11px;
}

div#retirar form input[type="text"] {
  width: 300px;
  padding: 3px;
}

div#retirar form input.botaoretirar {
  font-size: 12px;
  cursor: pointer;
}













/*-- ENQUETES ---------------------------------------------------------*/
div#enquetes div.pergunta {
  border-top: 1px dotted #E4E4E4;
  margin-bottom: 5px;
  line-height: 15px;
  padding-bottom: 5px;
}

div#enquetes div.pergunta a {
	font-size: 14px;
	display: block;
	color: #666;
	background-color: #E4E4E4;
  padding: 5px;	
	text-decoration: none;
}

div#enquetes div.pergunta a span {
	background-color: #C33;
	color: #FFF;
	width: 40px;
	display: block;
	text-align: center;
	font-weight: bold;
	float: left;
	padding: 2px;
  margin: 0px 5px 5px 0px;
	font-size: 10px;
}

div#enquetes div.opcao h3 {
  padding: 3px 0px;
}

div#enquetes div.resultado {
  font-size: 10px;
  padding-bottom: 10px;
}

div#pri-enquete form label {
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
  line-height: 18px;
}

div#pri-enquete form input.botao {
  margin-top: 10px;
}

div#pri-enquete h3 {
  line-height: 20px;
}
  
  
  
  
  
  
  
  
  
  

/*-- AUDIOS ---------------------------------------------------------*/
div#audios div.audio {
	display: block;
}

div#audios div.audio h2 {
	margin: 0px;
	width: 450px;
  float: left; 
	padding-bottom: 2px;
}

div#audios div.audio p {
	float: left;
	font-size: 10px;
	width: 450px;
	line-height: 15px;
}

div#audios div.audio div {
 	float: left;
	width: 140px; 
	text-align: center;
}

div#audios div.audio img {
	border: 5px solid #CCC;
	float: left;
	margin: 10px;
}

div#audios div.audio:hover img {
	border: 5px solid #C33;
}












/*-- VIDEOS ---------------------------------------------------------*/
div#videos a.video {
	border: none;
	min-height: 150px;
	margin: 10px;
	display: block;
	text-decoration: none;
}

div#videos a.video h2 {
	margin: 0px;
	width: 400px;
  float: left; 
}

div#videos a.video p {
	margin: 5px 0;
	float: left;
	font-size: 10px;
	line-height: 15px;
	width: 400px;
}

div#videos a.video img {
	border: 5px solid #CCC;
	float: left;
	margin: 10px;
}

div#videos a.video:hover {
	background: #E4E4E4 url(../imagens/seta.gif) no-repeat right bottom
}

div#videos a.video:hover img {
	border: 5px solid #C33;
}

div#videos h2 {
}

div#videos h2 span {
	background-color: #C33;
	color: #FFF;
	width: 40px;
	display: block;
	text-align: center;
	font-weight: bold;
	float: left;
	padding: 2px;
	margin-right: 5px;
	font-size: 10px;
}

div#videos h2 span big {font-size: 12px; color: #FFF;}

div#videos h2 small {
	color: #999;
	font-size: 10px;
	font-weight: bold;
}

div#videos div#player {
  display: block;
  text-align: center;
  clear: both;
  padding-top: 10px;
}

div#pri-videos a.voltar,
div#videos a.voltar {
  text-align:right;
}

div#pri-videos h2 {
  font-size: 12px;
}





div#videos div.comentario {
	border: none;
	border-bottom: 1px dotted #E4E4E4;
	margin: 10px 0;
	padding: 0 10px;
}

div#videos div.comentario div {
  font-size: 12px;
  padding-bottom: 10px;
}

div#videos div.comentario h3 {
	color: #C33;
	background: url(../imagens/meta-chat.gif) left center no-repeat;
	padding-left: 15px;
}

div#videos div.comentario h4 {
	font-size: 10px;
	background: url(../imagens/meta-date.gif) left center no-repeat;
	padding-left: 15px;
	padding-bottom: 5px;
}







/*-- FOTOS ---------------------------------------------------------*/
div#fotos a.album {
	border: none;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	width: 190px;
	margin: 5px;
	float: left;
	text-align: center;
	text-decoration: none;
}

div#fotos a.album h2 {
	margin: 0 3px 5px 3px;
  min-height: 35px;
	font-size: 12px;
}

div#fotos a.album p {
	margin: 5px 0;
}

div#fotos a.album img {
	border: 5px solid #999;
}

div#fotos a.album:hover {
	background-color: #E4E4E4;
}

div#fotos a.album:hover img {
	border: 5px solid #C33;
}

div#fotos a.album:hover h2 {
	color: #C33;
}



div#fotos h2 {
	margin: 0;
	clear: both;
}

div#fotos h2 span {
	background-color: #C33;
	color: #FFF;
	width: 40px;
	display: block;
	text-align: center;
	font-weight: bold;
	float: left;
	padding: 2px;
	margin-right: 5px;
	font-size: 10px;
}

div#fotos h2 span big {font-size: 12px; color: #FFF;}

div#fotos h2 small {
	color: #999;
	font-size: 10px;
	font-weight: bold;
}


div#fotos div.comentario {
	border: none;
	border-bottom: 1px dotted #E4E4E4;
	margin: 10px 0;
	padding: 0 10px;
}

div#fotos div.comentario div {
  font-size: 12px;
  padding-bottom: 10px;
}

div#fotos div.comentario h3 {
	color: #C33;
	background: url(../imagens/meta-chat.gif) left center no-repeat;
	padding-left: 15px;
}

div#fotos div.comentario h4 {
	font-size: 10px;
	background: url(../imagens/meta-date.gif) left center no-repeat;
	padding-left: 15px;
	padding-bottom: 5px;
}


/*** PRI-ULTIMASFOTOS ***/

div#pri-ultimasfotos {
	display: block;
	width: 280px;
	float: right;
}

div#pri-ultimasfotos div.lista a {
  display: block;
	color: #000;
	text-decoration: none;
	padding: 5px;
	background: url(../images/fundo-fotos.jpg) left bottom no-repeat #DEDEDC;
	margin-bottom: 5px;
	border-bottom: 1px dotted #999;
}

div#pri-ultimasfotos div.lista a h2 {
	font-size: 12px;
	float: left;
	width: 165px;
	padding: 0px 0px 5px 0px;
	line-height: 16px;
	font-weight: normal;
}

div#pri-ultimasfotos div.lista a p {
	font-size: 11px; 
}

div#pri-ultimasfotos div.lista a img {
  border: 3px solid #999;
	float: left;
	margin: 0px 5px 0px 0px;
}

div#pri-ultimasfotos div.lista a:hover img {
	border: 3px solid #C33;
}

div#pri-ultimasfotos div.lista span {
	display: block;
	clear: both;
	height: 1px;
}

div#pri-ultimasfotos a.voltar {
  text-align:right;
}











/*-- AGENDA ---------------------------------------------------------*/
div#agenda ul {
	list-style: none;
	margin: 0;
	padding: 5px 0px;
}

div#agenda ul li {
	display: inline;
	margin: 2px 1px;
}

div#agenda ul li a {
	width: 100%;
	text-decoration: none;
	padding: 2px 3px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

div#agenda ul li a:hover {
	background-color: #E4E4E4;
}

div#agenda ul li.selecionado a {
	background-color: #E4E4E4;
	font-weight: bold;
}

div#agenda div.compromisso {
  border-bottom: 1px dotted #E4E4E4;
}

div#agenda h2 {
	font-size: 14px;
}

div#agenda h3 {
	color: #666;
	margin: 10px 0 0 0;
	padding: 0 5px 5px 5px;
	font-size: 12px;
	font-weight: normal;
}

div#agenda h3 a {
	color: #666;
	font-weight: bold;
  text-decoration: none;
	font-size: 14px;
	padding: 0 15px 0 0;
	background: url(../images/meta-link.gif) right center no-repeat;
}

div#agenda h3 a:hover {
	color: #C33;
}

div#agenda h3 a span {
	background-color: #C33;
	color: #FFF;
	width: 40px;
	display: block;
	text-align: center;
	font-weight: bold;
	float: left;
	padding: 2px;
	margin-right: 5px;
	font-size: 10px;
}

div#agenda h3 {
	font-style: normal;
}

div#agenda p.compromisso-descricao {
	display: none;
}

/*** PRI-AGENDA ***/

div#pri-agenda table {
	width: 230px;
	margin: 0 10px 10px 10px;
	font-size: 12px;
}

div#pri-agenda table tr th {
	background-color: #C33;
	color: #FFF;
	line-height: 20px;
}

div#pri-agenda table tr td.titulo {
	font-weight: bold;
	border: none;
	font-size: 14px;
}

div#pri-agenda table tr td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: center;
	color: #333;
	min-width: 20px;
	padding: 3px;
}

div#pri-agenda table tr td a {
	font-weight: bold;
	text-decoration: none;
}

div#pri-agenda table tr td a:hover {
	color: #C33;
	font-weight: bold;
}

div#pri-agenda table tr td a {color: #333;}

div#pri-agenda h2 {
	color: #666;
	margin: 5px 0 0 0;
	padding: 3px 2px 3px 23px;
	font-size: 12px;
	background: url(../imagens/meta-date.gif) 3% 50% no-repeat #E4E4E4;
}

div#pri-agenda h3 {
	color: #666;
	margin: 10px 0 0 0;
	padding: 0 5px 5px 5px;
  border-bottom: 1px dotted #E4E4E4;	
}

div#pri-agenda h3 a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;	
}

div#pri-agenda h3 a:hover {
	color: #C33;
}

div#pri-agenda h3 a span {
	background-color: #C33;
	color: #FFF;
	width: 40px;
	display: block;
	text-align: center;
	font-weight: bold;
	float: left;
	padding: 2px;
	margin-right: 5px;
	font-size: 10px;
}

div#pri-agenda a.vejamais {
	clear:both;
	width: 185px;
	height: 15px;
	display: block;
	text-align: center;
	margin: 10px 0 5px;
	padding: 0;
}

div#pri-agenda a.voltar {
  text-align:right;
}















/*-- NOTICIAS ---------------------------------------------------------*/
div#noticias div.bloco-noticias div.noticia {
	border-bottom: 1px dotted #E4E4E4;
	padding: 0 10px 3px 10px;
}

div#noticias div.bloco-noticias div.noticia h2 {
	color: #C33;
	margin: 0px;
	padding-bottom: 5px;
}

div#noticias div.bloco-noticias div.noticia h2 a {
	color: #C33;
	text-decoration: none;
}

div#noticias div.bloco-noticias div.noticia h3 {
	font-size: 16px;
	background: url(../imagens/meta-arrow.gif) left 2px no-repeat;
	padding: 0px 0px 5px 15px;
}

div#noticias div.bloco-noticias div.noticia div {
  font-size: 12px;
  line-height: 18px;
}

div#noticias div.bloco-noticias div.noticia h3 a {
	color: #666;
	text-decoration: none;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

div#noticias div.bloco-noticias div.noticia h3 a:hover {
	color: #000;
}

div#noticias div.bloco-noticias div.noticia span {
	color: #999;
	font-size: 9px;
	text-align: right; 
	display: block;
	margin: 5px 0;
}

div#noticias div.bloco-noticias div.noticia span a {
	color: #999;
	text-decoration: none;
	font-size: 9px;
}

div#noticias div.bloco-noticias div.noticia span a.comente {
	background: url(../images/meta-featured.gif) 2% 50% no-repeat;
	padding-left: 18px;
}

div#noticias div.bloco-noticias div.noticia span a.comentario {
	background: url(../images/meta-chat.gif) 2% 50% no-repeat;
	padding-left: 18px;
}

div#noticias div.bloco-noticias div.noticia span a:hover {
	color: #666;
}

/*** IMAGEM DA NOTICIA ***/
div.noticia h3 {
  color: #666;
}

div.noticia h4 {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
}

div.noticia div a.img-noticia small {
	color: #999;
	font-size: 10px;
	font-weight: bold;
	display: block;
	width: 250px;
	line-height: 10px;
}

div.noticia div a.img-noticia {
	border: none;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 5px;
	float: left;
	text-align: center;
	text-decoration: none;
	padding: 10px;
}

div.noticia div a.img-noticia img {
	border: 5px solid #CCC;
}

div.noticia div a.img-noticia:hover {
	background-color: #E4E4E4;
}

div.noticia div a.img-noticia:hover img {
	border: 5px solid #C33;
}

div.noticia table {
  font-size: 12px;
}



/* COMEENTARIO DAS NOTICIAS */
div#noticias div.comentario {
	border: none;
	border-bottom: 1px dotted #E4E4E4;
	margin: 10px 0;
	padding: 0 10px;
}

div#noticias div.comentario div {
  font-size: 12px;
  padding-bottom: 10px;
  line-height: 18px;
}

div#noticias div.comentario h3 {
	color: #C33;
	background: url(../imagens/meta-chat.gif) left center no-repeat;
	padding-left: 15px;
}

div#noticias div.comentario h4 {
	font-size: 10px;
	background: url(../imagens/meta-date.gif) left center no-repeat;
	padding-left: 15px;
	padding-bottom: 5px;
}


/*** PRI-ULTIMASNOTICIAS ***/

div#pri-ultimasnoticias {
	width: 330px;
	float: left;
	padding: 0;
	margin: 0 0 10px 5px;
}

div#pri-ultimasnoticias div.bloco-noticias div.noticia {
	border-bottom: 1px dotted #E4E4E4;
	padding: 0 10px 3px 10px;
	margin-bottom: 5px;
}

div#pri-ultimasnoticias div.bloco-noticias div.noticia h2 {
	color: #C10B00;
  padding-bottom: 0px;
  font-size: 12px;
}

div#pri-ultimasnoticias div.bloco-noticias div.noticia h2 a {
	color: #C33;
	text-decoration: none;
}

div#pri-ultimasnoticias div.bloco-noticias div.noticia p3 {
	color: #666;
	margin: 5px 0;
	font-weight: normal;
}

div#pri-ultimasnoticias div.bloco-noticias div.noticia p a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
}

div#pri-ultimasnoticias div.bloco-noticias div.noticia p a:hover {
	color: #C33;
}

div#pri-ultimasnoticias div.bloco-noticias div.noticia span {
	width: 310px;
	display: block;
	margin: 5px 0;
}

div#pri-ultimasnoticias div.bloco-noticias div.noticia span a {
	color: #999;
	text-decoration: none;
	font-size: 9px;
	padding-left: 15px;
}

div#pri-ultimasnoticias div.bloco-noticias div.noticia span a.comente {
	background: url(../images/meta-featured.gif) left center no-repeat;
}

div#pri-ultimasnoticias div.bloco-noticias div.noticia span a.comentarios {
	background: url(../images/meta-chat.gif) left center no-repeat;
}

div#pri-ultimasnoticias div.bloco-noticias div.noticia span a:hover {
	color: #666;
}

div#pri-ultimasnoticias a.voltar {
  text-align:right;
}














/*** PRI-TWITTER ***/

div#pri-twitter {
	width: 280px;
	float: left;
	padding: 0;
	margin: 0 0 10px 5px;
}

div#pri-twitter h1 span {
  background: url("../imagens/twitter-bird.gif") no-repeat 10px center;
  width: 60px;
}

div#pri-twitter ul {
	list-style: none;
	margin: 0;
	padding: 0px 5px;
}

div#pri-twitter ul li {
	padding: 0px 5px;
  border-bottom: 1px dotted #E4E4E4;
}

div#pri-twitter ul li span {
  font-size: 12px;
}



div#pri-twitter ul li a {
  display: block;
  text-align: right;
  text-decoration: none;  
}

div#pri-twitter ul li a:hover {
  text-decoration: underline;  
}

div#pri-twitter ul li span a {
 text-align: left;
}












/*-- PUBLICACOES ---------------------------------------------------------*/
div#publicacao div.noticia {
  border-bottom: 1px dotted #E4E4E4;
}

div#publicacao div.noticia div.descricao {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}

div#publicacao div.noticia h2 {
  padding: 5px 0px 0px 0px;
  font-size: 12px;
}

div#publicacao div.noticia a.veja-arquivo {
  display: block;
  text-align: right;
}




  
  










/*-- CONTATO ---------------------------------------------------------*/  

div#util-resumo h2 {
  font-size: 14px;
  padding-bottom: 0px;
}  

div#util-resumo p {
  font-size: 11px;
}  
  
  
  
  
  /*-- RODAPE -----------------------------------------------------------------*/
  
  div#rodape {
    clear: both;
    display: block;
    height: 115px;
    background: url(../imagens/rodape.png) no-repeat top left;
    padding-left: 10px;
  }
  
  div#rodape div.bloco {
    display: block;
    float: left;
    width: 300px;
    padding: 5px 0px 0px 10px; 
  }
  
  div#rodape div.news {
    width: 280px;
  }
  
  div#rodape div.news input.texto {
    border: 1px solid #999;
    background-color: #E4E4E4;
  }
  
  div#rodape div.news input.botao {
    border: 1px solid #999;
    background-color: #CCC;
    font-weight: bold;
    cursor: pointer;
  }
  
  div#rodape div.news input.botao:hover {
    color: #FFF;
    background-color: #999;
  }
  

  
  div#rodape div.bloco p {
    line-height: 15px;
    font-size: 10px;
  }


div#copy p {
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding-bottom: 10px;
}

div#copy p a {
  color: #FFF;
}

.twtr-widget h3 {
  color: #FFF !important;
}



