body { margin:0px; background:#daae07; background:url(../_img/bg-novo.jpg) repeat-y; background-position: top center; background-attachment: scroll; /*AZUL*/ font-family:"Trebuchet MS", Arial, Verdana !important; font-size:11px !important; color:#000; }
img { border:0px; }
li { margin-left:15px; }

/*DIVs*/
#eventosDestaque-master { width:246px; height:68px; float:left; }
#eventosDestaque-imagem { width:90px; height:68px; float:left; background:#FFFFFF; }
#eventosDestaque-espaco { width:7px; height:68px; float:left; }
#eventosDestaque-texto { width:149px; height:auto; float:left; line-height:17px; text-align:left; }
#eventosDestaque-separador { width:246px; height:30px; float:left; }

/* LINKS */
a {color:#000; text-decoration:none; }
a:hover {color:#000; text-decoration:none; }

a.linkatrativos { font-size:11px; color:#000; text-decoration:none; }
a.linkatrativos:hover { font-size:11px; color:#000; text-decoration:underline; }

.subLink{
	color:#fff;
	width:220px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	letter-spacing:-1px;
	margin-left:30px;
	cursor:pointer;
}

/* FORMS */
.campoNewsletter { height:16px; width:205px; border:#fff7da 1px solid; color:#666666; background:#fff7da; font-size:11px; }
.campoCadastroevento100 { height:18px; width:140px; color:#333333; background:#fff7da; border:dotted 1px #cf7e00; }
.campoCadastroevento200 { height:18px; width:200px; color:#333333; background:#fff7da; border:dotted 1px #cf7e00; }
.campoCadastroevento350 { height:18px; width:350px; color:#333333; background:#fff7da; border:dotted 1px #cf7e00; }
.campoCadastroeventoTexto { height:80px; width:350px; color:#333333; background:#fff7da; border:dotted 1px #cf7e00; }

/* TEXTOS */
.titulos { font-size:16px; font-weight:bold; color:#000; }
.titulos-brancos { font-size:16px; font-weight:bold; color:#fff; }
.titulos-laranja { font-size:16px; font-weight:bold; color:#000; }
.maiseventos { font-size:13px; font-weight:bold; }
.inicialMeseventos { font-size:14px; font-weight:bold; }
.ondeestouTitulo { font-size:12px; font-weight:bold; text-transform:uppercase; }
.ondeestouSub { font-size:10px; font-weight:bold; color:#000; text-transform:uppercase; }
.ondeestouSubtitulo { font-size:10px; font-weight:bold; color:#000; text-transform:uppercase; }
.eventoData { font-size:10px; }
.eventoLocal { font-size:11px; }
.seueventoTitulo { font-size:12px; font-weight:bold; text-transform:uppercase; }
.seueventoTituloitem { font-size:12px; font-weight:bold; text-transform:uppercase; color:#000; }
.conselhoTitulo { font-size:13px; font-weight:bold; color:#000; }
.localizacaoObservacao { font-size:10px; }

.erro{
	background-color:#000;
	/*background-image:url(../admin/_img/layout/erro_bg.gif);*/
	background-repeat:no-repeat;
	border:2px #FFCB08 dotted;
	padding:5px 5px 5px 5px;
}
.aviso{
	background-color:#fffcd4;
	background-image:url(../admin/_img/layout/aviso_bg.gif);
	background-repeat:no-repeat;
	border:1px #fed450 solid;
	padding:5px 5px 5px 40px;
}
.sucesso{
	background-color:#F1FFDB;
	background-image:url(../admin/_img/layout/sucesso_bg.gif);
	background-repeat:no-repeat;
	border:1px #a9df5c solid;
	padding:5px 5px 5px 40px;
}
FFCB08