.columna{
	height: 320px;
	width: 45%;
	float: left;
	margin-top: 20px;
}
.columna:not(:last-child) {
	margin-right: 50px;
}
.columna:last-child{
	background-image: url("../img/justicia.png");
	background-size: 300px 300px;
	background-repeat: no-repeat;
	background-position: 0px 20px;
	height: 300px;
}
.formulario{
	padding-bottom: 20px;
}
