/* 
======================================================================================================================
======================================================= HOME =========================================================
======================================================================================================================
*/	

.slider_fundo{
	background:url(../../../../site/arquivos/img/slider.png) no-repeat center;
	width:736px;
	height:262px;
}

.banner1{
	float:left;
	margin:0 15px 0 0;
}
.banner1:hover{
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}

.banner2{
	float:left;
	margin:0 15px 0 0;
}

.banner2:hover{
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}

.banner3{
	height:126px;
	float:left;
	margin:0 0 0 0;
}

.banner3:hover{
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}

.texto_banner_cidade{
	text-align:justify;
	padding: 0 10px;
	line-height: 15px;
}

.titulo_banner_cidade{
	font-size:17px;
	padding: 0 0 0 10px;
	color:#181818;
}

.link_banner a{
	float:right;
	padding:0 10px 0 0;
	font-size:13px;
	color: #181818;
}

.miniatura_emp{
	background:url(../../../../site/arquivos/img/miniaturas.jpg) no-repeat center;
	width:106px;
	height:80px;
	float:left;
	margin: 5px;
}

.miniaturas_empresa{
	padding:3px 0 0 3px;
}

/* 
======================================================================================================================
============================================== PROFISSIONAIS =========================================================
======================================================================================================================
*/

.bloco_profissionais_lista{
	margin: 12px 0 6px 0;
}

.foto_profissionais_lista{
	padding: 3px 0 0 3px;
}

.direita_profissionais_lista{
	width: 566px;
}

.saiba_mais_profissionais_lista a{
	color:#333;
	float:right;
}

.saiba_mais_profissionais_lista a:hover{
	color:#666;
}

.profissional_fundo{
	background:url(../../../../site/arquivos/img/profissional.png) no-repeat center;
	width:120px;
	height:151px;
	margin: 0 10px 0 0;	
}

#profissionais_especialidade{
	color:#666;
	font-size:14px;
	margin: 0 0 14px 0;
}

#profissionais_titulo{
	margin:0 0 7px 0;
	font-size:17px;
}

#_profissionais{
	margin: 15px 0 0 0;
}

/* 
======================================================================================================================
============================================== MÓDULO CONTATO ========================================================
======================================================================================================================
*/

.contato{
	background:url(../../../../site/arquivos/img/bg_contato.jpg) repeat-x top #efefef;
}

input, textarea{
	outline:none;
	resize:none;
}

/* CONTROLA TODO O MÓDULO DE CONTATO */
._contato{
	width:100%;
	float:left;
	display:table;
	text-align:justify;
	color:#242424;	
	font-size:13px;
	margin: 16px 0 0 0;
}

/* CONTROLA O FORMULÁRIO À ESQUERDA */
._formulario{
	width:390px;
	float:left;
	display:table;
	margin: 0 0 0 14px;
	padding:0 0 0 0;

}

._contato .titulo{
	margin: 15px 0 20px 15px;		
}

.input_button {
	border:none;
	color: #505050;
	font-weight:bold;
	font-size:12px;
	width:84px;
	height:27px;
	text-align:center;
	background:url(../../../../site/arquivos/img/btn.jpg) no-repeat center;
	float:right;
	margin: 15px 3px 0 7px;
	
}


.input_button_voltar{
	border:none;
	color: #505050;
	text-shadow: 0px 0px 3px #999;
	font-size:12px;
	width:100%;
	height:27px;
	text-align:center;
	background:url(../../../../site/arquivos/img/btn.jpg) no-repeat center;
	margin:-10px 0 15px 0;
	
}

.input_button_voltar:hover {
	background:url(../../../../site/arquivos/img/btn_hover.jpg) no-repeat center;
	cursor:pointer;
}

.input_button:hover {
	background:url(../../../../site/arquivos/img/btn_hover.jpg) no-repeat center;
	cursor:pointer;
}

.input_text_contato {
	border:0px solid #f1f1f1;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	vertical-align:text-top;
	text-align:left;
	width: 297px;
	height: 25px;
	background-image:url(../../../../site/arquivos/img/bg_contato_pequeno.png);
	background-repeat:no-repeat;
	padding-left:3px;

	
}

.input_text_contato:focus {
	background-image:url(../../../../site/arquivos/img/bg_contato_pequeno_hover.png);
}

.input_text_msg_contato {
	border:0px solid #f1f1f1;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	vertical-align:text-top;
	text-align:left;
	width: 296px;
	height: 97px;
	background-image:url(../../../../site/arquivos/img/bg_contato_grande.png);
	background-repeat:no-repeat;

	
}

.input_text_msg_contato:focus{
	background-image:url(../../../../site/arquivos/img/bg_contato_grande_hover.png);
}

/* INFO - CONTATO */

.info_total{
	width: 296px;
	float: left;
	margin: 0 0 35px 39px;
}

.info_titulo{
	width: 100%;
	float:left;	
	font-weight:bold;
	margin:10px 0 10px 0;
	color:#333333;	
}

.info_txt{
	font-family: verdana;
	width: 232px;
	font-size: 12px;
	margin:20px 0 0 0;
	color:#191919;
	vertical-align:top;
	height:35px;
	float:left;	
	line-height:16px;
}


.contato_img{
	margin: 0 4px 0 0;
	width: 58px;
	height:62px;
	float:left;
}

.envio_falha{
	color:#F00;
	font-size: 22px;
}

.envio_sucesso{
	color:#030;
	font-size: 22px;
}

.resultado_envio{
	background:#efefef;
	padding: 91px 0 79px 0;
}

/* 
======================================================================================================================
============================================== MÓDULO NOTÍCIAS MINI ================================================
======================================================================================================================
*/

.noticias_mini{
	width:100%;
	float:left;
	min-height: 315px;
}

.noticias_mini .foto{
	width:100%;
	height:100%;
	float:left;
}



.noticias_mini .noticias{
	height: 100%;
	width: 54%;
	min-width: 250px;
	float: left;


}

.noticias_mini .noticia{
	height:68px;
	width:100%;
	float:left;
	margin: 0 0 10px 10px;
	display: table;


}

.noticias_mini .data{
	width:100%;
	text-align:left;
	float:left;
	font-weight:bold;
	color:#595959;
	margin: 0 0 0 0;
	
}

.noticias_mini .titulo{
	width:100%;
	min-height:30px;
	text-align:left;
	float:left;
	margin: 0 0 0 0;
	font-weight:normal;
}

.noticias_mini .saiba_mais{
	width:100%;
	text-align:right;
	float:left;
	font-style:italic;
	margin: 0 0 0 0;
	height:15px;
}


<!-- BOX -->

*{ padding:0px; margin:0px; }
			
.titulo_especial{
	 color:#FFF; 
	 font-size:19px;
	 padding:9px 9px 0 9px;
	 min-height:29px;
	 height: 200px;
	 width: 315px;
	 text-align:center;
	 vertical-align:middle;
	 display: table-cell;
	 border:0px solid #0F0;
}

#data3{
	font-family:'Verdana', Geneva, sans-serif;
	color: #FFFFFF;	
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	margin: 3px 0 0 10px;
}

.saiba_mais_especial a{
	font-family:'Verdana', Geneva, sans-serif;
	font-size: 14px;
	text-align: right;
	font-weight: normal;
	color:#FFFFFF;
	float:right;
}
.saiba_mais_especial a:hover{
	color:#666666;
}


.container_formulario{
	width: 51%;
	float: left;
	margin: 0 0 0 17px;
}
			
.boxgrid{ 
	width: 325px; 
	height: 260px; 
	margin:0; 
	float:left; 
	border:none; 
	overflow: hidden; 
	position: relative; 
}
			
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
			
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
				
.boxcaption{ 
	border:0px solid #F00;
	float: left; 
	position: absolute; 
	background: #1c2841;
	height: 258px; 
	width: 100%; 
	opacity: .9; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
 }
			
.caption .boxcaption {
	top: 0;
	left: 0;
}

/* CONFIGURAÇÃO DO  NOTÍCIAS_MINI */
._noticias_mini{
	float:left;
	width:734px;
	height:327px;
	margin: 2px 0 0 7px;
}
#data{
	font-family:'Verdana', Geneva, sans-serif;
	color: #374663;	
	font-size: 14px;
	text-align: right;
	font-weight: normal;
	margin-top:-25px;
}

#data2{
	font-family:'Verdana', Geneva, sans-serif;
	color: #374663;	
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	margin-right: -7px;
}

.noticias_mini #titulo{
	color:#a00b0b;	
	font-size:19px;
	font-weight:normal;
	text-shadow:none!important;
	padding-left:9px;
}
.titulo_banners{
	margin-top: 25px;
	font-size: 16px;
	color: #b31119;
	text-shadow: 0px 0px 1px #616161;
}

.noticias_mini #saiba_mais{
	color:#000;	
	font-size:12px;
}

.noticias_mini #saiba_mais a{
	color:#000;	
	font-size:12px;
}

.noticias_mini #saiba_mais a:hover{
	color:#999;	
	font-size:12px;
}

/* CONFIGURAÇÃO DA LARGURA DA LISTA DE NOTÍCIAS */
._noticias_mini #noticias_lista{
	width: 378px;
	padding: 0 10px 0 10px;
	float: left;
	
}

/* CONFIGURAÇÃO DA IMAGEM */
._noticias_mini #foto{
	width: 326px;
	height: 261px;
	float:left;
}

._noticias_mini .divisor{
	background-image:url(../../../../site/arquivos/img/divisor.png);
	height:2px;
	width:100%;
	float:left;
	margin: 10px 10px 5px 10px;
	text-align:center;
}

/* 
============================================== MÓDULO NOTÍCIAS ========================================================
*/

._noticias .divisor{
	margin:0 0 10px 0;
}

/* CONTROLE TOTAL DAS NOTÍCIAS */
._noticias{
	float:left;
	width:675px;;
	color:#000;
	min-height:480px;
}


/* CONTROLADOR DO  QUE VAI AO LADO DAS FOTOS, AS INFORMAÇÕES DO EVENTO */

.noticia{
	width:733px;
	
}

#noticias_info{
	width: 700px;
	margin:14px 0 20px 19px;
}

/* CONTROLA A CAIXA DE DESCRIÇÃO DOS EVENTOS*/
#noticias_descricao{
	min-height:20px;
	margin:10px 0 5px 0;

}

/* CONTROLA O BOTAO DE SAIBA MAIS DOS EVENTOS*/
#noticias_saiba_mais{
	text-align:right;
	color:#000;
	font-size:13px;
	width:106px;
	float:right;
}


#noticias_saiba_mais a{
	color: #b31119;
	font-size: 12px;
}

#noticias_saiba_mais a:hover{
	color: #00053A;
}


#noticias_saiba_mais:hover{
	background-image:url(../img/mais_btn_hover.jpg);
	cursor:pointer;
}

/* 
============================================== MÓDULO NOTÍCIAS INDIVIDUAL ============================================
*/

/* CONTROLE TOTAL DAS NOTÍCIAS - ESQUERDA E DIREITA */
._noticias_individual{
	width:700px;
	margin: 18px 0 0 19px;
}

._noticias_individual #foto{
	float:left;
	margin: 0 30px 0 0;
}

._noticias_individual #voltar{
	float:left;
	width:98%;
	text-align:right;
	margin: 0 20px 0 0;
}

/* CONTROLE DO  DE LISTA DE NOTÍCIAS */
#lista_noticias_individual{
	width:675px;
	min-height:399px;
	padding: 0 0 0 25px;
	float:left;	
}

/* CONTROLE DAS DATAS DA LISTA */
#noticia_lista #data{
	width:100%;
	margin:0 0 0 10px;	
}


/* CONTROLE TOTAL DA NOTÍCIA DA DIREITA */
#noticia_grande{
	width:700px;
	margin:12px 0 0 18px !important;

}

/* CONTROLE TÍTULO DA NOTÍCIA DA DIREITA */
#noticia_grande #titulo{
	font-weight:bold;
	margin: 0 0 0 35px;
}

/* CONTROLE TEXTO DA NOTÍCIA DA DIREITA */
#noticia_grande #texto{
	width:700px;	
}

#voltar a{
	float:right;
	color:#333;	
	margin: 9px 0 0 0;
}

#voltar a:hover{
	color:#666
}

#noticia_grande #data{
	
	font-size:14px;
}
