#conteudo_indexGeral {
	width: 780px;
}

#esquerdaGeral {
	width:177px;
	float:left;
}

#esquerda_login {
	width:157px;
	height:114px;
	float:left;
	background-image:url(../img/bg_login.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}

#esquerda_noticias {
	width:157px;
	float:left;
	margin-top:20px;
	padding-left:20px;
	text-align:left;
}

#direitaGeral {
	width: 586px;
	float:left;
	margin-left:15px;
}

#direita_topo {
	width:588px;
	padding-top:10px;
	float:left;
	text-align:right;
}

#direita_banner {
	width: 586px;
	height:70px;
	float:left;
	border:1px solid #000000;
	margin-top:12px;
}

#direita_conteudo {
	width:558px;
	float:left;
	background-color:#FFFFFF;
	padding:15px 15px 15px 15px;
	margin-top:7px;
	background-image:url(../img/bg_cursos.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

#direita_noticias {
	width: 344px;
	float:left;
	text-align:left;
	margin-right:15px;
}

#direita_destaque {
	float:left;
	padding:10px;
	background-image:url(../img/bg_destaque.jpg);
	background-repeat:repeat-x;
	background-color:#e2e2e2;
	border:1px solid #e2e2e2;*/
}

#direita_secundarias {
	width: 344px;
	float:left;
	margin-top:15px;
}

#direita_cursos {
	width:162px;
	float:left;
	text-align:left;
	padding-left:35px;
}

#direita_news {
	width:162px;
	height:100px;
	float:left;
	background-image:url(../img/bg_cadastro_mail.gif);
	background-repeat:no-repeat;
	margin-left:35px;
	margin-top:20px;
	padding-top:25px;
}

#erro {
    color: red;
    background-color: #ffcccc;
    /*background-image: url(../img/bt_importante.gif);
    background-position: top right ;
    background-repeat: no-repeat;*/
    padding: 5px;
}

#alerta {
    color: green;
    background-color: #A8FFA8;
    /*background-image: url(../img/bt_importante.gif);
    background-position: top right ;
    background-repeat: no-repeat;*/
    padding: 5px;
}

#processandoAdmin {
	right: 2px;
	top: 3px;
	margin-right: 5px;
	font-size: 80% /*smaller*/;
	text-align: center;
	position: fixed;
	width: 108px;
	background: red;
	padding: 2px 2px 0px 2px;
}

