.justificado{
		text-align:justify;
}

.centrado{ 
		text-align:center;
}

.derecha{ 
		text-align:right;
}

.quotes{
	font-size:30px;
	text-align:center;
	line-height:50px;
}

.logo-home{
	width:400px;
}

@media only screen and (max-width:500px) {
	.logo-home{
		max-width:100%;
	}
}