body{
	background: #DDEDF7;
	font-family: verdana;
    font-size: 13px;
	color: #55A5D4;
    margin: 0px;
}
h2{
	font-style: italic;
	font-size: 19.5px;
}
h4 {
	margin: 0px;
	font-size: 1em;
}
p{
	margin-top: 13px;
	margin-bottom: 13px;
	text-align:justify;
	text-indent: 20px;
}
#geral{
	position: relative;
	width: 779px;
    margin: 0 auto;
    Background: white;
    border-left: 1px solid #55A5D4;
    border-right: 1px solid #55A5D4;
    z-index:1;
	overflow:hidden;
}

#cabec{
    height: 250px;
	z-index:0;
}
#corpo{
    padding: 5px 15px;
	overflow: hidden;
}
#menu{
	position: relative;
    padding-left: 5px;
    margin-top: -2px;
	z-index:0;
}
#barra{
	position: absolute;
    top: 203px;
    width: 100%;
    height: 50px;
	background: url(imagens/fundo_cabec.jpg) repeat-x;
    z-index:200;
}
#tucano_quadro{
	position: relative;
    /*margin: 0 auto;*/
    width: 210px;
    height: 110px;
    top: -26px;
    left: 560px;
    z-index:3000;
}
#tucano{
}
#lang{
	position: absolute;
    top: 10px;
    right: 5px;
    width: 150px;
    text-align: right;
    border: 0px red solid;
}
#rodape{
   	width: 100%;
    height: 70px;
	background: #55A5D4;
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0px 2px 0px;
	margin-top: 20px;
}
/* ###################  FIM FIXOS #######################*/

/*####################  VINCULOS ####################*/
a.vinculo:link, a.vinculo:visited{
	color: #55A5D4;
}
a.vinculo:hover{text-decoration:none;}

a.menu:link, a.menu:visited {
	font-size: 10px;
	color: #55A5D4;
	text-decoration: none;
}

a.menu:hover {
	color: red;
	text-decoration: underline;
}
a.arquivo:link{
	text-decoration: none;
    color: #55A5D4;
}
a.arquivo:visited{
    text-decoration:none;
    color: #55A5D4;
}
a.arquivo:hover{
	text-decoration: underline;
}
a.cellcap:link, a.cellcap:visited{
	color: #55A5D4;
    text-decoration:none;
    font-size: 11px;
}
a.cellcap:hover{
 	text-decoration: underline;
}
a.rodape{
	color: white;
}
a.rodape:hover{
	text-decoration: none;
}

/* ##################### FIM VINCULOS ######################*/

/* ##################### CLASSES ########################*/

hr{
	width: 650px;
    margin-top: 30px;
	margin-bottom: 20px;
}
.celula{
	clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}
.celula h2{
	margin-top: 0px;
}
.imgEsq{
	float: left;
    margin-right: 20px;
}
.imgDir{
	float: right;
    margin-left: 20px;
}
.texto{
	padding-top: 5px;
}
.titulo{
	font-family: georgia;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    color: red;
    margin-bottom: 30px;
    text-indent: 30px;
}
.texto p{
	text-indent: 30px;
    text-align: justify;
    margin: 0px;
}

.MiniImg
{
	background-color: #F7F7F7;
	margin: 0px 0px 5px 5px;
	border: 1px solid #E7E7E7;
    padding-top: 10px;
	float: left;
	width: 135px;
	height: 110px;
    text-align: center;
}

.MiniImgOver
{
	background-color: #FFFFFF;
	margin: 0px 0px 5px 5px;
	border: 1px inset #E7E7E7;
    padding-top: 10px;
	float: left;
	width: 135px;
	height: 110px;
    text-align: center;
}
.tabela{
	display: table;
    width: 737px;
    height: 112px;
	margin: 0 auto;
}
.tabela h4{
	margin: 0px;
    margin-bottom: 3px;
    font-size: 13px;
}
.cell{
    float: left;
    padding: 5px;
    /*width: 225px;*/
    margin: 0px;
    height: 88px;
	background-color: #F7F7F7;
    border: 1px #e7e7e7 solid;
    overflow: hidden;
}
.cellover{
    float: left;
    padding: 5px;
    /*width: 225px;*/
    margin: 0px;
    height: 88px;
	background-color: white;
    border: 1px #f2f2f2 solid;
    border-top: 1px gray solid;
    border-left: 1px gray solid;
    overflow: hidden;
}
/*Formmail*/
#formmail{
	width: 400px;
	height: 274px;
	border: 1px #99ccff solid;
	padding:5px;
	background: #DDEDF7;
}
#formmail h1{
	font-size: 1em;
	margin:0;
}
#formmail fieldset{
	border:0;
	padding: 0;
}
