#Coediciones-Banderas{
	display: flex;
	margin-top: 50px;
	margin-bottom: 20px;
	justify-content: center;
}

#Coediciones-Banderas div{
	display: flex;
}

#Coediciones-Banderas p {
	margin: -7px 0 0 0;
	padding-left: 5px;
	padding-right: 5px;
}

#Coediciones-Banderas p a{
	color: #990000;
	font-weight: bold;
}

#Coediciones-Banderas img:hover{
	opacity: 0.5;
	transition: all .5s ease-in-out;
	cursor: pointer;
}