/* CSS Document */


 
body {
	margin:           0px;
	text-align:       center;
	font-family:      verdana;
/*	background-color: #dedede; */
	background-color: #FFFFFF;
	font-size:        8pt;
}

div {
	margin-left:      auto;
	margin-right:     auto
}

#total {
	position:          relative;
	margin-left:       auto;
	margin-right:      auto;
	margin-top:        0px;
	padding:           0px;
	width:             760px;
	text-align:        center;
	border-left:      solid #F4F4F4 1px;
	border-right:      solid #F4F4F4 1px;
	background-color: #FFFFFF;
    z-index: 1;
}

#carregando {
	display:           none;
	position:          absolute;
/*	position:          fixed; */
	top:               0px;
	right:             0px;
	width:             100px;
	height:            20px;
	z-index:           2;
	color:             white;
	font-weight:       bold;
	font-size:         9pt;
	background-image:  url('../img/fundo_blue.gif');
	background-repeat: repeat-x;
	border:            solid 0px brown
}

/*
#topo {
	position:          relative;
	width:             760px;
	height:            20px;
	padding-bottom:    3px;
	vertical-align:    middle;
	text-align:        right;
	border:            solid 0px green
}*/

#cabecalho {
/*	visibility:        hidden;   */
	position:          relative;
	width:             760px;
	height:            130px;
	/*background-image:  url('../img/header.swf');*/
	background-repeat: no-repeat;
	/*margin-top:        5px;*/
	/*margin-bottom:     5px;*/
	
    z-index:            1;
}

#menu_horizontal {
	position:          relative;
	left:              0px;
	bottom:		 	   0px;
	width:             760px;
	height:            22px;
	padding-bottom:    1px;
	vertical-align:    top;
	color:		 	   #585858;
	bottom:		       0px;
	border:            solid 0px green;
	
}

#menu_vertical {
	position:          relative;
	width:             130px;
	height:            auto;
	float:             left;
	border-right:      solid #F4F4F4 1px;
}

#lado_direito {
	position:          relative;
	width:             628px;
	height:            auto;
	float:             right;
	border:            solid 0px green
}

#main {
	position:          relative;
	width:             500px;
	height:            auto;
	float:             left;
	padding-top:	   5px;
	border-right:      solid #F4F4F4 1px;

}

#publicidade_horizontal {
	position:          relative;
	width:             490px;
	
	border:            solid 0px black 
}

#area_caminho {
	position:          relative;
	width:             490px;
	height:            auto;
	border:            solid 1px red
}

#area_conteudo {
	position:          relative;
	width:             490px;
	height:            auto;
	border:            solid 0px red
	
}

#direito {
	position:          relative;
	top:               0px;
	right:             0px;
	width:             125px;
	height:            auto;
	float:             right;
	padding-top:       3px;
	/*border-left:      solid #E7E7E7 1px;*/
}

#busca {
	position:          relative;
	top:               0px;
	right:             0px;
	width:             123px;
	height:            auto;
	clear:			   both;
	/*border-left:      solid #E7E7E7 1px;*/
}

#publicidade_vertical {
	position:          relative;
	top:               0px;
	right:             0px;
	width:             125px;
	height:            auto;
	float:             right;
	padding-top:       3px;
	/*border-left:      solid #E7E7E7 1px;*/
}

#rodape {
	position:          relative;
	padding-top:       5px;
	width:             760px;
	height:            100px;
	clear:             both;
	border:            solid 0px black
}

#flutuante {
	display:           none;
	position:          absolute;
	left:              280px;
	top:               200px;
	z-index:           2;
	width:             200px;
	height:            200px;
	border:            solid 1px red
}
