@media only screen and (max-width: 1000px) {
	#diferentes .titulo{
		margin-top: 70px;
	}
}

@media only screen and (max-width: 600px) {
	#diferentes .titulo{
		margin-top: 40px;
	}
	#diferentes .title{
		padding-left: 0;
	}
}

@media only screen and (max-width: 540px) {
	#diferentes .info_total{
		padding-top: 5px;
	}
	#diferentes .texto{
		width: 100%;
		padding: 5px 10px;
		float: none;
	}
	
	#diferentes .nota{
		width: 100%;
		border-left: none;
		float: none;
		padding: 0 10px;
	}
}