#prensa {
    color: #6e9949!important;
}

.pdf{
	width: 100%;
	max-height: 600px;
	min-height: 600px;
}

.scroll::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.scroll::-webkit-scrollbar{
    width: 6px;
    
}

.scroll::-webkit-scrollbar-thumb{
    background-color: #0088cc ;
}

.thumb-info-title{
	position: relative!important;
	display: block!important;
}

.thumb-info{
	border: solid 1px #d8ddd7!important;
}

.thumb-info:hover{
	box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.5);
	transition: all .3s ease-in-out;

}

.thumb-info:hover .thumb-info-title{
	background: #08683c;
	transition: all .3s;
	text-decoration: none;
}

.thumb-info:hover .thumb-info-inner{
	text-decoration: none;
}

.thumb-info:hover .thumb-info-wrapper img{
	transform: scale(1.05)!important;
	transition: all .3s ease-in-out;
}

.thumb-info-inner{
	line-height: 1em!important;
	border-bottom: solid 1px rgba(255,255,255,.1);
	padding-bottom: 4px;
}

a:hover{
	text-decoration: none;
}

.boton-prensa{
	float: right;
    margin-top: 5px;
}

.boton-prensa:hover, .thumb-info:hover .boton-prensa{
	color: #fff!important;
	background-color: #333!important;
    border-color: #333 #333 #4c4c4c!important;
}