body{
    margin: 0;
    background-color: #CCCCCC;
}

div.menuBar{
    float: left;
    margin-right: 69px;
    position: relative;
    width: 256px;
    height: 226px;
    overflow: hidden;
    top: 20px;
    left: 30px;
}

div.menuBar:hover{
    cursor: pointer;
}

div.mainContainer{
    float: left;
    width: 1000px;
}

.navbutton {
    position:relative;
    width: 239px;
    height: 20px;
    float:left;
    font-size:11px;
    color:#515153;
    font-family:Lato;
    margin-left: 17px;
}



/*ul.menuList {
    position:relative;
    width: 239px;
    height: 20px;
    float:left;
    font-size:11px;
    color:#515153;
    font-family:Lato;
    margin-left: 17px;
    list-style: none;
    line-height: 20px;
}*/

a {
    text-decoration:none;
    color:#515153;
}

a.W{
    text-decoration:none;
    color:#FFF;
}

a.mailLink{
    text-decoration:none;
    color:#515153;
}

div.imgFirma{
    width: 256px;
    height: 126px;
}

div.containerCritica{
    font-size: 12px;
    color: #515153;
    font-family: Lato;
    position: relative;
    width: 700px;
    float: left;
    height: auto;
    margin-top: 70px;
    padding-bottom: 50px;
    margin-left: 20px;
    overflow: hidden;
}

div.linkCritica{
    margin-bottom: 25px;
}

div.linkCritica:hover{
    margin-bottom: 25px;
    cursor: pointer;
}

div.testoCritica{
/*    font-size: 12px;
    color: #515153;
    font-family: Lato;
    position: relative;*/
    width: 650px;
    /*float: left;*/
    height: auto;
    overflow: hidden;
    text-align: justify;
    margin-left: 35px;
/*    margin-top: 70px;
    padding-bottom: 50px;
    margin-left: 20px;
    overflow: hidden;*/
}

div.testoBio{
    font-size: 12px;
    color: #515153;
    font-family: Lato;
    position: relative;
    width: 368px;
    float: left;
    height: auto;
    margin-top: 70px;
    margin-bottom: 20px;
    text-align: justify;
    /*margin-left: 20px;*/
}


div.testoNews{
    font-size: 12px;
    color: #515153;
    font-family: Lato;
    position: relative;
    width: auto;
    float: left;
    height: auto;
    /*margin-top: 70px;*/
    margin-bottom: 20px;
    /*margin-left: 31px;*/
}

div.testoContatti{
    font-size: 12px;
    color: #515153;
    font-family: Lato;
    position: relative;
    width: auto;
    float: left;
    height: auto;
/*    margin-top: 70px;*/
    margin-bottom: 20px;
}

div.backgroundText{
    height: auto;
    width: auto;
    float: left;
/*    padding-left: 25px;
    padding-right: 25px;*/
/*    background-image: url("../images/backgroundText.png");
    background-repeat: repeat;*/
    margin-top: 50px;
    margin-left: 47px;
}



div.backgroundTextHome{
    height: auto;
    width: auto;
    float: left;
    padding-left: 47px;
    padding-right: 25px;
}

div.footer{
    font-size: 10px;
    color: #515153;
    font-family: Lato;
    position: fixed;
    bottom: 10px;
    margin-left: 20px;
    z-index: 10000;
}

div.altFooter{
    font-size: 10px;
    color: #FFFFFF;
    font-family: Lato;
    position: fixed;
    bottom: 10px;
    margin-left: 20px;
}


span.triangle{
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

hr.hrule{
    width: 40px;
    color: #515153;
    background-color: #515153;
    height: 1px;
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

img.arrow{
    position: relative;
    top: 1px;
    margin-right: 5px;
}