/* CSS Document */

/* NOTICIAS HOME */

#noticias-home{
	width:465px;
	background:#e8f4c9 url(../../../images/site/noticias/rodape_box_verde_noticias.png) bottom center no-repeat;
	display:table;
	padding-bottom:10px;
	font-size:11px;
	float:left;
}

#noticias-home ul{
	width:423px;
	margin:0 auto;
	list-style-type:none;
	background:#FFFFFF;
	display:table;
}

#noticias-home li{
	width:393px;
	float:left;
	border-bottom:solid 1px #e8f4c9;
	margin-left:15px;
	margin-bottom:10px;
	
}

/* PLANOS NA HOME */

.planos{
	width:197px;
	background:#d9eda6 url(../../../images/site/planos/rodape_planos_home.png) bottom center no-repeat;
	padding:10px;
	float:left;
	margin:0 0 0 30px;
	font-size:11px
}


/* USADO EM PLANOS E NOTICIAS NA HOME*/
#noticias-home li a, .planos a{
	color:#239d3a; 
	font-weight:bold
}

#noticias-home li a:hover, .planos a:hover{
	text-decoration:underline
}

.lista-noticias{

}

.lista-noticias li{
	list-style-type:none;
	margin-bottom:25px;
	border-bottom:solid 1px #bcda6a;
	padding:0 50px 10px 50px;
}

/* FORMATAÇÃO NO EDITOR*/

#editor{
	display:inline
}

#editor img{
	margin:0 10px 3px 0
}

#editor b, #editor strong{
	font-weight:bold
}

#editor i{
	font-style:italic
}

#editor u{
	text-decoration:underline
}

/* FAQ */
.faq{
}

.faq li, .faq li div{
	border-bottom:solid 1px #FFFFFF;
	list-style-type:none;
	padding:5px;
	color:#239d3a;
}

.faq li p{
	margin-top:0;
	margin-bottom:0;
}

.faq li div{
	background:#FFFFFF
}

.estilo-form label{
	display:block;
	float:left;
	width:200px;
	text-align:right;
	padding-right:10px;
}

.estilo-form input[type=radio], .estilo-form input[type=checkbox]{
	border:none;
	background:none
}

.estilo-form input, .estilo-form textarea, .estilo-form select{
	background:#ecfbcc;
	border:solid 1px #239d3a;
	margin-bottom:5px
}

.estilo-form .btn_enviar{
	background:#FFFFFF url(../../../images/site/btn_enviar.png);
	width:86px;
	height:37px;
	border:none
}