@charset "utf-8";
/* CSS Document */

#fisheye
{
	position: absolute;
	width: 100%;
	bottom: 0px;
}
.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
}
.fisheyeContainter
{
	height: 40px;
	width: 200px;
	left: 500px;
	position: absolute;
}
.fisheyeItem img
{
	border: none;
	margin: 5px auto 0 auto;
	width: 100%;
}
.fisheyeItem span
{
	display: none;
	positon: absolute;
}
a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	position: absolute;
	display: block;
	bottom: 0;
}

#topo
{
	text-align: center;
	height: 30px;
	position: relative;
	background-color:#000;
	line-height:30px;
}
#sombratop
{
	text-align:center;
	height:12px;
	background-image:url(imgs/layout_sombra_top.jpg);
	background-repeat:repeat-x;
}
#logo
{
	position:relative;
	text-align:center;
	margin-top:20px;
}
#logo_menor
{
	position:relative;
	text-align:center;
}
#conteudo
{
	position:relative;
	text-align:center;
	margin-top:5px;
	padding-top:15px;
	background-image:url(imgs/bg_cont.jpg);
	background-repeat:repeat-x;
	height:306px;
}
#bloco
{
	width:450px;
	text-align:center;
	position:relative;
}

#olhodepeixe {
	background-image:url(imgs/bg_fisheye.jpg);
	position: absolute;
	width: 100%;
	bottom:30px;
	height:60px;
	line-height:60px;
}

#rodape {
	background-color:#000;
	position: absolute;
	width: 100%;
	bottom: 0px;
	height:30px;
	line-height:30px;
}
#L
{
	float:left;
	text-align:left;
	margin-left:10px;
	height:30px;
}
#R
{
	float:right;
	text-align:right;
	margin-right:10px;
	height:30px;
}
.texto
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:justify;
}
.titulo
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#E67718;
}
.tit_branco
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}
.textoRodape
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
}

.textoTop
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#E67718;
}
a.Lrodape:link {
	color:#FFF;
	text-decoration:none;
}
a.Lrodape:visited {
	color: #FFF;
	text-decoration:none;
}
a.Lrodape:hover {
	color:#FFF;
	text-decoration:underline;
}
.pngIE
{
	border:none;
}
.form
{
	/*background-color:#E67718;*/
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	border-top:none;
	border-right:none;
	border-left:none;
	border-width:thin;
	border-color:#FFFFFF;
	border-style:solid;
	border-left-color:#333333;
	border-top-color:#333333;
	border-right-color:#333333;
}
.form_box
{
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	border-width:thin;
	border-color:#FFFFFF;
	border-style:solid;
}
.texto_form
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:justify;
	line-height:30px;
}
