.texto-justificado{
	text-align:justify;
}

.texto-centrado{
	text-align:center;
}

.texto-imagen{
	position:absolute; 
	left:15px; 
	right:15px;
	bottom:0px; 
	color:white;
	font-size: 175%; 
	font-family:arial;
	line-height:1;
}

.cuadro-imagen{
	position: relative;
}

.cuadro-texto{
	background-color:#f2f2f2; 
	padding:15px; 
	margin:15px;
}

.cuadro-texto-pequeño{
	background-color:#f2f2f2; 
	padding:15px; 
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
}

.imagen{
	width:100%;
}
.filtro{
	position:absolute; 
	width:100%;
	bottom:0px; 
	right:0px; 
	filter:opacity(0.5)
}
	