#topo {
	min-width: 1280px;
	/* background-color: #2C2424; */
	background-color: #F9F9F9;
	border-bottom: 2px solid #E6E6E6;
}

#topo .caixadados {
	width:1280px;
	margin: 0 auto;
	display: flex;
}

#topo .logoimagem {
	padding: 20px 10px;
	width: 240px;
	/* margin: 0 auto */
}


#topo .logo {
	background-image:url(../../imagens/logopagina3.png);
	background-repeat: no-repeat;
	background-position: 30px 15px;
	position: absolute;
	height:70px;
	width:220px;
	border: none;
}

#topo .meiotopo {
	width: 460px;
}
#topocolunistas {
	margin:0 auto;
	background-color:#fff;
	width: 100%; height: 90px;
}

#topocolunistas .logo {
	background-image:url(../../imagens/logopagina3colunistas.png);
	background-repeat: no-repeat;
	background-position: 30px 15px;
	position: absolute;
	height:70px;
	width:420px;
	border: none;
}

#expansivel {
	position: absolute;
	margin: 10px 30px;
	z-index: 1;
	height: 90px;
	width: 970px;
	clip: rect(0 970px 90px 0);
	clear: both;
}


#toolbar {
	position: absolute;
	height: 19px;
	width: 65px;
	vertical-align: middle;
	left: 459px;
	top: 111px;
}
#cx_cadastrese {
	position:absolute;
	left: 688px;
	top: 74px;
	width: 168px;
	background-color: #D1980D;
	background-image: url(../imagens/bg/topo_cx_cadastre_se.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color:#FFFFFF;
	height: 23px;
	vertical-align: middle;
	text-align: center;
}
#cx_cadastrese a:link {color:white; text-decoration: none;}
#cx_cadastrese a:visited {color:white; text-decoration: none;}
#cx_cadastrese a:hover{color:white;  text-decoration: underline;}

#cx_data{
	position:absolute;
	left: 20px;
	top: 136px;
	width: 251px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #d8d8d8;
	z-index:0;
}

#publicidadetopo{
	position:absolute;
	top: 4px;
	left: 112px;
	width:758px;
	height:67px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#box_login{
    padding: 25px 20px;
}

#box_login .titulo {
	font-family: Verdana, Arial;
	text-align:left;
	font-size: 10px;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing: 0px;
	padding-bottom:5px;
}

#box_login .split{
	width:98px;
	height:30px;
	float:left;
	padding-right:6px;
}

#box_login .fundoinput  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #acacac;
	background-image: url(../imagens/bg/bg_form_login.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 1px solid #C1C1C1;
	height: 14px;
	width: 92px;
	text-indent: 8px;
	overflow:hidden;
}

#box_login .labellogin {
	font-size:8px;	
}

#lembrarsenha{
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:2px 0;
	text-align:left;
	
}

#lembrarsenha a:link{color: #E2E2E2; text-decoration:none;}
#lembrarsenha a:visited{color: #E2E2E2;text-decoration:none;}
#lembrarsenha a:hover{color: #F5F5F5;text-decoration:none;}

/* Opções para usuario logado */
#menulogado{
    float: right;
    padding: 10px;
	height:34px;
	display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}

#menulogado a:link {color:black;}
#menulogado a:visited {color:black;}


.opcaoMenuUser{
	width:70px; 
	float:right;
	margin:8px 4px;
	text-align:center;
	font-size:10px;
}

#busca {
	text-align:right;
	padding:10px;
	position:relative;
	color:#ededed;
	font:10px Verdana;
	font-weight:bold;
}
#busca .input{
	font:10px Verdana;
	height:8px;
	line-height:150%;
	padding:5px;
	color:black;
	width:297px; background:#ededed; 
	border-top:1px #848484 solid;
	border-left:1px #848484 solid;
	border-right:none;
	border-bottom:none;
}

