html, body {
    margin: 0px;
    padding: 0px;
    color: #003f7f;
    background-color: #003f7f;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

a {
    color: #003f7f;
    background-color: inherit;
    text-decoration: underline;
}

img {
    border: none;
}

.sx {
    text-align: left;
}

.cx {
    text-align: center;
}

.dx {
    text-align: right;
}

.jx {
    text-align: justify;
}

h1 {
    margin-top: 0px;
    font-size: 150%;
    font-weight: bold;
}

h2 {
    margin-top: 0px;
    font-size: 125%;
    font-weight: bold;
}

.bordoPunteggiato {
    padding: 4px;
    border: 1px dotted #003f7f;
}

/* contenitori */

.contenitorePrincipale {
    position: relative;
    margin: 45px auto;
    padding: 4px;
    width: 760px;
    color: inherit;
    background-color: #ffffff;
    border: 2px solid #003f7f;
}

.contenitoreImmagine {
    margin: 0px;
    padding: 0px;
}

/* immagine */

.immagine {
	margin: 0px;
	padding: 0px;
}

.immagineIngrandita {
    margin: 0px;
    padding: 0px;
}

/* intestazione */

.logoCertificazione {
    float: right;
    position: absolute;
    top: -19px;
    right: -19px;
}

.intestazione {
    margin: 0px;
    padding: 0px;
    height: 100px;
    color: inherit;
    background-color: #003f7f;
    text-align: left;
}

.logo {
    margin: 0px;
    padding: 5px;
}

/* menu */

.menu {
    margin: 0px;
    padding: 0px;
    height: 40px;
    color: inherit;
    background-color: #ffff00;
    text-align: left;
}

.cellaVoceTabellaMenu {
    height: 40px;
    padding: 4px 8px 4px 4px;
}
.cellaVoceTabellaMenu a {
    color: #003f7f;
    background-color: inherit;
    text-decoration: none;
}
.cellaVoceTabellaMenu a:hover {
    color: #003f7f;
    background-color: inherit;
    text-decoration: underline;
}

.cellaVoceSelezionataTabellaMenu {
    height: 40px;
    padding: 4px 8px 4px 4px;
}
.cellaVoceSelezionataTabellaMenu a {
    color: #003f7f;
    background-color: inherit;
    font-weight: bold;
    text-decoration: underline;
}

/* contenuto */

.contenuto {
    margin: 0px;
    padding: 20px 4px;
    color: #003f7f;
    background-color: #ffffff;
    text-align: justify;
}

/* software */

.tabellaSoftware {
    margin: 0px;
    padding: 0px;
    font-size: 95%;
}

.tabellaSoftware img {
    border: 1px solid #003f7f;
}

.cellaImmagineTabellaSoftware {
    width: 200px;
    padding: 4px;
    vertical-align: top;
}

.cellaTestoTabellaSoftware {
    padding: 4px;
    text-align: justify;
    vertical-align: top;
}


/* soluzioni web */

.tabellaSoluzioniWeb {
    margin: 0px;
    padding: 0px;
    font-size: 95%;
}

.tabellaSoluzioniWeb img {
    border: 1px solid #003f7f;
}

.cellaImmagineTabellaSoluzioniWeb {
    width: 200px;
    padding: 4px;
    vertical-align: top;
}

.cellaTestoTabellaSoluzioniWeb {
    padding: 4px;
    text-align: justify;
    vertical-align: top;
}

/* piè di pagina */

.pieDiPagina {
    margin: 0px;
    padding: 4px;
    clear: both;
    font-size: 80%;
    text-align: right;
}

