/* CSS Document */

html,body {
    margin:0px 0px 0px 0px;
    padding:0;
	background-color:#a3a2a0;
	text-align:left;
	color:#034B61;
	height: 100%;
	text-align:justify;
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a{
	color:#034B61;
	text-decoration:underline;
}

#space {
	font-size:0px;
	width:5px;
}

#base {
    background:inherit;
	width: 1003px;
	/*margin:0 auto;*/
	text-align:left;
}
#cabecalho {
	font-size:0px;
	background-image:url(../images/background_cabecalho.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
	height:101px;
}

#menu-esq{
	
}

#publicidade {
	margin-top:5px;
	border:2px solid white;
	padding:5px;
}

#breadcums{
	margin-bottom:10px;
	font-size:10px;
}

/*----------menu */

#menu-esq a{
	display: block;
	
	background-image:url(../images/menu/azul.jpg);
	background-position:right;
	background-repeat:no-repeat;
	
	color:white;
	background-color:#8b8a88;
	vertical-align:middle;
	
	padding-left: 10px;
	padding-top: 15px;
	padding-right:5px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align: left;
	
	text-decoration:none;
	font-weight:bold;
	
	margin-bottom:0px;
	margin-top:5px;
	height:30px;

	border:1px solid #bab9b7;
}

#menu-esq a:hover,#menu-esq a.current:link, #menu-esq a.current:visited, #menu-esq a.current:hover {
	background-color:#bab9b7;
	background-image:url(../images/menu/azul_on.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
/*-----------------*/

#conteudo{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:white;
	line-height:20px;
	color:#8b8a88;
	font-size:11px;
}

#conteudo ul{
	list-style:circle;
	width:auto;
	border:0;
	margin:auto;
}

#conteudo ul li {
	position:fixed;
	list-style:circle;
}

div.caixa{
	background-color:#0181A8;
	padding:5px;
	margin:10px;
	text-align:center;
	color:#ccc;
	height:100px;
}

p.caixa-label{
	margin-top:10px;
	margin-bottom:10px;
	background-color:#4CA0BA;
	color:white;
	text-align:center;
	padding:5px
}

tr.rodape{
	font-size:9pt;
	padding-top:5px;
	color:white;
	vertical-align:top;
}