/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imgs/bg_topo.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
	text-decoration: none;
}

#menu {
    display: none;
}

.estilo_verde {
	color: #84966A;
	text-decoration: none;
}
.central {
    text-align: center;
}
.estilo_verde_gd {
	color: #84966A;
	text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
a:link {
	color: #525252;
	text-decoration: none;
}
a:visited {
	color: #525252;
	text-decoration: none;
}
a:hover {
	color: #84966A;
	text-decoration: underline;
}
a:active {
}


.titulos {
    font-size: 14px;
    font-weight: bold;
}

.streaming {
    text-align: center;
}

.bg_conteudo {
	background-image: url(../imgs/bg_conteudo.jpg);
	background-repeat: repeat-y;
}
.borda {
	background-color: #FFFFFF;
	margin: 3px;
	border: 1px solid #C7D5D9;
	padding: 2px;
}
.b_a_liquida_m {
	background-image: url(../imgs/b_a_liquida_m.jpg);
	background-repeat: repeat-y;
}

.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #68869B;
	text-decoration: none;
	background-color: #F5FAFD;
	border: 1px solid #E5E5E5;
	background-position: right;
}
.estilo_azul,  .estilo_azul:link, .estilo_azul:active, .estilo_azul:visited, .estilo_azul:hover {
	color: #68869B;
	text-decoration: none;
}


.bg_fundo_box_ondepescar {
	background-image: url(../imgs/fd_box_ondepescar.gif);
	background-repeat: no-repeat;
}
hr {
	background-color: #ccc;
	margin-top: 3px;
	margin-bottom: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bg_envie_sua_foto {
	background-image: url(../imgs/m_envia_sua_foto.jpg);
	background-repeat: repeat-y;
}

/** Divs Rodapé **/
#rodape {
    margin-top: 20px;
    width: 779px;
    height: 50px;
    background-image: url(../imgs/rodape_total.jpg);
    background-repeat: no-repeat;
    color: #2E4657;
    font-family: arial;
}

#rodape #copy {
    position: absolute;
    padding-top: 20px;
    padding-left: 8px;
    font-size: 11px;
    letter-spacing: 1px;
    width: 550px;
}

#rodape #link {
    width: 210px;
    height: 21px;
}

#rodape #link a {
    width: 200px;
    height: 21px;
    position: absolute;
    margin-left: 570px;
    margin-top: 15px;
}

#rodape #link span {
    display: none;
}

.linkAzul:link, .linkAzul:visited, .linkAzul:active {
    text-decoration: underline;
    color: #2E4657;
}

.linkAzul:hover {
    color: #330000;
}

#central {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 1px;
}

.FormErroMsg {
    font-size: 9px;
    color: red;
}

.FormErro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #F5FAFD;
	border: 1px solid red;
	background-position: right;
}

.linksRodape:link, .linksRodape:active, .linksRodape:visited {
    color: #333333;
    text-decoration: none;
}
.linksRodape:hover {
    color: #333333;
	text-decoration: underline;
}

.erroTexto {
    color: red;
    font-weight: bold;
}

.avisoTexto {
	color: #000000;
    font-weight: bold;
}
