﻿


/* ********************************************** STRUTTURA ***************************************** */

.slide1 
{
    width:100%;
    height:100%;

}

.slide1Filter 
{
    width:100%;
    height:100%;
    
    /* For Firefox 3.6 to 15 */
	background:-moz-linear-gradient(-45deg, rgba(63,117,165,0.5) 0, rgba(81,59,141,0.5) 100%);

    /* For Safari 5.1 to 6.0 */
	background:-webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(63,117,165,0.5)), color-stop(100%, rgba(81,59,141,0.5)));
	background:-webkit-linear-gradient(-45deg, rgba(63,117,165,0.5) 0, rgba(81,59,141,0.5) 100%);

    /* For Opera 11.1 to 12.0 */
	background:-o-linear-gradient(-45deg, rgba(63,117,165,0.5) 0, rgba(81,59,141,0.5) 100%);

    /* Standard syntax */
	background:linear-gradient(135deg, rgba(63,117,165,0.5) 0, rgba(81,59,141,0.5) 100%);

}


.slide1Section
{
    margin:0px auto;
    width:100%;
    height:auto;
    border:solid 0px #ff0000;

}



.slide1Title
{
    float:left;
    margin-top:80px;
    margin-left:1%;
    width:98%;
    height:auto;
    text-align:center;
    border:solid 0px #ff0000;

}

.slide1Subtitle
{
    float:left;
    margin-top:20px;
    margin-left:1%;
    width:98%;
    height:auto;
    text-align:center;
    border:solid 0px #ff0000;

}

.slide1Consolle 
{
    float:left;
    margin-top:200px;
    width:100%;
    height:auto;
    border:solid 0px #ff0000;

}

.slide1Pulsante {
    margin: 0px auto;
    width: 50px;
    height: 50px;
    border: solid 0px #ff0000;
}

.slide1Pulsante:hover
{
    filter:opacity(1) brightness(0.93);
}

.slide1PulsanteLabel
{
    float:left;
    margin-top:10px;
    width:100%;
    height:auto;
    text-align:center;
    border:solid 0px #ff0000;

}