/*********** noticias *****************/
#infoContainer {
	background:url('images/fundoNoticias.jpg') #ffffff repeat-x top;
    border-top: 6px solid #D9D6D6;
	border-bottom: 6px solid #D9D6D6;
    margin: 0 auto;
}

#infoContainerWrapper{
	/*background: url("/images/inscrevaSe.png") no-repeat scroll 0 0 transparent;*/
	width:950px;
	height: 234px; /* 252 com padding */
	margin: 0px auto;
	vertical-align: top;
	padding-top:18px;
	font-size: 0;
}

#infoContainer h1 {
	line-height:22px;
	height:22px;
	background-color:#ffffff;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	padding-left:8px !important;
	padding-right:8px !important;
}

#noticiasContainer, #eventosContainer{
	vertical-align:top;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	
	margin-top: -2px; /* alinhar os icons com as / de fundo */
}

#noticiasContainer{
	width:48%; /* deveria ser 48.35% mas fica assim por causa do safari */
}

#eventosContainer{
	width:51.65%;
}

#indexNoticiasList,#indexEventosList{
	margin-top:14px;
	margin-left:8px;
}

#indexNoticiasList > li, #indexEventosList > li{
    font-size: 16px;
    list-style: none outside none;
}

.indexNoticiaDesc, .indexNoticaImagem, 
.indexEventoDesc, .indexEventoImagem{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	vertical-align:top;
}

.indexNoticiaImagem,.indexEventoImagem{
	margin-right:4px;
}

.indexNoticiaDesc{
	width:323px;
	padding-right:22px; /* reduzido de 26 pra 22 por causa do safari */
}

.indexEventoDesc{
	width:378px;
}

#indexNoticiasList > li .noticiaAutor, #indexEventosList > li .eventoAutor{
	font-family: Miso-Bold;
	text-transform:uppercase;
}

#infoContainer h2 {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;

    color: #75B0DC !important;
    font-size: 24px !important;
	text-transform:uppercase;
}

.indexNoticiaInfo, .indexEventoInfo{
	margin-top: 8px;
}

.indexNoticiaDesc, .indexEventoDesc{
	min-height:120px;
}