﻿@charset "utf-8";
/* CSS Document */

BODY {
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    color: #333333;
    line-height: 1.4rem !important;
}


i {
    font-style: italic;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    /*color:#fb2121;*/
    color: #10126f;
    text-decoration: none;
}



.container {
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
}

.header {
    height: 200px;
}

    .header h1 {
        float: left;
        height: 160px;
    }

.lang {
    float: right;
    margin-top: 0;
    margin-right: 10px;
}

    .lang a {
        /*color:#fb2121;*/
        color: #10126F;
        font-size: 16px;
        text-decoration: none;
    }

.break {
    height: 3px;
    width: 100%;
    background-image: url(../imgs/break_new.png);
    background-repeat: repeat-x;
    margin-bottom: 50px;
}


h1 {
}

h2 {
    background-image: url(../imgs/bg_h2_new.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 10px;
    font-size: 22px;
    color: #000;
    margin-bottom: 35px;
}

h3 {
    margin-top: 80px;
    background-image: url(../imgs/bg_h3_new.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 7px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}


.news h3 {
    margin-top: 0;
    background-image: url(../imgs/bg_h3_new.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 7px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.news {
}


.content ul.news li {
    list-style-type: none;
    border-bottom: dotted 1px #808080;
    margin-bottom: 20px;
}


.news_date {
    text-align: right;
    font-size: 12px;
    /*color:#fb2121;*/
    color: #10126f;
}


.autorita h3 {
    margin-top: 80px;
    background: none;
    /*background-image:url(../imgs/bg_h3.png);
  background-repeat:no-repeat;
  background-position:left center;*/
    padding-left: 7px;
    margin-left: auto;
    margin-right: auto;
    /*width: 150px;*/
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.autorita h4 {
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin-top: 10px auto;
    margin-bottom: 30px;
}

.authorities h3 {
    width: 110px;
}

.autorita ul {
    padding-left: 10px;
}



    .autorita ul li {
        list-style-type: lower-latin;
        text-align: justify;
    }

        .autorita ul li ul li {
            /*list-style-type:decimal; */
            list-style-type: lower-latin;
            margin-bottom: 5px;
        }

.autorita h3:first-child {
    margin-top: 0;
}

.art {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.sotto-art {
    text-align: center;
    font-style: italic;
    margin-bottom: 10px;
}

.center {
    overflow: hidden;
    margin-bottom: 25px;
}

.sidebar {
    width: 234px;
    float: left;
    margin-right: 20px;
}

    .sidebar ul li {
        background-image: url(../imgs/bg_link_new.png);
        background-position: left top;
        background-repeat: no-repeat;
        padding-left: 10px;
        margin-bottom: 25px;
    }

        .sidebar ul li:nth-last-child(-n+2) {
            margin-top: 65px;
        }

        .sidebar ul li:last-child {
            margin-top: 0px;
        }


        .sidebar ul li a {
            font-size: 17px;
            color: #000;
            text-decoration: none;
        }

.content {
    width: 706px;
    float: left;
    overflow: hidden;
}


    .content p {
        line-height: 20px;
        margin-bottom: 25px;
        text-align: justify;
    }


    .content ul {
        padding-left: 16px;
    }


        .content ul li {
            margin-bottom: 25px;
            text-align: justify;
            margin-left: 10px;
            line-height: 18px;
            /* list-style-type:lower-latin;  */
            list-style-type: decimal;
        }

    .content p:first-letter {
        font-size: 20px;
        /*color:#fb2121;*/
        color: #10126f;
    }

.one-column {
}


.two-column {
    width: 340px;
    float: left;
}



.maiuscolo {
    text-transform: uppercase;
}

.footer {
    margin-bottom: 50px;
}

    .footer ul {
        margin-top: -30px;
        margin-left: 10px;
    }

        .footer ul li {
            font-size: 12px;
            margin-bottom: 10px;
        }

ul.basic_ul {
    margin-top: 20px;
}

    ul.basic_ul li {
        list-style-type: none;
    }

a[rel="pdf"] {
    background-image: url(../imgs/pdf_icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 5px 0 5px 35px;
    display: block;
}


.one-column .no_list li {
    list-style-type: none;
}

.one-column .roman li {
    list-style-type: lower-roman;
}

.one-column .disk li {
    list-style-type: disc;
}

p.giustificato {
    text-align: justify;
}

.content p.giustificato::first-letter {
    font-size: 17px;
    color: #333;
}

a[rel="link"] {
    background-image: url("../imgs/link_new.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0 5px 35px;
}


ul li ul {
    margin-top: 25px;
    margin-left: 10px;
}

.clear_10 {
    height: 10px;
    clear: both;
}

.clear_20 {
    height: 20px;
    clear: both;
}
/*@media only screen and (min-width:150px) and (max-width:700px) {
  body {
    color:#000;
   font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
   font-size:12px;
   font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
   width:100%;
 }
 #page {
   width: 98%;
   min-width: 310px;
   margin: 0px auto;
   padding: 0px 0px;
   position: relative;
 }
}
@media only screen and (orientation:portrait) and (min-width:321px) {
 html, body {
    width: 320px;
   min-width: 310px;
   margin: 0px;
    overflow-x: hidden;
 }
 #page {
   width: 320px;
   min-width: 310px;
   margin: 0px;
  }
}
@media only screen and (orientation:portrait) and (min-width:481px) {
 html, body {
    width: 480px;
   min-width: 470px;
   margin: 0px;
    overflow-x: hidden;
 }
 #page {
   width: 480px;
   min-width: 470px;
   margin: 0px;
  }
}*/
