﻿/* border: #00FF00 solid 1px; */

* {margin: 0; padding: 0; border: 0;}

h1{
	font-size:15px;
	color:#000;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px #ccc dashed;
	}
	
h2{
	font-size:13px;
	color:#ff0000;
	margin-bottom:2px;
	}
	
h3{
	font-size:15px;
	color:#004274;
	}
	
p{
	margin-bottom:10px;
	}
	
a {
	text-decoration: underline;
	color: #004274;
	}

a:hover {
	text-decoration: none;
	color: #000;
	}

body {
	font-family: Tahoma, sans-serif; 
	text-align: left; 
	font-size: 12px;	
	background: #004274;
	}

/*******************/
/*  ESTRUTURA*/
/******************/	
#geral{
	position: relative;
	color:#000;
	margin: 0 auto;
	width: 990px;
	text-align: justify;
	border:#fff solid 5px;
	background: #fff;
	}

#topo{
	width:990px;
	height:320px;
	}
	
/**************/
/*  MENU */
/**************/
#menu {
	float:right;
	width:810px;
	height:45px;
	font-size:15px;
	padding-left:180px;
	padding-top:5px;
	background:url(../imagens/menu.jpg);
	}
	
	#menu ul {
	padding:0px;
	margin-top:0px;
	float: left;
	width: 100%;
	list-style:none;
	}
		
	#menu ul li { display: inline; }
	
	#menu ul li a {
	padding: 7px 10px 7px 10px;
	float:left;
	font-weight:bold;
	color: #b70029;
	text-decoration: none;
	}
				
	#menu ul li a:hover {
	color: #004274;
	text-decoration: none;
	background-color:#ccc;
	}
	
/*****************************/
/*  CLASSES                   */
/*****************************/
.img{
	float:left;
	border:#999999 solid 0px;
	margin-right:10px;
	margin-bottom:10px;
	}

.img2{
	float:left;
	}
	
.imgBanner{
	float:right;
	border:#999999 solid 0px;
	margin-left:10px;
	margin-bottom:10px;
	}
	
.ttr{
	float:right;
	border:#999999 solid 0px;
	margin:3px 0px 0px 5px;
	}
	
.menu{
	float:left;
	border-right:#a2a2a2 solid 1px;
	}

.bold { 
	font-weight:bold;
	}
		
input,textarea,select {
	font-family: Tahoma, sans-serif; 
	font-size:10pt;
	border: 1px #ccc solid;
	color:#666;
	background:#FFFFFF;
	size:50px;
	}

/******************/
/*  CONTEUDO */
/******************/
#colunaEsquerda{
	float:left;
	width: 970px;
	height: auto;
	padding:10px;
	background:#fff;
	}
	
#conteudo {
	float:left;
	width: 340px;
	height: auto;
	padding:10px 10px 10px 10px;
	}

#colunaDireita {
	float:right;
	width: 630px;
	height: auto;
	}
		
/******************/
/*  RODAPÉ        */
/******************/	
#rodape{
	clear:both;
	width: 965px;
	height: 46px;
	margin-left:4px;
	font-size:14px;
	padding:8px 10px 0px 10px;
	color:#fff;
	background:url(../imagens/rodape.jpg);
	}
	
	#rodape a {
	color: #fff;
	text-decoration: none;
	}

	#rodape a:hover {
	text-decoration:none;
	color: #ccc;
	}

#creditos {
	position:relative;
	top:-18px;
	left:920px;
	width:50px;
	height:20px;
	}