#content h3 {
    color:#DB170F;
    text-align:left;
    margin:0;
    padding:0;
    font-size:13px;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:underline
}

#content h3 a{
    color:#DB170F;
    text-decoration:underline
}

#content h3 a:hover{
    color:orange;

}

#pagina h2 {
    color:#7f1919;
    margin:8px 0 8px 0;
    font-weight:bold;
    font-size:19px;
    padding:0
}

.blu {
    color:#034F8E;
    font-weight:bold;
    font-size:11px
}

.blu2 {
    color:#034F8E;
    font-weight:bold;
    font-size:13px
}

.arancio {
    color:#f2441d;
    font-weight:bold;
    font-size:12px
}

.prezzo {
    color:black;
    font-size:13px;
    font-weight:bold
}

.margin05 {
    margin:0 0 7px 0;
    font-size:13px;
    line-height:16px
}

#content ul {
    list-style-type:square;
    margin:0 0 0 20px;
    padding:0
}

#content ul li{
    list-style-type:square;
    margin:8px 0;
}

.contatti {
    background:#4ec076;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    color:#fff;
    line-height:30px;
    border:1px solid #0c963d;
    margin:10px 0 10px 0
}

.sez {
    background:#f8c382;
    text-align:left;
    font-weight:bold;
    font-size:14px;
    color:#f2441d;
    line-height:30px;
    border:1px solid #f2441d ;
    margin:10px 0 5px 0;
    padding:0 0 0 5px
}

.border {
    border:1px solid gray;
    padding:1px;
}

/* PAGINA */

#content {
    padding:10px 10px 0 10px;
    text-align:justify;
    color:#454545;
    
}

#content a{
    color:#f2441d;
    font-weight:bold;
    text-decoration:none
}

#content a:hover{
    color:black;
    text-decoration:underline
}

.tit-pagina {
	background:#DB520F;
	text-align:left;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	line-height:25px;
        padding:0 5px
}

/* LISTA */

.evento {
    border: 1px solid gray;
    padding:5px;
    margin:10px 0;
    min-height:150px;
    font-size:12px;
    color:#4b4545
}


/* FORM */

#form {
    background:#eee;
    border:1px solid gray;
    padding:5px
}

#form table{
    width:530px
}

#form table td{
    padding:5px 0;
    text-align:left
}

input {
    vertical-align:middle
}

.input-text {
   width:98%;
   border:1px solid gray;
   height:16px;
   font-size:11px
}

textarea {
   width:99%;
   border:1px solid gray;
   height:150px;
   font-size:11px
}

#send {
    width:70px;
    background:#f2441d;
    border:0;
    text-align:center;
    color:white;
    font-size:12px;
    font-weight:bold;
    height:18px
}
