

.principal img {
	max-height: 350px;
}

.fotos img {
	max-height: 90px;
}

.fotos div.col-2 {
	cursor: pointer;
}

.fotos {
	border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.principal {
	border-top-right-radius: .3rem;
    border-top-left-radius: .3rem;
}

