
.margencol{
	padding-left: 5%;
	padding-right: 5%;
}
.nombre-dest{
	height: 68px;
	width: 100%;
	background-color: rgba(51,51,51,0.8);
	position: relative;
	bottom: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nombre-dest p{
	color: #FFD100;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 5px !important;
}
.cajaimg{
	width: 100%;
/*	height: 363px;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.margen-row{
	margin-top: 8%;
}
.sub-cent{
	display: flex;
	justify-content: center;
	align-items: center;
}
.subrayado{
	width: 50px;
	height: 2px;
	background-color: #FFD100;
}
.cont-img:hover  {
	transform: scale(0.9);/*Damos un ligero zoom a la imagen*/
	transition: 1s;
}
.cont-img{
	padding-top: 5px; 
}
