@charset "utf-8";
/* CSS Document */

#geral {
	margin:0 auto;
	/*height:100%;*/
	width: 778px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	text-align:left; /* hack para o IE */
	background-color: #dbdbdb;
	z-index:0;
}

#empresa{
background-image:url(../images/guitarra.gif);
background-repeat:no-repeat;
background-position:right;
}

.legenda{
font-size:10px;
}

.table{
	display:table;
	/*border-collapse:separate;
	/* Bg vermelho lado esquerdo */
	background-image:url(../images/bg_col_esquerda.jpg);
	background-repeat:repeat-y;
	background-position: left;
}

.row {

	display:table-row;
	width:778px;
}

.row div {
	display:table-cell;
}

.row div.one {
	width:230px;
	background-image: url(../images/base_topo_1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#dbdbdb;
	
}
.row div.two {
	width:363px;
	background-image: url(../images/base_topo_2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.row div.three {
	width:185px;
	background-image: url(../images/base_topo_3.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* colunas modelo tabela */
.one {
	width:230px;
	background-image: url(../images/base_topo_1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#dbdbdb;
}
.two {
	width:363px;
	background-image: url(../images/base_topo_2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.three {
	width:185px;
	background-image: url(../images/base_topo_3.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.td2{
	background-image: url(../images/base_topo_2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.td3{
	background-image: url(../images/base_topo_3.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#topo {
	display: block;
	height: 344px;
	width: 778px;
	background-color: #dbdbdb;
	text-align: center;
}

/*.colEsquerda{
	display:inline; /*Bug da margem dupla para floats no IE*/
	/*float:left;
	width: 200px;
	height:inherit;
	
}*/

.margem{
	padding-left:10px;
}

#colCentro{
	float:left;
	width:576px; /* Tamanho real deveria ser 578, mas gera bug no IE */
	height:80px;
	background-image: url(../images/base_topo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#conteudo{
	width:360px;
	margin-top:50px;
	margin-bottom:35px;
	margin-left:5px;
	float: left;
	z-index:2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

#colNews{
	margin-top:50px;
	width: 195px;
	float: right;
	margin-right: -8px;
}

#colEventos{
    padding: 6px; 
	margin-top: 12px;
}	

#rodape{
	/*bottom:0px;*/
	width: 778px;
	height:70px;
	background-image:url(../images/bg.png);
	background-color: #dbdbdb;
}

#tel_rodape{
	margin-top:20px;
	margin-left:60px;
	float:left;
}

#copyright{
	margin-top:0px;
	float:right;
	text-align:right;
}

body {
	margin: 0px;
	text-align:center; /* hack para o IE */
	background-color: #800000;
	background-image:url(../images/bg_degrade.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}

.texto_rodape{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-weight: bold;
}

legend{
	color:#666666;
	font-weight:bold;
}

/* POPUP PEIXE */
#marguerita {
	border:solid 15px #FFFFFF;
	background-color:#FFFFFF;
	position:absolute;
	left:73px;
	top:114px;
	width:330px;
	height:221px;
	z-index:3;
	overflow:visible;
}

#popup {
	position:absolute;
	left:0px;
	margin-top:auto;
	top:0px;
	width:100%;
	height:100%;
	z-index:10;
}

#eventos{
background-position:top;
background-repeat:no-repeat;
height:300px;
width:100%;
float:left;
}

.tit_eventos{
font-family:"Trebuchet MS";
font-size:20px;
font-weight:bold;
}
