
	.selected {
		box-shadow: -5px -5px 1px #A7CDDC;
	}
	
	#lista-videos li {
		position: relative;
		background: #F1FAFC;
		border: 1px solid #A7CDDC;
		border-radius: 3px;
		width: 213px;
		cursor: pointer;
		margin-left: 6px;
	}
	
	#lista-videos li,
	.lista_youtube li {
		list-style: none;
		margin-bottom: 10px;
	}
	
	#lista-videos li span {
		color: #fff;
		text-align: left;
		position: absolute;
		padding-left: 8px;
		padding-bottom: 5px;
		bottom: 0;
		left: 0;
		background: rgba(41, 99, 158, 0.8);
		width: 100%;
	}
	
	.textogris {
		color: #727176;
		font-size: 17px;
	}
	
	h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	h1,
	h2 {
		color: #2f90a5;
		line-height: 1.3em;
		font-style: normal;
	}
	
	@media (min-width: 768px) and (max-width: 768px) {
		#lista-videos {
			text-align: -webkit-center;
		}
		#lista-videos li {
			width: 360px;
			height: 201px;
			margin-left: 0!important;
		}
		#lista-videos img {
			width: 100%!important;
		}
	}
	
	@media (max-width: 450px) {
		.vimeo {
			width: auto!important;
			height: auto!important;
		}
		#lista-videos {
			padding-left: 25px!important;
			padding-right: 25px!important;
		}
		#lista-videos li {
			width: 100%!important;
			height: auto!important;
			margin-left: 0!important;
		}
		#lista-videos img {
			width: 100%!important;
		}
	}
	
	.container {
		width: 100%;
	}