.close{
	position: absolute;
	height:50px;
	width:50px;
}

.popup{
	position: absolute;
	border: 1px solid #dddddd;
	box-shadow: 10px 10px 10px #666666;
	border-radius: 10px;
}

.contenuto{
	width:100%;
	margin: 0px;
	padding-top: 4px;
}

.barra, .barraModal {
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
    margin: 0px;
    vertical-align: middle;
    margin-right: 8px;
    padding-left: 5px;
    opacity: 0.9;
    background-color: #305987;
    box-shadow: 0px 4px 4px #888888;
    border-radius: 10px 10px 0 0;
    text-align: left;
}

.barraModal {
    background-color: #BA2500;
}

iframe{
	margin:0;
	border: 1px solid #dddddd;
	border-radius: 0 0 10px 10px;
}

.velo{
	position: absolute;
	background: #b1b1b1;
	width: 10px;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
