/*Testata modale*/
#modal .modal-header{
	background-color: #1656b0; /*blu*/
	color: #fff; /*bianco*/
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

/*x della chiusura nell'header*/
#modal .modal-header > .close{
	color: #fff; /*bianco*/
	opacity:0.9;
}