html {
	width: 100%;
}
body {
	text-align: center;
	margin: 0px;
	padding: 50px 0px 0px;
	background-color: #559219;
	width: 100%;
	background-image: url(../assets/index/bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #6CA139;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #DEFFDC;
	line-height: 1em;
}
p a {
	color: #DEFFDC;;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DEFFDC;
	text-decoration:none;
}
p a:hover {
	color: #000000;
	border-bottom: 0px;
}
#evento {
	width: 528px;
	height: 120px;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}

#evento h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #1A6D39;
	margin:0px;
	
	font-weight: normal;
}
#evento i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em
}
form {
	padding: 0px;
	margin: 0px;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #DEFFDC;
	line-height: 1em;
}

form a{
	padding: 0px;
	margin: 0px;
	display:inline;
	color: #DEFFDC;;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DEFFDC;
	text-decoration:none;
}
form a:hover {
	color: #000000;
	border-bottom: 0px;
}
