@charset "utf-8";
/* CSS Document */

.main-banner-eventos {
	width:841px;
	height:487px;
	background-image:url(../images/main.jpg);
	background-repeat:no-repeat;
	background-color:#336600;
}

.main-banner-eventos-text {
	float:left;
	width:400px;
	padding-left:80px;
	/*margin-top:120px;*/
	margin-top:40px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#fff500;
}

.main-banner-eventos-text strong {
	color:#52690d;
}

.main-banner-eventos-text a {
	color:#000000;
	text-decoration:none;
}

.main-banner-eventos-text a:hover {
	text-decoration:underline;
}

.main-banner-eventos-text h1 {
	font-size:15px;
	margin-bottom:0px;
	margin-top:0px;
}

.wrapper {
	background-color:#336600;
}