/*
Estilo do site da Célere.
Autor: Bruno Augusto <bruno.augusto@bhtec.com.br>
*/

/* Propriedades gerais */
*{
	margin:0;
	padding:0;
	border:0;
}

a{
	text-decoration:none;
	color:#730027;

}

a:hover{
	text-decoration:underline;
	color:#730027;

}

body{
	background:#FFF;
	font-size:12px;
	font-family:Tahoma;
}

#pagina{
	margin:20px auto 0 auto;
	width:961px;
	text-align:left;
}

#Form1{
	margin:20px auto 0 auto;
	width:100%;
	text-align:center;
}

.tam11{
	font-size:12px;
	/*margin:10px;*/
}

.tam11 li, li.tam11{
	list-style:inside;
}

.bt-capa{
	margin-top:-10px!important;
}

.larg70{
	width:70%;
}

.alinhaEsq{
	float:left;
}

.alinhaDir{
	float:right;
}

.clear{
	clear:both;
}

table td{
	padding:0 0px;
}

/* Menu */
.menu{
	background:#730027;
	border-bottom:1px solid #FFF;
	width:100%;
	height:32px;
}

.menuNivel1{
	padding-top:6px;
}

.li_menuNivel1{
	list-style:none;
	float:left;
}

.a_menuNivel1noChild, .a_menuNivel2{
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}

.a_menuNivel{
	color:#FFF;
	text-decoration:none;
	cursor:default;
}

/* Submenu */

.subMenuWrapper{
	display:none;
	position:absolute;
}

.menuNivel2{
	background:#730027;
	padding-bottom:3px;
}

.menuNivel2 li{
	list-style:none;
	text-align:left;
	padding:10px 10px 0 10px;
	background:#730027;
}

.menuNivel3{
	margin-left:15px;
}

/* Menu Dropdown JS off! */

.li_menuNivel1:hover .subMenuWrapper,
.over .subMenuWrapper{
	display:block;
}

.li_menuNivel1:hover,.over, .a_menuNivel2:hover{
	border-bottom:1px solid #FFF;
}

/* Navegação */
.estaPagina{
	font-weight:bold;
}

/* Conteúdo */

.bloco{
	float:left;
	width:33.33%;
}

.bloco p, .bloco h3, .bloco h5, .bloco a{
	padding:0 12px;
	margin:8px 0;
}

.bloco h3{
	margin:20px 0;
}

.bloco_cinza{
	background:#f0f0f0;
}

.bloco_cinzaEsq{
	background:url(../imgs/bloco_cinzaEsq.gif) no-repeat bottom left;
	float:left;
	height:13px;
	width:6px;
}

.bloco_cinzaDir{
	background:url(../imgs/bloco_cinzaDir.gif) no-repeat bottom right;
	float:right;
	height:13px;
	width:6px;
}

.bloco p{
	font-family:Tahoma;
}

.linkFinal{
	margin:15px 3px;
}

/* Rodapé */

#rodape{
	margin-top:40px;
	background:#019587;
	height:36px;
}

#rodape table{
	margin-top:5px;
	width:922px;
}

#rodape .rodapeEsq{
	background:url(../imgs/rodapeEsq.gif) no-repeat top left;
	float:left;
	height:36px;
	width:16px;
}

#rodape .rodapeCentro{
	margin-top:8px;
}

#rodape .rodapeCentro a{
	margin:0 5px;
}

#rodape .rodapeCentro a:hover{
	border-bottom:1px solid #FFFFFF;
}

#rodape .rodapeDir{
	background:url(../imgs/rodapeDir.gif) no-repeat top right;
	float:right;
	height:36px;
	width:16px;
}

.assinatura{
	margin:5px 20px;
}

/********* Internas *********/

/* Propriedades gerais de internas */
.margem20{
	margin:0 15px;
}

.margemDireita{
	padding-right:20px;
}


/* Conteudo Interna */
.conteudoInterna{
	margin:0 20px;
}

/* Navegação */
#navegacao{
	margin:20px 0;
}

#navegacao a{
	color:#000;
	font-size:12px;
	text-decoration:none;
}

#navegacao a:hover{
	text-decoration:underline;
}

/* Títulos Nível 1 */
.titNivel1{
	color:#019587;
	font-size:20px;
	font-weight:bold;
}

/* Títulos Nível 2 */
.titNivel2, h6{
	color:#730027;
	font-size:15px;
	margin:5px 0 15px 15px;
	font-weight:bold;
}

/* Textos diversos das internas */
.textos{
	font-size:12px;
}

.textos p{
	margin:10px 0;
}

/* Listas desordenadas no conteúdo */
.lista li{
	list-style:inside;
	padding-left:5px;
}

/* Formulários */

.espacoBase5{
padding-bottom:5px;
}

.text, .CUR_INPUT_TEXT, .CUR_SELECT{
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	font-size:12px;
	color:#06295C;
}

.textBox{
	padding:2px 0px 2px 0px;
	font-family:Tahoma;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	font-size:12px;
	color:#06295C;
}
textarea{
	font-family:Tahoma;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	font-size:12px;
	color:#06295C;
}
.lbl, .CUR_CELULA_CAMPO{
	font-family:Tahoma;
	color:#333;
	font-size:12px;
	margin:10px 0 2px 0;
	display:block;
}

.botao{
	background:url(../imgs/bg_btn.gif) no-repeat;
	width:60px;
	height:22px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}

.obrig{
	font-weight:bold;
	color:#06295C;
	margin:0 1px;
}

.botoes{
	margin:10px 0;
}

.titPopupWrapper{
	background:#019587;
	height:34px;
}

.titPopupEsq,
.titPopupDir{
	width:18px;
	height:34px;
}

.titPopupEsq{
	background:url(../imgs/titPopupEsq.gif) no-repeat;
	float:left;
}

.titPopupDir{
	background:url(../imgs/titPopupDir.gif) no-repeat;
	float:right;
}

.titPopup{
	display:block;
	color:#FFF;
	padding:5px;
	float:left;
}

.rodapePopupWrapper{
	background:#019587;
	height:15px;
}

.rodapePopupEsq,
.rodapePopupDir{
	width:17px;
	height:15px;
}

.rodapePopupEsq{
	background:url(../imgs/rodapePopupEsq.gif) no-repeat;
	float:left;
}

.rodapePopupDir{
	background:url(../imgs/rodapePopupDir.gif) no-repeat;
	float:right;
}

.rodapePopup{
	display:block;
	color:#FFF;
	float:left;
}

.ult_noticias,
#ult_noticias,
.ultNoticias{
	margin:5px;
	width:200px;
}

.titUltNoticias,
#ult_noticias h6,
.ult_noticias h6,
.ultNoticias h6{
	font-size:14px;
	margin-top:5px;
	color:#FFFFFF;
}

.ulUltNoticias{
	border:1px solid #019587;
}

.ulUltNoticias li,
.ultNoticias li{
	margin:5px 0;
	color:#730027;
	list-style:none;
	padding-left:10px;
}

.ulUltNoticias li span{
	color:#000000;
	font-style:italic;
	font-size:12px;
}

.ulUltNoticias li a{
	color:#730027;
	font-size:12px;
	display:block;
}
