body
{
    padding: 0;
    margin: 0;
}

.divGaleria
{
    border-radius: 15px;
    border: 1px solid #dc3545;
    background-color: white;
    padding: 15px;
}

.titulo-galeria
{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.noPost
{
    margin-left: 5%;
    font-weight: bold;
    color: #dc3545;
}

.divGaleria img
{
	width: 100%;
	height: 350px;
}

.delPost
{
	color: #e93137;
	font-weight: 500;
	cursor: pointer;
}

.informe
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}

.legenda
{
	color: black;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.informe p
{
	color: #424242;
    font-weight: 500;
    font-size: 18px;
	text-align: center;
}

.informe img
{
	max-width: 700px;
}
