/*
* Custom Styles
*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .splash {
        /* background-color: rgb(42,86,186);
        background-color: rgba(42,86,186,0.95);*/
        background-color: transparent;
    }

        .splash-center {
            width: 708px;
            height: 0px;
            background: #fff;
            margin:0 auto;
            margin-top:20px;
        }

            .splash-title {
                margin: 0 0 5px 0;
            }

            .input-text {
                width: 100%;
                margin-bottom: 5px;
                border: solid 1px #ccc;
                padding: 7px;
            }

            .submit-button {
                margin-bottom: 10px;
            }

            .close-splash {
                margin: 0;
                font-size: 12px;
            }

@media screen and (max-width: 420px) {
    .splash-center {
        margin: 0;
    }
}


	.banner90 {
		border:1px solid black;
		width:728px;
		height:118px;
		margin:0 auto;
		background-color:#0E3C5E;
	}
	
	.x {
    background-color: #A20202;
    color: #FFFFFF;
    float: right;
    font-size: 25px;
    left: -149px;
    position: relative;
    top: 0;
	}
	
	.popup {
	margin-top:120px;
	width:728px;
	}
	
	
	.x .titolo a {
    color: #ffffff;
    text-decoration: none;
}
