.divButton, .divButtonWid {
	border-color: #ec6b56;
    background-color: #ec6b56;
    color: #ffffff;
    text-align: center;
    padding: 7px;
    margin: 5px;
    cursor: pointer;
}

.close{
	float: right;
	cursor: pointer;
}

/*Modal*/
.fundoModal_pdf, .fundoModal_pdfWid {
	position: fixed;
    top: 0px;
    left: 0px;
    background: #00000057;
    width: 100%;
    height: 100%;
	z-index: 1;
}

.modal_pdf {
	width: 410px;
    height: auto;
    background: white;
    margin: auto;
    margin-top: 10%;
    text-align: center;
    padding: 25px;
	font-size: 13px;
    line-height: 20px;
}

