.pdf iframe {
	 width: 100%;
   height: 400px;
}

.vista-de-piezas .modal-dialog .modal-content.modal-piezas .modal-body .imagen img {
	max-height:400px;
}

a.vote-button.voted {
	text-decoration: none;
  background: #FE6B64;
  color: white;
}

a.vote-button.voted span {
	background-image: url(/themes/custom/unicef/images/like-white.svg);
}

@media only screen and (max-width: 1200px) {
	.vista-de-piezas .modal-dialog .modal-content.modal-piezas{
		width: 90%;
    height: 80%;
    margin-left: 5%;
	}	
}

