﻿*
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: #2c2b2b;
}

#wrapper
{
    background-color: #2c2b2b;
}

.rslides
{
    box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
    margin: 0 auto 40px;
}

.rslides
{
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    /*margin: 0 auto 40px;*/
    text-align: center;
}

    .rslides li
    {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        /*left: 0;*/
        top: 0;
        text-align: center;
    }

        .rslides li:first-child
        {
            position: relative;
            display: block;
            /*float: left;*/
        }

    .rslides img
    {
        display: block;
        height: auto;
        /*float: left;
  width: 100%;*/
        border: 0;
    }



@media screen and (max-width: 540px)
{
    h1
    {
        font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .list
    {
        margin-left: 20px;
    }
}

@font-face
{
    font-family: 'maggiorani';
    src: url('/Fonts/gothic.eot'); /* IE9 Compat Modes */
    src: url('/Fonts/gothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Fonts/gothic.woff') format('woff'), /* Pretty Modern Browsers */
    url('/Fonts/gothic.ttf') format('truetype'); /* Safari, Android, iOS */
}

.mioFont_black
{
    font-family:maggiorani;
    color:#000;
}

.mioFont_white
{
    font-family:maggiorani;
    color:#fff;
}

.didascalia
{
    height:30px;
    line-height:30px;
}

.dic8:hover
{
    background-image:url('Images/calendario/monica.jpg');
    display:block;
}
