h1.titulo {
    color: #0b6009;
    font-size: 1.8em !important;
}

H2 {
    font-size: 1.3em !important;
    color: #034527;
	margin-bottom: 16px;
	margin-top: 35px;
}

p {
    margin: 0 0 9px;
    color: #505050;
}

.header-container,.breadcrumb,.footer-container  {
	display:none;
	
}



  
 h2:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	border-radius: 2px;
	box-shadow: 
		inset 0 1px 1px rgba(0,0,0,0.5), 
		0 1px 1px rgba(255,255,255,0.3);
}

 h2:after { background: #1C8D00; }
 h3:after { background: #3BF; }
 p {
	padding-left: 2em;
	padding-right: 2em;
}

 div.rte ul {
	 padding-left:3em !important;
 }
 
 div.rte li { padding-left:1em !important;}
 
 h1.titulo {
	font-size: 36px;
	line-height: 40px;
	margin: 1em 0 .6em 0;
	font-weight: normal;
	font-family: 'Hammersmith One', sans-serif;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	position: relative;
	background: linear-gradient(to right, #96c93d,  #0e9f48);
	border-radius: 5px;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 7px 20px 7px 20px;
}

 h2 {
	margin: 1em 0 .6em 0;
	padding: 0 0 0 20px;
	font-weight: normal;
	color: #134419;
	font-family: 'Hammersmith One', sans-serif;
	position: relative;
	font-size: 30px;
	line-height: 40px;
}

 h3 {
	margin: 1em 0 .6em 0;
	padding: 0 0 0 20px;
	font-weight: normal;
	color: white;
	font-family: 'Hammersmith One', sans-serif;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	position: relative;
	font-size: 24px;
	line-height: 40px;
	font-family: 'Questrial', sans-serif;
}
