body {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	background: #55794a;
}

.divider {
	margin-bottom: 22px;
	border-bottom: 1px solid #ccc;
}

.divider:after {
	content: "";
	width: 40px;
	display: block;
	border-bottom: 3px solid #42711d;
	position: relative;
	top: 2px;
}

h2 {
	font-family: "BenchNine", sans-serif;
	font-weight: 600;
	font-size: 25px;
	color: #aaa;
	letter-spacing: 3px;
	margin-top: 20px;
}
fieldset {
	padding: 18px;
	border: 1px dashed #aaa;
}
legend {
	font-weight: bold;
	color: #fff;
	width: 60%;
	padding: 5px 5px 5px 12px;
	background: #42711d;
	font-size: 15px;
}
.header {
	font-size: 13px;
}

.noticia {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.noticia a {
	text-decoration: none;
	color: #000;
}

.noticia a:hover {
	color: #003300;
}

h1 {
	font-family: "BenchNine", sans-serif;
	font-weight: 600;
	font-size: 30px;
}

/* ----------- MENU ----------- 	 */
#menu {
	ul {
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 12px;
	}

	li {
		float: left;
		width: 96px;
		margin: 0;
		padding: 0;
		text-align: center;

		a {
			display: block;
			padding: 5px 10px;
			height: 100%;
			color: #fff;
			text-decoration: none;
			border-right: 1px solid #fff;
		}
	}
}

#menu li #menu li a {
	background: url(assets/images/bgMenu.jpg) repeat 0 0;
}

#menu #a a:hover {
	background-position: 50px 0;
	color: #003300;
}

#menu #a a {
	background: url(assets/images/bgMenu.jpg) repeat -20px 35px;
}

i {
	font-size: 30px;
	margin: 0px 20px;
}
