﻿@font-face {
    font-family: 'Gill Sans';
    src: url('/assets/fonts/Gills Sans/GillSans.eot'); /* IE9 Compat Modes */
    src: url('/assets/fonts/Gills Sans/GillSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/assets/fonts/Gills Sans/GillSans.woff2') format('woff2'), /* Super Modern Browsers */
        url('/assets/fonts/Gills Sans/GillSans.woff') format('woff'), /* Pretty Modern Browsers */
        url('/assets/fonts/Gills Sans/GillSans.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/assets/fonts/Gills Sans/GillSans.svg#GillSans') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

body {
    /*font-family:'Gill Sans', Tahoma, Geneva, Verdana, sans-serif;*/
}
.titolo_pagina {
    height: 44px;
    color: #683c3c;
    background-color: #e6e6e6;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    /*position:fixed;*/
    width: 100%;
    z-index: 1;
}

.titolo_pagina_marginesup {
    height: 70px;
}

.linkBackTo {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
    color: black;
    padding-top: 4px;
}
.linkBackTo a{
    color:#808080;
}

@media screen and (min-width: 1250px) {
    /*desktop*/
    .titolo_pagina {
        height: 36px;
        color: #315caa;
        background-color: #e6e6e6;
        padding: 5px 0;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        position: fixed;
        width: 100%;
        z-index: 1;
    }
}

@media screen and (max-width: 1250px) {
    /*mobile*/
}