.Elemento {
	margin: 0 0 12px 0;
	padding: 0;
	position: relative;	
	font-size: 14px;
	overflow: hidden;
}

.EsUnCarrusell .Elemento {
	margin: 0;
	box-sizing: border-box;
}

.Elemento h3 {
	margin: 0;
	font-size: 0.85em;
	min-height: 15px;
	color: #e23138;
	font-weight: 400;
	text-transform: uppercase;
	font-family: Roboto Condensed;
	display: block;
	max-width: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0.02em;
}

.Elemento h3 a {
	color: #e23138;
}

.Elemento .MarcaElemento {
	position: absolute;
	right: 0;
	z-index: 4;
}

.Elemento p a {
	color: #e23138;
}		

.Elemento .MarcaElemento .fa,
.Elemento .MarcaElemento .ra-lo-mejor-redaragon {
	display: block;
	padding: 2px 6px;
	margin: 1px 6px 6px 6px;
	-webkit-border-radius: 2px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius: 2px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-radius: 2px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color: #e23138;
	color: #ffffff;
	margin-top: -2px;
	font-size: 2em;
	line-height: 1.4em;
}

.Elemento .MarcaElemento .ra-lo-mejor-redaragon {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e5e5+0,ffffff+100 */
	background: rgb(232,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(232,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(232,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(232,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	color: #e23138;
	text-shadow: 0px 1px 0px #e8e5e5;
	-moz-box-shadow: 1px 1px 0px #aaaaaa;
	-webkit-box-shadow: 1px 1px 0px #aaaaaa;
	box-shadow: 1px 1px 0px #aaaaaa;
	box-shadow: 1px 1px 0px 0px #aaaaaa;
}

.Elemento .MarcaElemento .fa.fa-ticket {
	color: #fff;
	background: linear-gradient(-45deg, #ffe100, #EE7752, #E73C7E, #23A6D5, #23D5AB, #ffe100, #EE7752);
	background-size: 400% 400%;
	-webkit-animation: Gradient 4s ease infinite;
	-moz-animation: Gradient 4s ease infinite;
	animation: Gradient 4s ease infinite;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.Elemento p.FotoElemento {
	overflow: hidden;
	background-color: #efefef;	
	position: relative;
	width: 33%;
	margin: 0 0 12px 12px;
	float: right;
}

.Elemento .FotoElemento a {
	display: block;
}

.Elemento .FotoElemento a img {
	object-fit: cover;
	object-position: 50% 20%;
	width: 100%;
	height: 0;
	display: block;
	transform: scale(1, 1);
	transform-origin: center;
	transition: all .1s ease-in-out; 	
}

.Elemento .FotoElemento a:hover img {
	transform: scale(1.05, 1.05);
	filter: blur(4px) brightness(90%);
}

.Elemento .FotoElemento a.Precio {
	position: absolute;
	display: block;
	height: auto;	
	width: auto;
	padding: 3px 10px;
	background-color: #0069ba;
	color: #fff;
	text-shadow: 1px 1px 1px #004172;
	font-family: 'Roboto Condensed';
	font-size: 0.8rem;
	border: 0;
	bottom: 0px;
	right: 0px;
	z-index: 3;
}

.Elemento .FotoElemento a.Precio strong,
.Elemento a.Precio strong {
	font-size: 1.4rem;
}

.Elemento .DatosElemento {
	margin: 0;
	padding: 0;
	border-top: 0;
}

.Elemento .DatosElemento .DatosElementoOpiniones {
	float: right;
	padding: 4px 6px;
	margin: -1px 0 0 0;
	background-color: #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.9em;
	color: #efefef;
}	

.Elemento .DatosElemento .DatosElementoOpiniones a {
	color: #efefef;
}	

.Elemento h2 {
	margin: 4px 33% 2px 0;
	font-weight: 400;
}

.Elemento p {
	margin: 0 0 12px 0;
}
		
.Elemento a.MarcaElemento:hover .fa,
.Elemento a.MarcaElemento:hover .ra-lo-mejor-redaragon {
	background-color: #eaeaea;
	color: #e23138;
}	

@media all and (min-width: 481px) {
	.ListadodePeliculas .Elemento .DatosElemento p.Descripcion {
		font-size: 12px;
		line-height: 1.3em;
		margin: 0;

	}
}


/* ELEMENTO DESTACADO */

@media all and (min-width: 481px) {

	.ElementoDestacado {
		padding: 0px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		box-sizing: border-box;
		overflow: hidden;
	}

		
	

	.ElementoDestacado h3 {
		margin: 0;
		padding: 1px 6px 1px;
		color: #fff;
		display: block;
		max-width: Calc(100% - 24px);
		white-space: nowrap;
		background-color: #e23138;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		position: absolute;
		top: 6px;
		left: 6px;
		z-index: 2;
	}

	.ElementoDestacado h3 a {
		color: #fff;
	}

	.ElementoDestacado p.FotoElemento {
		width: 100%;
		margin: 0px;
		float: none;
	}
	
	.ElementoDestacado .FotoElemento a {
		display: block;
	}
	
	.ElementoDestacado .FotoElemento a img {
		object-fit: cover;
		object-position: 50% 10%;
		width: 100%;
		display: block;
	}	
	
	.ElementoDestacado .DatosElemento {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 50px 12px 12px 12px !important;
		border-top: 0;
		background-color: #000;
		color: #fff;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+24,000000+100&0+0,0.65+24,0.8+100 */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 50px, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50px,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50px,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
		text-shadow: 0px 0px 2px #000000;
	}
	
	.ElementoDestacado:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 30px 12px 12px 12px;
		border-top: 0;
		background-color: #000;
		color: #fff;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+24,000000+100&0+0,0.65+24,0.8+100 */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.85) 0%,  rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */		
		z-index: 2;
	}

	.ElementoDestacado h2 {
		margin: 0;
		font-weight: 400;
	}
	
	.ElementoDestacado h2 a {
		color: #fff;
	}	
	
	.ElementoDestacado h2 a:hover {
		color: #fff;
		text-decoration: underline;
	}
		
	.ElementoDestacado p a {
		color: #e23138;
	}		
		
	.ElementoDestacado p {
		margin: 0 0 12px 0;
	}
			
	.ElementoDestacado a.MarcaElemento:hover .fa,
	.ElementoDestacado a.MarcaElemento:hover .ra-lo-mejor-redaragon {
		background-color: #eaeaea;
		color: #e23138;
	}	

}

/* ELEMENTO CAJA */

@media all and (min-width: 481px) {

	.ElementoCaja {
		padding: 0px;
		border: 0px;
		font-weight: 400;
		color: #666666;
	}	
	
	.ElementoCaja p.FotoElemento {
		width: 100%;
		margin: 0px;
		float: none;
	}
	
	.ElementoCaja .FotoElemento a {
		display: block;
	}
	
	.ElementoCaja .FotoElemento a img {
		object-fit: cover;
		object-position: 50% 20%;
		width: 100%;
		display: block;
	}
	
	.ElementoCaja .DatosElemento {
		margin: 0;
		padding: 12px 0;
		border-top: 0;
	}
	
	.ElementoCaja h2 {
		margin: 0;
		font-weight: 400;
	}
	
	.ElementoCaja p {
		margin: 0 0 12px 0;
	}

	.ElementoCaja p strong {
		font-weight: 600;
		color: #333333;
	}	
			
	.ElementoCaja a.MarcaElemento:hover .fa,
	.ElementoCaja a.MarcaElemento:hover .ra-lo-mejor-redaragon {
		background-color: #eaeaea;
		color: #e23138;
	}	

}

/* ELEMENTO DESTACADO MOVIL */

@media all and (max-width: 480px) {

	.ElementoDestacadoMovil {
		padding: 0px;
		border: 0px;	
	}
	



	.ElementoDestacadoMovil h3 {
		margin: 0;
		padding: 3px 6px;
		color: #fff;
		display: block;
		max-width: 100%;
		height: 15px;
		white-space: nowrap;
		background-color: #e23138;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		position: absolute;
		top: 6px;
		left: 6px;
		z-index: 2;
	}
	
	.ElementoDestacadoMovil h3 a {
		color: #fff;
	}

	.ElementoDestacadoMovil p.FotoElemento {
		width: 100%;
		margin: 0px;
		float: none;
	}
	
	.ElementoDestacadoMovil .FotoElemento a {
		display: block;
	}
	
	.ElementoDestacadoMovil .FotoElemento a img {
		object-fit: cover;
		object-position: 50% 20%;
		width: 100%;
		display: block;
	}
	
	.ElementoDestacadoMovil .DatosElemento {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 50px 12px 12px 12px;
		border-top: 0;
		background-color: #000;
		color: #fff;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+24,000000+100&0+0,0.65+24,0.8+100 */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 50px, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50px,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50px,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */		
		
	}
	
	.ElementoDestacadoMovil h2 {
		margin: 0;
		font-weight: 400;
	}
	
	.ElementoDestacadoMovil h2 a {
		color: #fff;
	}	
	
	.ElementoDestacadoMovil h2 a:hover {
		color: #fff;
		text-decoration: underline;
	}
		
	.ElementoDestacadoMovil p {
		margin: 0 0 12px 0;
	}
			
	.ElementoDestacadoMovil a.MarcaElemento:hover .fa,
	.ElementoDestacadoMovil a.MarcaElemento:hover .ra-lo-mejor-redaragon {
		background-color: #eaeaea;
		color: #e23138;
	}	

}