/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);


a {
	text-decoration: none;
}

a img 
{ 
border: none; 
}

.adm_fonte{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.adm_titulo{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

.adm_borda{
	clear: left;
	position: relative;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
}






.fonte_menu{
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #000;
	}

.wallpaper {
	background-image: url(imagens/background.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #FFF;
}

.barra_titulo{
	clear: left;
	position: relative;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	padding: 10px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	color: #000;
}

.quadro_bg{
	background-image: url(imagens/bg_titulo.png);
	border: 1px solid #999;
	background-repeat: repeat-x;
	background-position: top;
}

.titulo{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

.texto{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

.font_12_dourada{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #998F15;
}

.texto_arial_12{
	font-family: Arial;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
}

.texto_red{
	color: #900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


.texto_branco{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.titulo_branco_28{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	color: #DBDBDB;
}

.titulo_branco_22{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #DBDBDB;
}

.titulo_preto_gr{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}

.texto_11{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

.formulario{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #333;
}
.formulario_botao{
	width: 100%;
}

.form_botao_azul{
	background-color: #006;
	border-radius: 0.2em;
	border: 1px solid #009;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	height: 30px;
}

.form_botao_amarelo{
	background-color: #C60;
	border-radius: 0.2em;
	border: 1px none #009;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	height: 30px;
}

.form_botao_verde{
	background-color: #066;
	border-radius: 0.2em;
	border: 1px none #009;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	height: 30px;
}

.form_botao_vermelho{
	background-color: #900;
	border-radius: 0.2em;
	border: 1px none #009;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	height: 30px;
}

.formulario_bot{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 5px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.formulario_bot_red{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #900;
	padding: 5px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.formulario_bot_verde{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #063;
	padding: 5px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.quadro_preto{
	border: 1px solid #000;
}

.quadro_cinza{
	clear: left;
	position: relative;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	padding: 10px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
}

.quadro_red{
	border: 1px solid #900;
}

.traco_pontilhado{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.traco_cinza{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.aviso_update{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #f7f5ec;
	border: 1px solid #e0c844;
}

.traco_top{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.traco_rig{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.traco_lef{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

.traco_don{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.traco_don_black{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.traco_top_black{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.traco_rig_black{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.traco_lef_black{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}

.div_combo {
	height: auto;
	overflow: none;
}

.traco_top_azul{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006;
}
.traco_rig_azul{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006;
}
.traco_lef_azul{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006;
}

.traco_don_azul{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006;
}

.cor_azul{
	color: #006;
}

.quadro_fotos{
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 163px;
	clear: left;
	position: relative;
	display: inline-block;
	}

.fonteExtrato{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.fonteExtratoRed{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #C00;
}

.FormAgenda{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	width: 99%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	resize: none;
}