.dispo-circuitos-sin-destino article {
	margin-bottom: 1em;
}
.dispo-circuitos-sin-destino .imgWrapper{
	border: 1px solid #666;
	background: none;
	padding: 0;
	margin: 0;
}
.dispo-circuitos-sin-destino .otros-destinos .imgWrapper img,
.dispo-circuitos-sin-destino .destinos .imgWrapper img {
	height: 120px;
	width: 100%;
	max-width: inherit;
}
.dispo-circuitos-sin-destino .projectInfo{
	display: block;
	background: #ccc;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.dispo-circuitos-sin-destino .projectInfo h5 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	padding: 2px 5px;
	text-align: left;
	margin-bottom: 2px;
}
.dispo-circuitos-sin-destino a {
	transition: opacity 0.2s cubic-bezier(0.25, 0.8, 0.25, 0.1) 0.1s;
	-webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.8, 0.25, 0.1) 0.1s;
	-moz-transition: opacity 0.2s cubic-bezier(0.25, 0.8, 0.25, 0.1) 0.1s;
	-o-transition: opacity 0.2s cubic-bezier(0.25, 0.8, 0.25, 0.1) 0.1s;
	-ms-transition: opacity 0.2s cubic-bezier(0.25, 0.8, 0.25, 0.1) 0.1s;
}
.dispo-circuitos-sin-destino a:hover {
	opacity: 0.75;
	text-decoration: none !important;
}
.dispo-circuitos-sin-destino a:hover .projectInfo h5{
	text-decoration: none !important;
}