﻿
.bottoneNEWS {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    font-size: 1.2em;
    color: white;
    font-weight: normal;
    border-radius: 5px;
    white-space: normal;
    text-transform: uppercase;
    font-family: sans-serif;
    background-color: red;
    letter-spacing: 0.2pt;
    max-width: 150px;
    width: 100%;
}

.bottoneNEWS:hover {
    opacity: 0.5;
}

.principaleNEWS {
    text-align: center;
    font-family: 'Century Gothic';
    font-size: 1.2em;
    width: 100%;
    margin: 0px auto 5px auto;
    border: 0px solid red;
    padding: 0 0 0px 0;
}

.comboNEWS {
    font-size: 95%;
    background-color: white;
    border-radius: 5px;
    text-transform: uppercase;
    padding-left: 3px;
}

.cellaNEWS1a, .cellaNEWS3a {
    background-color: antiquewhite;
    border-radius: 5px;
    margin-bottom: 2px;
}

.cellaNEWS2a {
    background-color: transparent;
    border-radius: 5px;
    margin-bottom: 2px;
}

.cellaNEWS1b, .cellaNEWS2b, .cellaNEWS3b, .cellaNEWS4b {
    background-color: transparent;
    font-weight: normal;
}

.cellaNEWS1b:hover, .cellaNEWS2b:hover, .cellaNEWS3b:hover {
    /*background-color: aquamarine;*/
    border-radius: 5px;
}

.cellaNEWS1a, .cellaNEWS1b, .cellaNEWS2a, .cellaNEWS2b, .cellaNEWS3a, .cellaNEWS3b, .cellaBottoneNEWS, .comboNEWS, .bottoneNEWS {
    height: 30px;
    margin: 0px auto 0px auto;
    text-decoration: none;
    width: 98%;
    max-width: 98%;
    vertical-align: middle;
}

.cellaNEWS1a, .cellaNEWS1b, .cellaNEWS2a, .cellaNEWS2b, .cellaNEWS3a, .cellaNEWS3b {
    padding: 0 0 0 0;
}

.cellaNEWS1a{
    text-align:center;
/*    padding-right: 10px;
*/    border: 1px solid gray;
}

.imgNEWS {
    height: 100px;
    border: 2px solid Gray;
    border-radius: 5px;
}

@media screen and (min-width: 100px) and (max-width: 899px) {
    .cellaNEWS1a, .cellaNEWS3a {
        padding-top: 10px;
        height: 24px;
    }

    .cellaNEWS1b, .cellaNEWS2a, .cellaNEWS2b, .cellaNEWS3b, .cellaBottoneNEWS {
        width: 100%;
        height: 100%;
    }
    .cellaNEWS1a, .cellaNEWS2a, .cellaNEWS3a {
        width: 100%;
        height:30px;
    }

    .cellaNEWS2b {
        padding-left: 0px;
    }

    .columnNEWS {
        margin-bottom: 3px;
    }
    .cellaNEWS1a {
        text-align: center;
        padding-right: 0px;
    }

    .contenitoreNEWS {
        display: normal;
        margin-bottom: 10px;
        margin-top: 0px;
        padding: 0 0 0 0;
        width: 99%;
        vertical-align: middle;
        text-align: center;
        border: 0px solid Green;
    }
}

@media screen and (min-width: 900px) {
    .columnNEWS {
        display: table-cell;
    }

    .cellaNEWS1a {
        width: 12%;
    }

    .cellaNEWS1b {
        width: 30%;
    }

    .cellaNEWS2a {
        width: 12%;
    }

    .cellaNEWS2b {
        width: 30%;
        text-align: left;
        padding-left: 5px;
    }

    .cellaNEWS3a, .cellaNEWS3b {
        width: 12%;
    }

    .cellaNEWS4b {
        width: 7%;
    }

    .cellaBottoneNEWS {
        text-align: left;
        max-width: 10%;
        vertical-align: middle;
    }

    .contenitoreNEWS {
        display: table;
        margin-bottom: 10px;
        margin-top: 0px;
        padding: 0 0 0 0;
        width: 99%;
        vertical-align: middle;
        text-align: center;
        border: 0px solid Green;
    }
}
