/* CSS Document */

.caixa_rolante{
position: relative; /* Do not change this value */
width: 600px;
height: 150px; /* Set height to be able to contain height of largest content shown*/
border:1px solid #f1baba;
overflow: hidden;
margin-left:0px;
padding-top:0px;
color:#000000;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.noticia{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background-color:#f5f4f4;
background-image:url(../img/fileto_not_rolante.jpg);
background-repeat:repeat-x;
padding:0px;
visibility: hidden; /*hidden*/
width: 600px;
border: 0px solid #000000;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.conteudotoggler{ /*style for DIV used to contain toggler links. */
float:left;
margin-top: 0px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
border: 0px solid #666666;
padding-left:210px;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.conteudotoggler a{ /*style for every navigational link within toggler */
display: inline-block;
padding:4px;
margin-top:3px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:600;
text-decoration: none;
border:1px solid #f1baba;
}

.conteudotoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background-color:#f7fac1;
color:#FF0000;
}

.conteudotoggler a:hover{
background-color:#f7fac1;
color:#FF0000;
text-decoration:underline;
}

.conteudotoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
color:#000000;
}

.conteudotoggler a.toc:hover{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
color:#FF0000;
background-color:#f7fac1;
text-decoration:underline;

}

.conteudotoggler a.prev, .conteudotoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
color:#000000;
}

.conteudotoggler a.prev:hover, .conteudotoggler a.next:hover{
color: #FFFFFF;
background-color:#FF0000;
text-decoration:underline;
}
/* CSS Document */

.g2not_titulo
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#333333;
text-align:left;
padding-top:10px;
padding-left:10px;
padding-right:10px;
}

.g2not
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
text-align:justify;
padding-top:2px;
padding-left:10px;
padding-right:10px;
}

.g2not a
{
color:#333333;
}

.g2not a:hover
{
color:#666666;
text-decoration:underline;
}

.img_not_rol
{
/*height:110px;*/
/*width:150px;*/
float:left;
overflow:hidden;
margin-top:15px;
margin-left:3px;
border: 1px solid #999999;
}

.campo_chamada_rol
{
width:438px;
float:right;
/*height:120px;*/
padding-top:10px;
border:0px solid #FF0000;
}