/* CSS Document */
#root_interna
{
	color: #333;
	background-color: #FFFFFF;
	width: 1002px;
	border: 0 solid gray;
	margin-top: 10px;
}

#menu_top
{
	background-color: #CCCCCC;
	border-bottom: 1px solid #98C7EC;
	border-top-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 0;
	border-left-width: 0;
	border-top-color: #808080;
	border-right-color: #808080;
	border-left-color: #808080;
	height: 62px;
	clear: both;
	width: 1002px;
	background-repeat: no-repeat;
	background-image: url(../img/back_menu.jpg);
	z-index: 100;
	visibility: visible;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
	width: 200px;
	padding-top: 10px;
	margin-left: 5px;
	background-color: #FFFFFF;
	float: left;
}

#rightnav
{
	width: 200px;
	padding: 10px;
	margin-top: 5px;
	background-color: #FFFFFF;
	float: right;
	height: 500px;
}

#conteudo_centro
{
	border-left: 2px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
	background-color: #FFFFFF;
	margin-right: 220px;
	margin-left: 210px;
	margin-bottom: 50px;
	margin-top: 25px;
	padding: 10px;

}

#rodape
{
	color: #333;
	background-color: #ddd;
	height: 20px;
	clear: both;
	padding: 10px;
}
#barra_titulos_interna {
	background-image: url(../img/barra_titulos.png);
	height: 19px;
	float: left;
	width: 60%;
	margin-top: 15px;
	margin-left: 10px;
}

#menu_rapido_interno {
	position:absolute;
	left:158px;
	top:7px;
	width:229px;
	height:23px;
	z-index:53;
}

#root_interna #leftnav table {
	border: 10px none #000000;
}

#root_interna #leftnav .dots {
	border: 5px dashed #000000;
}
