/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-mag-2014, 15.09.55
    Author     : CUP2000 S.p.A. - Marco Pollacci
*/


/* -- Solo Chrome -- */
@media screen and (-webkit-min-device-pixel-ratio:0) {

    div#block-menu-menu-banda-larga{
        margin-right: 3px;
    }
    
    div#block-views-bandiassunzioni-block h2{
        padding: 3px 0px 1px 9px;
    }
    
    body.i18n-en #block-block-1{
        position: absolute;
        top: 5px;
        right: 13px;
    }

}
 
/* -- fine Chrome -- */

/* -- IE >= 9 -- */
@media screen and (min-width:0\0) {

    #block-block-1 img{
    float: none;
    margin-bottom: 10px;
}

#block-block-1{
    margin-top: -21px;
    margin-bottom: -58px;
}

#main-menu-links a{
    border-radius: 0px 0px;
}

}

/* -- fine IE >= 9 -- */