.fasciagrigia{
    width: 100%;
    display: block;
    text-align: center;
    padding: 0px 0;
    background: #EFEFEF;
    background: linear-gradient(0deg, #DFDFDF 0%, #EFEFEF 100%);
}
.fasciablu{
    width: 100%;
    display: block;
    text-align: center;
    padding: 0px 0;
    background: rgb(35,74,129);
    background: linear-gradient(0deg, rgba(35,74,129,1) 0%, rgba(22,51,83,1) 100%);
}

.fasciablutop{
    display: block;
    width: 100%;
    background: rgba(22,51,83,1);
    padding: 30px 0;
}
.fasciablu .carousel{
    width: 630px;
    margin: 0 auto;
}
.fasciablu .imgc{
    max-height: 380px;
    max-width: 100%;
}

.linkall{
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
}

.footerbar{
    background: -webkit-gradient(linear,left top,left bottom,from(#173157),to(#112544));
}

.btnG {
    border-radius: 2px;
    border: 1px solid #61802c;
    font-family: Arial;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    color: #eee;
    text-shadow: 0 0 4px #334417;
    padding: 7px 15px;
    background-color: #61802c;
    background: -webkit-gradient(linear,left top,left bottom,from(#abcd6a),to(#61802c));
    background: -moz-linear-gradient(top,#abcd6a,#61802c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abcd6a',endColorstr='#61802c');
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.5);
    box-shadow: 0 2px 2px rgba(0,0,0,.5);
    display: inline-block;
    margin-left: 25px;
}