@charset "utf-8";

/* HTMLS Padrão */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#C1C9A4;
}
td {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 11px;
	color: #FEFEFE;
}
img {
	border: 0;
	
/* Links */
}
a:link {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 11px;
	color: #c3cda1;
	text-decoration: none;
}
a:active {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

/* Meus Padrões */

.fundoprincipal {
	background:url(../imagens/fundo_geral.jpg);
	width: 1008px;
	height: 900px;
}
.fundovideo {
	background:url(../imagens/fundo_video.png);
	background-repeat:no-repeat;
	background-position: top;
	width: 349px;
	height: 309px;
}
.fundosobre {
	background:url(../imagens/fundo_sobre.png);
	background-repeat:no-repeat;
	background-position: top;
	width: 349px;
	height:106px;
}
.fundoconteudo {
	background:url(../imagens/fundo_conteudo.png);
	background-repeat:no-repeat;
	background-position: top;
	width: 505px;
	height:427px;
}
.obrigatorio {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 11px;
	color: #f15921;
}
.data {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 11px;
	color: #333;
}
.destaque {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 14px;
	font-weight:bold;
	color: #c3cda1;
}
.minidestaque {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #c3cda1;
}
.titulo {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 16px;
	color: #c3cda1;
}
.form {
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	font-family: Tahoma, Arial, "Trebuchet MS";
	width: 250px;
	border: 1px solid #c3cda1;
	background-color: #FEFEFE;
}
.botao {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 10px;
	color: #FEFEFE;
	background-color: #333;
	border: 1px solid #c3cda1;
	font-weight: bold;
	height: 22px;
}

/* Fundos */

.fundo_dark {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 11px;
	color: #CCC;
	background: url(../imagens/fundo_black.jpg);
	background-repeat:repeat-x;
	height: 81px;
}
.topo {
	background:url(../imagens/fundo_topo.jpg);
	width:1008px;
	height:76px;
}
.rodape {
	background:url(../imagens/rodape.png);
	width:989px;
	height:35px;
}

/* Paginação */

#paginacao {  /*div que conterá a paginação*/

    margin: 10px 0px 10px 0px; /* define as margens em relação aos demais objetos da página*/

}

#paginacao p { /*formatação CSS para a tag <p>*/

    font-size: 14px; /*tamanho da fonte*/
	font-family: Trebuchet MS; /*tipo da fonte*/
	text-align:left; /*alinhamento do texto*/
	margin-top: 10px;/*margem superior*/
	margin-bottom: 10px;/*margem inferior*/
	color:#006699;/*cor da fonte*/
	border:none;/*define sem borda*/
	
}

#paginacao a { /*formatação CSS para a tag <a>*/

    border: 1px solid #006699;/*define a borda*/
	padding: 5px 10px; /*distância da margem*/
	text-decoration: none;/*retira o underline do link*/
	color:#006699;/*cor do texto*/

}

#paginacao a:hover { /*formatação CSS para a tag <a> quando o mouse estiver sobre ela*/

    background-color: #006699;/*cor de fundo*/
	color:#FFFFFF;/*cor do texto*/
	padding: 5px 10px;/*distancia da margem*/
	text-decoration: none;/*retira o underline do link*/

}
