@CHARSET "UTF-8";

/*-------GERAL---------*/
#geral { 	
	min-height: 100%;
	width:100%;	
	position: relative;	
	padding: 0px;	
	/*	
	font-size: 13px;
	*/
        
}

/*-------TOPO---------*/
#topo{
	height:45px;	
	background-image: url(../images/bg_top.jpg); 
	background-repeat:repeat-x;
}

#topo #topo_left{	
	float:left;
	height:45px;		
	background-image: url(../images/bg_top_left.jpg);
	background-repeat:no-repeat; 
	padding-left:20px;
}


#topo_center{
	margin: 15px 0 15px 0px;
	font-size: 12px;
	color:#FFFFFF;
	/*
	float:left;	
	*/
}

#topo #topo_right{	
	float:right;
	height:35px;
	width:122px;
	background-image: url(../images/logo_govCe.jpg); 	
}

/*-------LOGO---------*/

#logo{
	background-image: url(../images/bg_logo_right.jpg);	
	background-position:right;
	background-repeat:no-repeat;
	background-color: white; 
	/*
	display: block;
	*/
}

#logo #logo_left{	

	height:80px;
	width:400px;
}

#logo_right{	
	/*
	float:right;
	height:80px;
	margin: -70px 30px 20px 0px;
	*/
	background-image: url(../images/bg_logo_right.jpg);	
	background-position:right;
	background-repeat:no-repeat;
	background-color: white; 
	font-size: 20pt;
	font-family: 'Times New Roman',Times,serif;
}

#linha{
	background-image: url(../images/bg_menu_itens.gif);	
	height: 3px;
}

#erro{
	color:#A94442;
	font-size:9pt;
	font-weight:bold;
	text-align: left;
}

