
a { text-decoration: none; }

body {
	margin:0; padding:0;
	color: #2F2F2F;
	font-family: arial;
	font-size:12px;
	
}

a img { border: none; }

#clear { clear: both; }

.spacer {
	width: 100%;
	height: 15px;
	background-color: #fff;
	margin-top: 15px;
}

.botao-topo {
	width: 95px;
	height: 30px;
	margin: 10px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: transparent url(../images/botao-topo.png) no-repeat scroll 0 0;
}

.ancora-topo {
	position: absolute;
	top: 0;
}

.header {
	font-weight:normal !important;
	color:#999 !important;
}

.img-right {
	float: right !important;
	margin-right: 0px !important;
	margin-left: 10px !important;
}

.n-margin { margin: 0 !important; }

.m-top20 { margin-top: 20px !important; }

.m-bottom30 { margin-bottom: 30px !important; }

/* Corpo */
#corpo {
	width: 978px;
	margin: 0 auto;
	background-color: #fff;
}

/* Topo */
#topo {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	
}

#topo-cont {
	width: 980px;
	height: 172px;
	margin: 0 auto;
	position: relative;
}

img#logo {
	display: block;
	position: absolute;
	top: 20px;
	left: 85px;
}

a.botao-home {
	width: 156px;
	display: block;
	position: absolute;
	top: 152px;
	left: 92px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

a:hover.botao-home { color: #0db04b; }

#extras {
	width: 70px;
	position: absolute;
	top: 45px;
	right: 55px;
}

#extras a {
	display: block;
	margin-bottom: 10px;
}

/* Menu */
#menu {
	display:inline;
	width: 194px;
	height:auto !important;
	overflow:hidden;
	float: left;
	background-color:#f8fdf9;
	padding:0 !important;
}

/* nav-left */

ul.nav-left {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 !important;
	float:left;
	margin-left:10px;
}

ul.nav-left li {
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	color:#153817;
	border-bottom:dashed 1px #ccc;
	text-transform:uppercase;
	list-style:none !important;
	margin-left:0 !important;
}

ul.nav-left li a {
	text-decoration:none;
	color:#9C0;
	padding-left:10px;
	font-size:11px;
	display:block;
}

ul.nav-left li a:hover { color:#c00; }

ul.nav-left a.link-header {
	padding:0 !important;
	color:#153817 !important;
	font-size:12px !important;
}

ul.nav-left a.link-header:hover { color:#c00 !important; }

ul.nav-left li:last-child { border:none !important; }

/* ------------------------------------------------ */


form#busca { width: 100%; }

form#busca fieldset {
	border: none;
	height: 27px;
	padding: 5px 10px 0 10px;
	background-color: #ccd7dd;
}

form#busca input {
	width: 117px;
	border: 1px solid #153817;
	height: 18px;
	padding-top: 2px;
	float: left;
	margin-right: 5px;
}

form#busca input#botao-buscar {
	width: 50px;
	height: 22px;
	background-color: #153817;
	float: left;
	color: #fff;
	margin-right: 0;
}

ul#menu-cont {
	width: 174px;
	background-color: #f8fdf9;
	padding: 0 10px;
}

ul#menu-cont li {
	display: block;
	border-bottom: 1px dotted #153817;
}

ul#menu-cont li a {
	display: block;
	position: relative;
	color: #153817;
	font-weight: bold;
	padding: 5px 10px;
}

ul#menu-cont li a:hover {
	color: #fff;
	background-color: #153817;
}

ul#menu-cont li a.selected {
	color: #fff;
	background-color: #153817;
}

/* Conteudo principal */
#conteudo {
	width: 550px;
	height: auto !important;
	overflow:hidden;
	min-height: 550px;
	float: left;
	background-color: #fff;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

html>body #conteudo { height: auto; }

div.bloco-noticia-left {
	width:270px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-right:10px;
	font-size:12px;
}

div.bloco-noticia-right {
	width:270px;
	height:auto;
	overflow:hidden;
	float:right;
	font-size:12px;
}

.data-postagem {
	font-size:10px;
	color:#9C0 !important;
	margin:0 !important;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	background:url(../images/data.jpg) left no-repeat;
}

.bloco {
	padding-top:20px;
	border-top:dashed 1px #ccc;
	width: 550px;
	clear:both;
	margin-bottom: 15px;
	height:auto !important;
	overflow:hidden;
}

.bloco p { margin:0 !important; }

.bloco h2 {
	display:block;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	margin-bottom:10px;
}

.bloco h2 a {
	text-decoration:none;
	color:#000;
}

.bloco h2 a:hover { text-decoration:underline; }

a.continue-lendo {
	display:block;
	float:left;
	color:#9C0;
	text-decoration:underline;
	font-weight:bold;
}

a.continue-lendo:hover { text-decoration:none; }

/* Noticias index */
div.box-text-noticias {
	float:left;
	width:295px;
	height:auto;
	overflow:hidden;
}

#noticias {
	width: 550px;
	float: left;
	margin-right: 10px;
	padding-bottom:5px;
	margin-bottom:10px;
	background-color:#f8fdf9;
	height:auto !important;
	overflow:hidden;
}

#noticias img {
	width:241px;
	height:185px;
	float: left;
	margin-right:10px;
}

#noticias h1 {
	margin:0;
	color:#000;
	font-size:25px;
}

#noticias h1 a { color: #000; }

#noticias h1 a:hover { text-decoration: underline; }

#noticias p {
	font-size:12px;
	color:#999;
	line-height:20px;
}

/* Mais Noticias */
#maisnot { width: 100%; }

#maisnot h6 {
	background: transparent url(../images/icone-maisnoticias.gif) no-repeat 0 0;
	font-size: 14px;
	color: #153817;
	padding: 5px 0 10px 28px;
}

ul#lista-maisnot-index { width: 100%; }

ul#lista-maisnot-index li {
	display: block;
	float:left;
	padding: 5px 0;
	border-bottom: 1px dotted #153817;
}

ul#lista-maisnot-index li.notmenores {
	padding-top: 0;
	padding-bottom: 8px;
	width:260px;
	margin-right:15px;
}

ul#lista-maisnot-index li.notmenores h2 a { color: #bd1723; }

ul#lista-maisnot-index li.notmenores p { font-size:11px; }

ul#lista-maisnot-index li h2 a {
	font-size: 12px;
	color: #2F2F2F;
}

ul#lista-maisnot-index li h2 a:hover { text-decoration: underline; }

ul#lista-maisnot-index li h2 span {
	font-size: 11px;
	color: #bd1723;
}

/* Dicas de saude index */
#dicas {
	width: 170px;
	float: left;
}

#dicas h6 {
	background: transparent url(../images/icone-dicas.gif) no-repeat 0 0;
	font-size: 14px;
	color: #153817;
	padding: 5px 0 10px 28px;
}

#dicas h6.maisnoticias {
	background: transparent url(../images/icone-maisnoticias.gif) no-repeat 0 0;
	font-size: 14px;
	color: #153817;
	padding: 5px 0 10px 28px;
}

ul#lista-dicas-index { width: 100%; }

ul#lista-dicas-index li {
	display: block;
	border-bottom: 1px dotted #153817;
	padding: 5px 0;
}

ul#lista-dicas-index li.destaque {
	padding-top: 0;
	padding-bottom: 5px;
}

ul#lista-dicas-index li.destaque h2 a { color: #bd1723; }

ul#lista-dicas-index li h2 a {
	font-size: 11px;
	color: #2F2F2F;
}

ul#lista-dicas-index li h2 a:hover { text-decoration: underline; }

ul#lista-dicas-index li h2 span {
	font-size: 11px;
	color: #bd1723;
}

/* Videocast index */
div.box-link {
	display:block;
	clear:both;
	background-color:#f8fdf9;
	height:60px !important;
	width:100%;
	text-decoration:none;
	margin-bottom:5px;
	cursor:pointer;
}

div.box-link:hover {
	background-color:#e2f2e7;
	margin-bottom:5px !Important;
}

div.box-link p {
	margin:0 !important;
	font-size:12px;
}

div.box-link p a {
	margin:0 !important;
	color:#000 !important;
	text-decoration:none;
}

div.box-link p a:hover { text-decoration:underline; }

/* ------------------------------------------------------------------ */
#eventos {
	width:270px;
	height:auto;
	overflow:hidden;
	float:right;
}

span.box-date {
	width:30px;
	height:60px;
	background-color:#97c3aa;
	margin-right:10px;
	display:block;
	float:left;
}

span.box-date span {
	display:block;
	color:#fff;
	font-size:14px;
	margin-left:5px;
	margin-top:10px;
}

#eventos h1 {
	margin-top:0;
	margin-bottom:10px;
}

#eventos p { margin-top:10px; }

#dicas-saude {
	width:270px;
	height:auto;
	overflow:hidden;
	float:right;
}

#dicas-saude img { margin-bottom:10px; }

#dicas-saude p {
	margin:0;
	font-size:12px;
	margin-bottom:10px;
}

#dicas-saude p a {
	color:#000;
	text-decoration:none;
}

#dicas-saude p a:hover { text-decoration:underline; }

#dicas-saude h1 {
	margin-top:0;
	margin-bottom:10px;
}

.box-left-saude {
	width:119px;
	height:auto !important;
	overflow:hidden;
	float:left;
	margin-right:10px;
}

.box-right-saude {
	width:119px;
	height:auto !important;
	overflow:hidden;
	float:right;
}

/* --------------- Depoimentos ---------------- */
#depoimentos {
	width: 270px;
	margin-right: 10px;
	height: auto !important;
	overflow:hidden;
	float: left;
}

#depoimentos h1 {
	margin-top:0;
	margin-bottom:10px;
}

#depoimentos p {
	margin-top:10px !important;
	margin-left:10px !important;
	margin-right:10px !important;
	margin-bottom:10px !important;
}

#depoimentos a.link {
	color:#000;
	text-decoration:none;
	background-color:#e2f2e7;
	padding:5px 10px 10px 10px !important;
	text-align:center;
	font-size:11px !important;
	border:none !important;
}

depoimentos .box-link { padding-bottom:10px !important; }

/* ---------------------------------------------- */
#videocast {
	width: 270px;
	margin-right: 10px;
	height: auto;
	overflow:hidden;
	float: left;
}

#videocast h1 {
	margin-top:0;
	margin-bottom:10px;
}

#videocast img {
	width: 79px;
	height: 60px;
	float:left;
	margin-right:5px;
}

.tv-icon {
	margin-top:5px !important;
	margin-bottom:10px !important;
	color:#9C0;
	font-size:11px !important;
	text-decoration:none;
	padding-left:15px;
	background:url(../../../Layouts/favorito/tv_icon.jpg) left no-repeat;
}

/* Blog index */
#blog {
	width: 170px;
	float: left;
	margin-right: 20px;
}

#blog h6 {
	background: transparent url(../images/icone-blog.gif) no-repeat 0 0;
	font-size: 14px;
	color: #153817;
	padding: 5px 0 10px 28px;
}

#blog img { width: 100px; }

#blog h2 a {
	font-size: 12px;
	color: #bd1723;
	display: block;
	margin-bottom: 10px;
}

/* Enquete index */
#enquete, #enquete2 {
	width: 260px;
	float: left;
	border-top: 1px dotted #153817;
	padding-top: 20px;
}

#enquete2 {
	width: 100%;
	border: none;
	margin-bottom: 25px;
}

#enquete h6 {
	font-size: 14px;
	color: #bd1723;
	margin-bottom: 5px;
}

h2#enquetit1, h2#enquetit2 {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}

#enquete2 h2 {
	font-weight: bold;
	color: #bd1723;
	font-size: 14px;
}

form#enquete-cont { width: 100%; }

form#enquete-cont fieldset, form#enquete-cont2 fieldset { border: none; }

form#enquete-cont input, form#enquete-cont2 input {
	width: 13px;
	height: 13px;
	float: left;
	margin-right: 5px;
}

form#enquete-cont label, form#enquete-cont2 label {
	float: left;
	width:150px;
	margin-bottom: 8px;
	font-size:11px;
}

form#enquete-cont2 label { width: 96%; }

/* Resultado Enquete */
.result-enquete {
	width: 100%;
	float: left;
	margin-bottom: 6px;
}

.result-enquete h5 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 3px;
	float: left;
	width: 100%;
}

.result-enquete span {
	float: left;
	color: #153817;
	font-size:11px;
}

.result-barra {
	margin-right: 8px;
	height: 10px;
	width: 140px;
	float: left;
}

.result-barra span {
	background-color: #153817;
	float: left;
	height: 10px;
}

.box-enquete a {
	background-color:#153817;
	color:#FFFFFF;
	display:block;
	float:right;
	height:18px;
	margin-left:10px;
	padding-top:4px;
	text-align:center;
	width:112px;
}

.box-enquete a:hover { text-decoration: none; }

/* Lateral direita */
#auxiliar {
	width: 204px;
	height:auto !important;
	overflow:hidden;
	float: right;
}

#auxiliar h1 {
	font-size:14px;
	margin:0;
	margin-top:10px;
	font-weight:bold !important;
	color:#C30 !important;
	margin-left:10px;
	margin-right:10px;
	background:none;
}

#auxiliar p {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}

/* Resultados on-line */
#resultados {
	width: 100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
	background-color:#F8FDF9;
	padding-bottom:5px;
	clear:both;
}

#resultados form {
	display:block;
	width:100%;
	padding:0;
	margin:0;
}

.box-form {
	width:180px;
	height: auto;
	overflow:hidden;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

.box-form label {
	text-transform:uppercase;
	color:#9C0;
	font-weight:bold;
}

.input-text {
	border:solid 1px #ccc;
	padding:5px;
	width:170px;
	margin:10px !important;
	color:#000;
}

.botao {
	float:right;
	margin-right:10px;
	margin-top:10px;
	color:#000;
	background-color:#97c3aa;
	border:none;
	padding:5px 10px;
	margin-bottom:10px;
}

.botao:hover {
	background-color:#9C0;
	color:#fff;
	cursor:pointer;
}

a.botaoresult_votar {
	width: 65px;
	height: 22px;
	background-color: #153817;
	float: right;
	color: #fff;
	margin-top: 5px;
	cursor: pointer;
	border: 1px solid #153817;
}

/* Localizar unidades */
#loc-unidades {
	width: 100%;
	height:auto !important;
	overflow:hidden;
	margin-top:10px;
	background-color:#F8FDF9;
	clear:both;
}

.select {
	width:180px;
	border:solid 1px #ccc;
	padding:10px 0;
	margin:15px 12px;
}

/* Exames e procedimentos */
#exames {
	width: 100%;
	height:162px !important;
	overflow:hidden;
	background-color:#f8fdf9;
	margin-top:10px;
	clear:both;
}

#exames form {
	width:100%;
	padding:0;
}

/* Newsletter */
#box-newsletters {
	margin-top:10px;
	width: 100%;
	height:auto !important;
	overflow:hidden;
	background-color:#f8fdf9 !important;
}

/* Rodape */
#rodape {
	width: 100%;
	margin-top: 20px;
	background-color: #e2f2e7;
	clear:both;
}

#rodape-cont {
	width: 978px;
	height: 42px;
	margin: 0 auto;
	background: transparent url(../images/bg-rodape.gif) no-repeat 0 0;
}

#rodape-cont p {
	font-size: 11px;
	position: relative;
	top: 15px;
	left: 70px;
	float: left;
}

#rodape-cont img {
	font-size: 11px;
	position: relative;
	right: 24px;
	float: right;
}

/* Semelhantes */
#institucional h1, #unidades h1, #servicos h1, #exames-int h1, #duvidas h1, #noticias-int h3, #depoimentos-int h3, #contato-int h1, #videopodcast h3, #result-busca h3 {
	font-size: 16px;
	display: block;
	color: #153817;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #153817;
}

#institucional, #unidades, #servicos, #exames-int, #duvidas, #noticias-int, #comentarios-cont, #album, #contato-int, #videopodcast, #result-busca {
	width: 100%;
	float: left;
}

#institucional p, #servicos p, #exames-int p, #duvidas p, #blog-int p, #noticias-int p, #contato-int p, #videopodcast p, #result-busca p {
	margin-bottom: 18px;
	line-height: 18px;
}

#unidades span, #servicos span, #exames-int span, #duvidas span {
	font-size: 12px;
	display: block;
	color: #BD1723;
	font-weight: bold;
}

/* Institucional */
#institucional b {
	font-size: 12px;
	display: block;
}

#institucional span {
	font-size: 12px;
	display: block;
	color: #BD1723;
	font-weight: bold;
}

#institucional .certificado {
	width: 275px;
	height: 140px;
	float: left;
	margin-bottom: 40px;
}

#institucional .certificado img {
	margin: 0 auto;
	display: block;
}

#institucional .certificado p {
	font-size: 11px;
	text-align: center;
}

/* Unidades */
ul#lista-unidades { width: 100%; }

ul#lista-unidades li {
	width: 255px;
	padding-right: 20px;
	height: 140px;
	margin-bottom: 15px;
	float: left;
}

/* Servicos */
dl.tabela1 {
	width: 124px;
	float: left;
	text-align: center;
	margin: 5px 0 25px 0;
}

.tabela-p { width: 52px !important; }

dl.tabela1 dt {
	display: block;
	height: 35px;
}

dl.tabela1 dd {
	display: block;
	padding: 4px 0;
}

dl.tabela1 b {
	color: #153817;
	display: block;
}

dl.tabela2 {
	width: 125px;
	padding-right: 12px;
	float: left;
	margin: 5px 0 25px 0;
}

dl.tabela2 dt { display: block; }

dl.tabela2 dd {
	display: block;
	padding: 4px 0;
}

dl.tabela2 b {
	color: #153817;
	display: block;
}

/* Exames */
#exames-int a {
	color: #000;
	display: block;
	margin-top: 10px;
}

#exames-int a:hover { text-decoration: underline; }

#exames-int img {
	float: left;
	margin-right: 20px;
}

/* Duvidas */
#duvidas a {
	color: #2F2F2F;
	display: block;
	margin-top: 10px;
}

#duvidas a:hover { text-decoration: underline; }

#duvidas img {
	float: left;
	margin-right: 10px;
}

#duvidas b {
	display: block;
	margin-top: 10px;
}

.tabela-pezinho {
	width: 248px;
	margin: 0 auto;
}

/* Calendario vacinas */
dl.calendario-vacinas {
	width: 400px;
	font-size: 14px;
	margin-bottom: 30px;
}

dl.calendario-vacinas dt {
	width: 100%;
	float: left;
	border-bottom: 1px solid #F87811;
	color: #F87811;
	font-weight: bold;
}

dl.calendario-vacinas dd {
	width: 100%;
	float: left;
	border-bottom: 1px solid #9F9F9F;
}

.tit1 {
	width: 30%;
	float: left;
}

.tit2 {
	width: 70%;
	float: left;
}

.txt1 {
	width: 30%;
	float: left;
	padding: 4px 0;
	font-weight: bold;
}

.txt2 {
	width: 70%;
	float: left;
	padding: 2px 0;
	line-height: 18px;
}

/* Noticias */
#noticias-int a:hover { text-decoration: underline; }

#noticias-int h3 {
	font-size: 16px;
	display: block;
	color: #153817;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #153817;
}

#noticias-int h1 {
	color: #bd1723;
	font-size: 16px;
}

.img-noticia img {
	float: left;
	width: 250px;
	/*height: 200px;*/
	margin: 0 10px 10px 0 !important;
}

ul#lista-noticias {
	width: 100%;
	padding:0 !important;
	margin:0 !important;
}

ul#lista-noticias li {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

ul#lista-noticias span { font-size: 10px; }

ul#lista-noticias b a {
	display: block;
	text-align: right;
	color: #2F2F2F;
}

ul#lista-noticias h1 {
	display: block;
	margin-bottom: 4px;
}

ul#lista-noticias h1 a {
	color: #bd1723;
	font-size: 16px;
}

ul#lista-noticias h2 {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

/* Paginacao */
.paginacao-int ul { text-align: left !important; }

.paginacao {
	float:left;
	font-weight:bold;
	width:100%;
	height: 20px;
	margin-top: 15px;
}

.paginacao ul {
	text-align:center;
	float: left;
	width: 100%;
}

.paginacao ul li {
	display:inline;
	margin-left:5px;
	text-align:center;
	width:10px;
	position: relative;
}

.paginacao ul li a {
	background:#F8FDF9 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#000000;
	padding:2px 6px;
	text-decoration:none;
}

.paginacao a:hover, #paginacao ul li span {
	background: #153817 none repeat scroll 0 0;
	border: 1px solid #153817;
	color: #FFFFFF;
	padding: 2px 6px;
	text-decoration: none !important;
}

.paginacao b {
	background:#153817 none repeat scroll 0 0;
	border:1px solid #153817;
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

/* Blog */
#blog-int a:hover { text-decoration: underline; }

#blog-int h3 {
	font-size: 16px;
	display: block;
	color: #153817;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #153817;
}

#post {
	width: 100%;
	margin-bottom: 20px;
}

#post img { margin: 0 0 10px 0; }

#post span { font-size: 10px; }

#post h1 {
	color: #bd1723;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
}

#post h1 a {
	color: #bd1723;
	font-size: 16px;
}

.rodape-post {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.rodape-post span {
	margin-right: 22px;
	font-size: 11px !important;
}

.rodape-post span a { color: #BD1723; }

.topo-post {
	width: 100%;
	height: 15px;
}

.topo-post span {
	margin-right: 22px;
	font-size: 12px !important;
	float: right;
}

.topo-post span a { color: #BD1723; }

/* Comentários */
#comentarios-cont span {
	font-size: 16px;
	font-weight: bold;
	color: #BD1723;
	display: block;
	margin-bottom: 15px;
}

.comentario span {
	font-size: 10px !important;
	color: #2F2F2F !important;
	margin: 0 !important;
	background-color:#F8FDF9;
	padding: 3px 10px;
}

.comentario span b { font-size: 12px; }

#comentarios-cont strong {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	color: #BD1723;
	padding: 10px 0;
	text-align: center;
	background-color: #f5f5f5;
}

form#comentario-form {
	float: left;
	width: 100%;
}

form#comentario-form fieldset { border: none; }

form#comentario-form label {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	color: #2F2F2F;
}

form#comentario-form input {
	width: 240px;
	height: 20px;
	padding-top: 2px;
}

form#comentario-form input, form#comentario-form select, form#comentario-form textarea {
	border: 1px solid #ccc;
	font-size: 14px;
}

form#comentario-form select { width: 240px; }

form#comentario-form select { height: 22px; }

form#comentario-form textarea {
	width: 548px;
	height: 170px;
}

form#comentario-form input#enviar-mensagem, form#comentario-form input#limpar-dados {
	border: 1px solid #153817;
	background-color: #153817;
	color: #fff;
	height:25px;
	width:140px;
	padding: 0 !important;
	margin-top: 15px;
	margin-right: 15px;
	cursor: pointer;
}

/* Album */
#album {
	float: left;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Depoimentps interna */
ul#lista-depoimentos {
	width: 100%;
	padding:0 !important;
	margin:0 !important;
}

ul#lista-depoimentos li {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
	list-style:none;
}

ul#lista-depoimentos h2 {
	font-size: 12px;
	color: #000;
}

ul#lista-depoimentos p { margin: 5px 0; }

ul#lista-depoimentos span {
	font-size: 11px;
	color: #bd1723;
	float: right;
}

ul#lista-depoimentos span b { color: #2F2F2F; }

/* Videocast e podcast */
#ultimos-posts h5 {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}

#ultimos-posts .podcast-post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#videopodcast { position: relative; }

#videopodcast a:hover { text-decoration: underline; }

.videocast-post {
	width: 100%;
	float: left;
}

.videocast-post object { float: left; }

.videocast-post embed { float: left; }

.videocast-post h1 a {
	font-size: 14px;
	color: #bd1723;
}

.videodesc {
	width: 245px !important;
	height: 215px;
	float: right !important;
	position: relative;
}

.videodesc span { font-size: 11px; }

.videodesc b {
	position: absolute;
	bottom: 0;
	right: 0;
}

.videodesc b a { color: #bd1723; }

#tab1 .videocast-post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* Podcast */
.podcast-post {
	width: 100%;
	float: left;
}

.podcast-rdp {
	width: 100%;
	float: left;
}

.podcast-post span { font-size: 11px; }

.podcast-post h1 a {
	font-size: 14px;
	color: #bd1723;
}

.podcast-post object { float: left; }

.podcast-post b {
	padding-top: 3px;
	float: left;
	margin-left: 15px;
	display: inline;
}

.podcast-post b a {
	font-size: 11px;
	color: #bd1723;
}

#tab2 .podcast-post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* Abas */

#abas {
	background:#0A0A0A none repeat scroll 0 0;
	border:1px solid #1A1A1A;
}

.abas {
	float: left;
	color:#111;
	width:550px;
	margin-top: 50px;
}

.abas ul.menu-abas {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background: transparent url(../images/bgabas.gif) repeat-x scroll left bottom;
}

.abas ul.menu-abas li {
	width:86px;
	height:28px;
	background-color:#F7F7F7;
	border:1px solid #DDDDDD;
	float:left;
	margin-right:10px;
	position:relative;
	list-style:none;
}

.abas ul.menu-abas a {
	width: 100%;
	text-align: center;
	background:#F7F7F7 none repeat scroll 0 0;
	color:#2F2F2F;
	display:block;
	margin:1px 1px 1px 0;
	padding:6px 0;
	text-decoration:none !important;
}

.abas ul.menu-abas a.selected {
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	color:#000000;
	margin-bottom:0;
	position:absolute;
}

.abas ul.menu-abas a:hover {
	background:#fff none repeat scroll 0 0;
	color:#111;
}

.abas div {
	background:#fff none repeat scroll 0 0;
	width: 550px;
	float: left;
}

/* Enviar por email */
form#enviar-por-email { width: 320px; }

form#enviar-por-email fieldset {
	border: none;
	width: 100%;
}

form#enviar-por-email label {
	color: #2F2F2F;
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

form#enviar-por-email input {
	height: 20px;
	padding-top: 2px;
	width: 330px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
}

form#enviar-por-email textarea {
	height: 100px;
	width: 330px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	padding-top: 2px;
}

form#enviar-por-email input#enviar-mensagem {
	background-color: #153817;
	border: 1px solid #153817;
	color: #FFFFFF;
	cursor: pointer;
	height: 25px;
	margin-right: 15px;
	margin-top: 15px;
	padding: 0 !important;
	width: 60px;
}

/* RELACIONADAS */
#relacionadas {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

#relacionadas h3 {
	margin-bottom: 15px;
	color: #BD1726;
}

#relacionadas h1 {
	font-size: 14px;
	margin-bottom: 15px;
}

#relacionadas h1 a { color: #2F2F2F; }

/* Menu Toggle */
ul#menutoggle {
	padding:0 10px;
	width:174px;
}

ul#menutoggle li {
	width: 100%;
	float: left;
	border-bottom:1px dotted #153817;
}

ul#menutoggle li a {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #153817;
	background-color: #F8FDF9;
	padding: 5px 0;
}

ul#menutoggle li p {
	display: block;
	position: relative;
	font-weight: bold;
	color: #153817;
	padding: 5px 0;
}

ul#menutoggle li a:hover {
	background: #C8E9CF none repeat scroll 0 0;
	cursor: pointer;
}

ul#menutoggle li p:hover {
	background: #C8E9CF none repeat scroll 0 0;
	cursor: pointer;
}

.msg_body a {
	font-size: 11px;
	font-weight: normal !important;
}

ul#menutoggle p:hover, .ul#menutoggle p.thover, .thover p:focus, .thover p:hover, .thover p:active {
	background:#C8E9CF none repeat scroll 0 0;
	color:#153817;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

.ul#menutoggle p.thover .mdrop, .mdrop a:focus, .mdrop a:hover, .mdrop a:active {
	background:#C8E9CF url(../images/arrow.gif) no-repeat scroll 165px 7px !important;
	color:#153817;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

/* Resultado busca */
ul#lista-result-busca { width: 100%; }

ul#lista-result-busca li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

ul#lista-result-busca span { font-size: 10px; }

ul#lista-result-busca h1 { display: block; }

ul#lista-result-busca h1 a {
	color: #bd1723;
	font-size: 16px;
}

ul#lista-result-busca h1 a:hover { text-decoration: underline; }

ul#lista-result-busca li.tit-busca {
	width: 100%;
	float: left;
	margin-bottom: 0 !important;
	border: none;
	padding-bottom: 5px;
}

ul#lista-result-busca li.tit-busca h5 {
	color: #000;
	display: block;
	font-size: 14px;
}
