/* Geral */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0A2550;
}
img { border: 0; }
a {	text-decoration: none; color: #CCCCCC; }
a:hover { text-decoration: none; }

/* TEXTOS */
@font-face {
    font-family: "Myriad Web Pro";
    src: url(../fonts/myriadwebpro.ttf);
    src: local("Myriad Web Pro"), url(../fonts/myriadwebpro.ttf) format("truetype");
}

.txt_espacamento { line-height: 18px; }
.txt_peq         { font-size: 10px; }

.titulo {
	font-size: 16px;
	text-shadow: 1px 1px 1px transparent;
	letter-spacing: -1px;
	font-weight: bold;
}

h1, h2, h3 {
	letter-spacing: -1px;
	text-shadow: 2px 2px 2px transparent;
	margin: 0;
	font-weight: normal;
}
h1 { font-size: 28px; font-family: "Myriad Web Pro", Arial, Helvetica; }
h2 { font-size: 20px; }
h3 { font-size: 14px; }

.txt_branco { color: #FFFFFF; }
.txt_cinza  { color: #8F866D; }
.txt_preto  { color: #554F42; }
.txt_verde  { color: #49991C; }
.texto_azul { color: #24B0E8; }
.azul       { color: #136BB3; }
.dourado    { color: #E0B401; }


/* FOMULARIO */
form { margin: 0; }
input, select, textarea {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.enviar_recadinho {
	color: #FFFFFF;
	border: 1px none #626B6D;
	background-color: #0F5287;
	font-size: 12px;
	height: 80px;
	font-weight: bold;
	padding: 7px;
}
.enviar {
	color: #FFF;
	border: 1px none #626B6D;
	background-color: #49991C;
	width: 148px;
	font-size: 12px;
	height: 28px;
	background-image: url(../imagens/bt_enviar.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
.linha_h_verde {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00A735;
	border-right-color: #00A735;
	border-bottom-color: #00A735;
	border-left-color: #00A735;
}
.borda_box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D596;
	border-right-color: #D6D596;
	border-bottom-color: #D6D596;
	border-left-color: #D6D596;
}
.borda_box_completo {
	border: 1px solid #D6D596;
}
.borda_lat {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D4D0C8;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #D4D0C8;
}
.brd_foto {
	border: 1px solid #807D31;
	padding: 2px;
	background-color: #CCCCCC;
}
.borda_lat_esq {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D4D0C8;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #D4D0C8;
}
.borda_lat_dir {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D4D0C8;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #D4D0C8;
}
.conteudo_meio {
	background: url(../imagens/fundo_meio.jpg);
	background-repeat: repeat-y;
	background-position:center;
}

.conteudo_base {
	background-repeat: no-repeat;
	background-position:center bottom;
	background-image: url(../imagens/fundo_base.jpg);
}

.home_borda_esq {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FEE471;
	border-right-color: #FEE471;
	border-bottom-color: #FEE471;
	border-left-color: #FEE471;
}
.brd_topo_base {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.brd_base_cinza {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.bg_titulos {
	background-repeat: no-repeat;
	background-position:center;
	background-image: url(../imagens/bg_tit.jpg);
}
