/*

Empresa Section Styles

*/

/* --[ Import base styles ]----------------------- */

@import url(base.css);
@import url(nav.css);
@import url(forms.css);


/* --[ Section Home ]----------------------------- */

#imprensa, #eventos { float: left; width: 260px; }
#eventos h3 { margin-left: 10px; }

/* -- Date -- */
.press-entry small, .event-entry small, .newsletter-entry small,
#press-entry small, #event-entry small { color: #888; font-size: 0.9em; font-weight: bold; text-transform: uppercase; }

	/* -- Imprensa -- */
	.press-entry { background: transparent url(../images/noticias/press-icon.gif) no-repeat 0 4px; margin: 0 10px 0 0; padding: 0 0 20px 30px; }
		#primary-content .press-entry h4 { font-size: 1.1em; margin: 0 0 5px 0; text-align: left; }
		.press-entry p { margin: 0; }

	/* -- Eventos -- */
	.event-entry { background: transparent url(../images/noticias/event-top.gif) no-repeat; margin: 0 0 20px 10px; padding: 5px 0 0 0; }
	.event-entry.old a {
		color: #666;
	}
	.event-entry h4 {
                text-align: left;
        }
	.full { background-image: url(../images/noticias/event-wide-top.gif); margin-left: 0; }
		.event-entry div { background: transparent url(../images/noticias/event-bottom.gif) no-repeat bottom; padding: 0 10px 5px 10px; }
		.full div  { background-image: url(../images/noticias/event-wide-bottom.gif); }
		.event-entry small {  }
		#primary-content .event-entry h4 { font-size: 1.1em; margin: 0 0 5px 0; }
		.event-entry .entry-links { padding: 10px 0 0 0; }
		.entry-links a { color: #C00; font-size: 0.9em; font-weight: bold; margin: 0 5px 0 0; padding: 2px 18px 2px 0; text-transform: uppercase; }
		.entry-links a:hover { color: #EB0000; }
		a.continue-reading { background: transparent url(../images/noticias/continue-reading.gif) no-repeat center right; }
		a.event-register { background: transparent url(../images/noticias/event-register.gif) no-repeat center right; }

	.newsletter-entry.feature {
		background: transparent url(../images/noticias/press-icon.gif) no-repeat;
		padding: 0 0 0 50px;
	}
		

