@charset "utf-8";
/* CSS para topo inicial */
#corpo_topo{
	letter-spacing:1px;
	position:relative;
	margin:0 auto;
	padding:0;
	width:763px;
	height:442px;
}

.topo{
	position:relative;
	background:url(../img/topo_fundo.jpg);
	height:107px;
	width:763px;
}

.logo{
	position:relative;
	float:left;
	width:98px;
	height:93px;
	margin:0 0 0 25px;
}

.links{
	position:relative;
	float:right;
	width:210px;
	height:12px;
	margin-top:3px;
	margin-right:75px;
}

.links a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	text-decoration:none;
}

.logo a img{
	border:none;
	outline:none;
}

.foto{
	position:relative;
	width:477px;
	height:335px;
	float:left;
}

#lateral{
	position:relative;
	width:286px;
	height:335px;
	float:right;
	background:url(../img/lateral_direita.jpg);
}

.menu_absoluto{
	position: absolute;
	width:181px;
	height:253px;
	padding:5px 5px 5px 7px;
	background:#DCDADD;
	top:20px;
	left:477px;
	opacity:0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}

ul.menu_cima{
	margin:0;
	padding:0;
	list-style:none;	
	position:relative;
}

ul.menu_cima li{
	margin-bottom:2px;
	border-bottom:dotted 1px;
}

ul.menu_cima li#last{
	border:0;
}

ul.menu_cima li a{
	display:block;
	color:#613161;
	font-size:9px;
	padding-bottom:3px;
	text-decoration:none;
}

#mask{
	position:relative;
	width:187px;
	height:66px;
	margin:211px 0 0 10px;
}

#mask a img{
	border:none;
	outline:none;
}

.barra{
	border-right:1px solid #FFF;
	padding-right:15px;
}

.admin{
	padding-left:15px;
}

/*CSS para topo normal */
.corpo_topo_normal{
	letter-spacing:1px;
	position:relative;
	margin:0 auto;
	padding:0;
	width:763px;
	height:283px;
}

.foto_topo_normal{
	position:relative;
	width:477px;
	height:175px;
	float:left;
}

.lateral_normal{
	position:relative;
	width:286px;
	height:177px;
	float:right;
	background:url(../img/lateral_menu.jpg) top right no-repeat;
}

/*CSS para topo admin*/
.corpo_topo_admin{
	letter-spacing:1px;
	position:relative;
	margin:0 auto;
	padding:0;
	width:763px;
	height:383px;
}
