	.img-title{
		background-color: rgba(0, 0, 0, 0.17);
		position: absolute;
		top: 48.3%;
		max-height: 55px;
		height: auto;
		width: 379px;
		overflow:hidden;
		font-size: 1em !important;
		/*padding: 0em 1em 0em 1em;*/
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 5px 10px;
		border-radius: 0px 0px 6px 6px !important;
	}
	span.img-title p{
		margin: 0 !important;
		color:#fff;
	}
	span.img-title .post-title{
		text-transform: uppercase !important;
		font-weight: 700;
		font-size:1.2em;
	}
	.post-subtitulo{
		text-transform: uppercase !important;
		font-size:80%;
	}
	.titulo{
		text-transform: uppercase;
		font-weight: 700
	}
	.mas-info{
		font-size:65% !important;
	}
	.info-unit-flecha-mas{
		position:absolute;
		top:50%;
		left:100%;
	}
	.info-unit-flecha-anterior{
		position:absolute;
		top:50%;
		left:10%;
	}
	@-moz-document url-prefix() {
	    .img-title {
	        top: 82% !important;
	    }
	}