﻿body
{
    top: 0px;
    margin: 0px;
    padding: 0px;
    font-family: Arial,Verdana;
    background-color: #2d5f92; /*Celeste*/
}
/*
        Colori:
            Rosa: #f292b7
            Blue: #2d5f92
    */

.mpMainDiv
{
    width: 1020px;
    margin: 0px auto;
    padding: 0px;
    background-color: White;
}

.mpOmbra
{
    margin: 0px auto;
    top: 0px;
    padding: 0px;
    background: url('../image/ombra.png') repeat-y center top; /*     position: relative;     top: 0px;     left: 0px;     */
}

.mpPreHeader
{
    width: 100%; /*height: 60px;*/
    margin: 0px;
}
.mpHeader
{
    width: 100%;
    height: 300px !important;
    overflow: hidden;
    margin: 0px;
    background-color: White;
    position: relative;
}
.mpHeaderSlide
{
    z-index: 10;
}
.mpHeaderLogo
{
    background-image: url('../image/logo.png');
    background-repeat: no-repeat;
    width: 185px;
    height: 288px;
    z-index: 20;
    position: absolute;
    top: 5px;
    left: 10px;
}

.mpMenu
{
    width: 100%;
    margin: 0px;
    position: relative;
    z-index: 100;
    background-color: White;
    padding: 0px;
}
.mpMenuOmbra
{
    background-image: url('../image/OmbraMenu.png');
    background-repeat: no-repeat;
    width: 1020px;
    height: 21px;
    margin: 0px;
    padding: 0px;
}
.mpContent
{
    margin: 0px;
    overflow: hidden;
    width: 100%;
}

.mpPreFooter
{
    width: 100%;
}

.mpFooterBanner
{
    width: 100%;
}

.mpFooter
{
    border-top: 3px solid #E2E2E2;
    background-color: #2d5f92;
    min-height: 30px;
    padding: 0px;
    width: 100%;
}

.mpFooter table
{
    margin: 0px auto;
    margin-top: 5px;
    width: 850px;
    font-family: Verdana;
    font-size: 10px;
    color: White;
}
.feTxtBe4
{
    font-family: Times New Roman;
    font-size: 10px;
    color: White;
    margin-right: 5px;
}
.feImgBe4
{
    height: 40px;
    vertical-align: middle;
}


/*GLOBALI*/
a.titoliThumb:link, a.titoliThumb:visited
{
    font-family: Arial,Times New Roman,Verdana;
    font-size: 14px;
    color: #1D3E69;
    font-weight: bolder; /*color: #D0D0D0;*/
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    vertical-align: middle;
}

a.titoliThumb:hover
{
    color: #1961BF;
}
