body {
	margin:0;
	color:#000;
	background-color:#FFF;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	overflow-x:hidden;
}
/*-----------------------------------
----------------------------------------------------*/
#breadcrumb {
	margin: 20px auto;
}
#breadcrumb .ativo {
	background-color:#000;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#breadcrumb .ativo a {
	color: #FFF;
}
#breadcrumb .inativo {
	background-color: #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#breadcrumb .inativo a {
	color: #FFF;
}
/*----------------------------------------- menu
----------------------------------------------------*/
#base {
	background-color: #FFF;
	border-top: 3px #000 solid;
}
/*--------------------------------------- menu_topo
----------------------------------------------------*/
#topo_menu {
	text-align:center;
	background-color:#000;
	color:#FFF;
	padding:10px 0;
	height:18px;
	font-size:12px;
}
#topo_menu .coluna_direita {
	color: #FFF;
}
#topo_menu a {
	color:#FFF;
}
#topo_menu a:hover {
	color:#FFF;
}
/*----------------------------------------- topo
----------------------------------------------------*/
#topo {
	margin:0;
	padding:0;
	text-align:center;
	padding:0;
	position:relative;
}
#topo .logotipo img {
	margin: 10px 0 0 0;
	width: auto;
	max-width: 70px;
}