﻿a {
    text-decoration: none;
    color: #046b9e;
}

section {
    width: 1200px;
    margin: 0 auto;
    display: table;
    padding: 60px 0;
    clear: both;
}

.BGColor {
    background-color: #f6f5f5;
    clear: both;
    padding: 0;
    display: block;
    position: relative;
    margin: 0;
}

h1 {
    font-weight: bold;
    text-transform: uppercase;
    color: #046b9e;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 22px;
}

/*titoli News Home*/
h2 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #000;
    font-weight: 700;
}
/*titoli news interni*/
h3 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 20px;
    color: #000;
    font-weight: 700;
}

    h3 span {
        font-size: 15px;
        padding: 15px 0;
        margin: 0;
        line-height: 15px;
        color: #000;
        font-weight: 500;
    }

p {
    padding: 0;
    margin: 0;
    line-height: 23px;
}

.ChiSiamo p a,
.BGColor p a,
.Donazioni p a {
    display: inline-block;
    position: inherit;
    border-bottom: 2px solid #5abaea;
    font-weight: 600;
}

/********************************************************INIZIO TEXTBOX*/

input[type="search"] {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    display: inline-block;
    width: 98%;
    padding: 5px 6px;
    height: 30px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #555;
    vertical-align: middle;
}
/*******************************************************FINE TEXTBOX*/
