@charset "utf-8";
/* CSS Document */
#menuz, #menuz2{
	position: relative;
/*	margin-bottom: 25px;*/
}
#menuz ul {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	float: left;
/*	width: 100%;*/
	height: 25px;
	background-color: White;
	list-style: none;
	position: absolute;
}
#menuz2 ul {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	float: left;
	height: 22px;
	list-style: none;
	position: absolute;
}
/*configura o Li do bloco de noticias mais lidas, para dar um efeito semelhante a este => ---__*/
#menuz ul li /*a*/{
	display: inline;
	font-size: 10px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	width: 135px;
	float: left;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-right: 10px;
	text-decoration: none;
	color: #333333;
}
.menuzLi{
	border-right: 2px #CCCCCC outset;
	border-bottom: #FFFFFF 1px solid;
	border-top: 2px #CCCCCC inset;
	border-left: 1px #CCC inset;
	background-color: #EEEEEE;
    cursor: pointer;
}
.segundoPlano{
	border-color: #CCC #CCC #CCC #FFF;
	border-style: solid;
	border-width: 1px;
	border-bottom: 0;
	background-color: white;
    cursor: pointer;
}

#menuz2 ul li /*a*/{
	display: inline;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	float: left;
	padding-top: 3px;
	text-decoration: none;
	color: White;
    font-weight:bolder;
    border-right: 1px solid #034725;
}
#menuz2 ul li a{
    padding-right: 15px;
    padding-left: 15px;
    color: white;
    text-decoration: none;
}
#menuz2 ul li:hover{
    background-image:url(../img/barra2Hover.gif);
    background-repeat:repeat-x;
}

#menuz ul li:hover /*a:hover*/ {
	color: #666666;
}

#risco{
	position: relative;
	/*left: 78px;*/
	left: 154px;
	/*width: 227px;*/
	width: 151px;
	height: 26px;
	border-bottom: #CCCCCC 1px solid;
}

/*bloco que servirá como suporte para o bloco de notícias mais lidas*/
#conteudo_mais{
	
	margin: 0 auto;
	min-height: 240px;
    overflow:auto;
	width: 100%;
	/*height: 222px;*/
    height: 480px;
	position: relative;
	background-color: #EEEEEE;
}

/*bloco com lista de notícias mais lidas*/
#texto_noticia_mais{
   /*display: none;*/
    display: block;
	position: relative;
	margin: 0 auto;
	width: 95%;
	min-height: 90%;
    height: auto;
/*	border: #000000 1px solid;*/
	padding-top: 10px;
	padding-bottom: 10px;
	/*configuração dos textos*/
	color: #005900;
	font-size: 11px;
}
/*links das notícias mais lidas*/
#texto_noticia_mais a:link{
	
  text-decoration: none;
	
	color: #005900;
}
#texto_noticia_mais a:visited{
	color: #005900;
	text-decoration: none;
}
#texto_noticia_mais a:hover{
	text-decoration: underline;
	color: #000099;
	cursor: pointer;
}
#analisestexto 
{
	font-size:11px;
}
#analisestexto a:link{
	
  text-decoration: none;
  color: #005900;
}
#analisestexto a:visited{
	color: #005900;
	text-decoration: none;
}
#analisestexto a:hover{
	text-decoration: underline;
	color: #000099;
	cursor: pointer;
}
/****************************************************/
#analisestexto{
	display: none;
	position: relative;
	margin: 0 auto;
	width: 95%;
	height: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 12.5px;
    /*border: 1px solid black;*/
}
.imagemHorizontal{
    position: relative;
    width: 99%;
    height:50px;
    /*border: 1px solid blue;*/
}
.imagemVertical{
    display: block;
    position: relative;
    width:65px;
    height:98%;
    /*border:1px solid red;*/
    float: left;
    padding: 2.5px 0 0 5px;
}
.imagemVerticalInside{
    position: absolute;
    border: 1px solid black;
    width: 55px;
    height: 40px;
}
.imagemVerticalInside img{
    width: 55px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: none;
}

/***************************************************/
/*********************menu FishEye*****************/
.fisheye{
	height: 50px;
	position: relative;
    border: 1px solid black;
}
a.fisheyeItem
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
    margin-right: 100px;
}
a.fisheyeItem2
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	bottom: 0;
}
.fisheyeItem img
{
	border: solid black 1px;
	margin: 0 auto 0 auto;
	width: 100%;
}
.fisheyeItem2 img
{
	border: none;
	margin: 10px auto 0 auto;
	width: 100%;
}
.fisheyeItem span,
.fisheyeItem2 span
{
	display: none;
	position: absolute;
}
.fisheyeContainter
{
    border: 1px solid red;
	background-color: transparent;
	height: 50px;
	width: 290px;
	position: absolute;
    margin-left: -18px;
}
#fisheye2
{
	position: relative;
	width: 100%;
	margin-top: 10px;
}
