body {
    text-align:center;
	background-color:#FFFFFF;
    }

#dvBody {
    overflow: hidden;
    margin: 5px auto 5px auto;
    text-align:left;
    width: 99.9%;
    max-width: 50em;
	background-color:#FFFFFF;
    }

/* Centratura e max-width per IE 5.x e 6 */

* html #dvBody {
    overflow: visible;
    }

* html #dvBody {width: 50em; /* Se JS  non è abilitato */

width:expression(((document.compatMode &&
document.compatMode=='CSS1Compat') ?
document.documentElement.clientWidth : 
document.body.clientWidth)>(802/12) 
* parseInt(document.body.currentStyle.fontSize)?
"50em" : "99.9%"); }

    
/* Fine centratura */

/* Serve il floating del logo per far scalare l'immagine che lo costituisce */

    
img#logoPresidenza {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    }

/* 1px di padding top solo per IE */

* html #tdcontenuto {
    padding-top: 1px;
    }

/* Menu a linguette per le pagine dei Dipartimenti */

.dvMenuDip {
    float: left;
    width: 100%;
    margin-top: .17em;
    background: #fff url(../userfiles/image/BordoTab.jpg) repeat-x bottom;
    }

.dvMenuDip  ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }

.dvMenuDip  ul li {
    display: inline;
    margin: 0;
    padding: 0;
    }

.dvMenuDip  ul li a {
    float: left;
    background: #fff url(../userfiles/image/tabs_sin.gif) no-repeat left top;
    padding: 0 0 0 9px;
    margin: 0;
    border-bottom: 1px solid #B7AE88;
    text-decoration: none;
    color: #202020;
    font-weight: bolder;
    }

.dvMenuDip  ul li a span {
    float: left;
    display: block;
    background: #fff url(../userfiles/image/tabs_dex.gif) no-repeat right top;
    padding: 5px 15px 4px 6px;
    margin: 0;
    color: #202020;
    font-weight: bolder;
    }    

.dvMenuDip > ul li a span {
    width: auto;
    }
    
.dvMenuDip li a:hover, .dvMenuDip li a:active, .dvMenuDip li a:focus {
    background-position: 0% -150px;
    color: #800001;
    font-weight: bolder;
    text-decoration:underline;
    }

.dvMenuDip li a:hover span, .dvMenuDip li a:active span, .dvMenuDip li a:focus span {
    background-position: 100% -150px;
    color: #800001;
    font-weight: bolder;
    text-decoration:underline;
    }
    
.dvMenuDip li.corrente {
    float: left;
    display: block;
    background: #fff url(../userfiles/image/tabs_sin.gif) no-repeat left top;
    padding: 0 0 0 9px;
    margin: 0;
    background-position: 0% -150px;
    border-bottom: 1px solid #fff;
    color: #800001;
    font-weight: bolder;
    }
    
.dvMenuDip li.corrente span {
    float: left;
    display: block;
    background: #fff url(../userfiles/image/tabs_dex.gif) no-repeat right top;
    padding: 5px 15px 4px 6px;
    margin: 0;
    background-position: 100% -150px;
    color: #800001;
    font-weight: bolder;
    }

#dvContenutoMenuDip 
{
    margin-bottom:		0.5em;
    padding:			0 0.5em;
    clear:				both;
    border-right:		1px solid #B7AE88;
    border-bottom:		1px solid #B7AE88;
    border-left:		1px solid #B7AE88;
    width:				97.5%;
}
/* Fine Menu Linguette */

#bodyInterno #tdcentrale .dvNotizia {
    float: left;
    padding: .5em 0 0 .5em;
    margin-bottom: 0.5em;
    width: 100%;
    }

#bodyInterno #tdcentrale  .dvNotizia img {
    float: left;
    margin: 0 .5em .15em 0;
    padding: .25em;
    border: 1px solid #585858;
    }