﻿.boxContenitore
{
    width: 300px;
    background: none repeat scroll 0 0 White;
    border: 3px solid #f292b7;
    margin-bottom: 20px;
    border-radius: 20px;
}

.boxTitolo
{
    border-bottom: 1px dashed #f292b7;
    color: #2d5f92;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    padding: 3px 0px 0px 5px;
    margin-bottom: 10px;
    font-style:oblique;
    /*border-bottom: 1px dashed #831D1C;
    */
}

.boxContenuto
{
    background-color:White; 
    margin: 5px;
   
}

