/*
--------------------------------------------------------------------------------
Formularios
--------------------------------------------------------------------------------
*/
.campos_formulario
{
font-family: Tahoma, Verdana, Arial;
font-size: 12px;
color: #000000;
background-color: white;
border: 1px solid #83af29;
}

/*
--------------------------------------------------------------------------------
NOTÍCIAS
--------------------------------------------------------------------------------
*/
.titulo_pagina
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 15px;
color: #E55300;
}
.titulo_destaque
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 15px;
color: #336200;
}
.titulo_noticia
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 15px;
color: #A6A241;
}
.titulo_guia
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 15px;
color: #E55600;
}
.titulo_area
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 15px;
color: #F78F00;
}
.texto_pagina
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 12px;
color: #333333;
}

.texto_faq
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 12px;
color: #538707;
font-weight: bold;
}
.texto_nun
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 16px;
color: #538707;
font-weight: bold;
}

/*
--------------------------------------------------------------------------------
NOTÍCIAS
--------------------------------------------------------------------------------
*/
.noticia_data
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 11px;
color: #808080;
}

.noticia_manchete
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 12px;
color: #83AF29;
/*background-color: aliceblue;*/
}

.noticia_texto
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 12px;
color: #333333;
}

.links_noticia
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 12px;
color: #333333;
text-decoration: none;
}

.links_noticia:hover
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 12px;
color: #333333;
text-decoration: none;
font-weight: bold;
}


/*
--------------------------------------------------------------------------------
LINKS COMUNS
--------------------------------------------------------------------------------
*/
.links_conteudo
{
text-decoration: none;
}

.links_conteudo:hover
{
text-decoration: underline;
}

/*
--------------------------------------------------------------------------------
LINKS BERÇARIO
--------------------------------------------------------------------------------
*/
.links_bercario
{
color: #175515;
text-decoration: none;
}

.links_bercario:hover
{
color: #175515;
text-decoration: none;
font-weight: bold;
}

/*
--------------------------------------------------------------------------------
PAGINAÇÃO
--------------------------------------------------------------------------------
*/

.tabela_paginacao
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
width: 80%;
color: #175515;
border-top: 1px solid #99CC00;
}

.links_paginacao
{
color: #175515;
text-decoration: none;
font-weight: bold;
}

/*
--------------------------------------------------------------------------------
LINKS MENU
--------------------------------------------------------------------------------
*/
.links_menu
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 12px;
color: #175515;
text-decoration: none;
}

.links_menu:hover
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 12px;
color: #175515;
text-decoration: none;
font-weight: bold;
}

.links_menu_seta
{
font-family: Tahoma;
font-size: 10px;
color: #6b6b6b;
}
/*
################################################################################
INICIO - CSS - Galeria de fotos
################################################################################
*/
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

ul#listaFotosInicial, ul#listaFotosInicial li {
	padding:0;
	margin:0;
	list-style:none;

}
ul#listaFotosInicial li {
	width:92px;
	height:69px;
	overflow:hidden;
	float:left;
	border:3px solid Orange;
	margin:0 8px 8px 0;
}
.containerFotos{clear:both; margin:0 0 20px 0;}
/*
################################################################################
FIM - CSS - Galeria de fotos
################################################################################
*/


/*
--------------------------------------------------------------------------------
PLANOS DE SAÚDE
--------------------------------------------------------------------------------
*/
.coluna_titulo
{
background-color: #e2eee2;
}

.coluna_descricao
{
background-color: #fdf0cd;
}

#plano_listar {
margin:12px 0pt 7px 0px;
width:533px;
height: 75px;
}

.plano_registros
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 13px;
color: #333333;
}

.planos_listar
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-weight: bold;
font-size: 12px;
color: #337837;
}


.planos_texto
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 12px;
color: #E55300;
}

.planos_descricao
{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 11px;
color: #333333;
}

.detalhes_plano {
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 15px;
font-weight:bold;
color: #000000;
padding-left:25px;
}

.link_plano
{
color: #405c00;
font-weight: bold;
text-decoration: none;
}

.link_plano:hover
{
font-size: 14px;
text-decoration: underline;
}

/*
--------------------------------------------------------------------------------
PORTAL TISS
--------------------------------------------------------------------------------
*/
.links_portal
{
color: #538707;
text-decoration: none;
}

.links_portal:hover
{
color: #538707;
text-decoration: none;
font-weight: bold;
}