@charset "iso-8859-1";
/* CSS Document */
a{
	text-decoration: none;	
}
a:hover{
	text-decoration: none;	
}

body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #222;
	font-size: 12px;
	background: url(../img/fundo.jpg) repeat-y center top;
}

ol,ul{
	list-style: disc;
	margin-left: 30px;
}
p{
	padding: 0 0 10px 0;
}

#container{
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#logo{
}

#margemContainer{
	margin: 0 auto;
	padding: 0 78px 0 78px;
}

#login{
	height: 38px;
}

#icons{
	background: url(../img/fundoIcons.jpg) repeat-x;
	height: 74px;
	padding-top: 10px;
}

#internas{
	position: relative;
	width: 567px;	
	height: 100px;
	float: left;
}

#colunaDireita{
	position: relative;
	width: 230px;
	float: right;
	text-align: center;
}

#rodape{
	clear: both;
}

#datepicker{
	padding-left: 9px;	
}
/* Estrutura div login */
#ra{
	padding-left: 5px;
	width: 340px;
	height: 38px;
	float: left;
}
#google{
	width: 450px;
	height: 38px;
	float: right;
	position: relative;
}
.fundoForm{
	background: url(../img/fundoForm.gif) 0 0 no-repeat scroll;
	width: 95px;
	padding: 0px 7px 0 5px;
	height: 20px;
	border: 0;
    line-height: 19px;
}
span.fundoForm3 input{
	border: none;
	background: #FFF; 
	width: 208px;
	height: 16px;
	padding-top: 0px;	
}
span.fundoForm3{
	background: url(../img/fundoForm3.gif) 0 0 no-repeat scroll;
	width: 208px;
	padding: 2px 10px 4px 4px;
	height: 20px;
}


span.fundoForm2 input{
	border: none;
	background: none;
	width: 290px;
	height: 21px;
	padding-top: 5px;
}

span.fundoForm2{
	background: transparent url(../img/fundoForm2.gif) center no-repeat;
	width: 305px;
	padding: 2px 10px 4px 8px;
	height: 20px;
}

/* MENU */
.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
}
a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
}
.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}
.fisheyeItem span
{
	display: none;
	positon: absolute;
}
.fisheyeContainter
{
	position: absolute;
	z-index: 999;
}

.tabNoticias{
    text-align:justify;
}