﻿/* regole generali */
DIV#riga1
{
    width: 100%;
    margin-left: 1px;
}
DIV#riga2
{
    width: 100%;
    margin-left: 1px;
}
DIV.box
{
    border: solid 1px #008131;
    margin: 10px;
    margin-top: 7px;
    margin-bottom: 4px;
    padding: 5px;
    /* WIDTH */
    width: 170px !important;
    width: 160px;
    /* HEIGHT */
    min-height: 100px; /* IE7+mozilla */
    height: auto!important; /* IE7+mozilla */
    height: 100px; /* IE6 */
}
DIV.box DIV.titolo
{
    color: #008131;
    text-decoration: none;
    border-bottom: #a70966 1px dashed;
    text-transform: uppercase;
    padding-left: 10px;
}
DIV.box DIV.testo
{
    width: 45%;
    line-height: 1.5em;
    padding-top: 10px;
    padding-left: 10px;
}
DIV.box DIV.testo A, DIV.box DIV.testo A:visited
{
    color: #a70966;
    text-decoration: none;
}
DIV.box DIV.testo A:hover
{
    text-decoration: underline;
}
/* box vari */
DIV#box_mamme
{
    float: left;
    margin-right: 6px;
    background: url(http://www.salentodonna.net/images/css/mamma.jpg) white no-repeat right bottom;
}
DIV#box_lavoro
{
    float: right;
    margin-left: 5px;
    background: url(http://www.salentodonna.net/images/css/lavoro.jpg) white no-repeat right bottom;
}
DIV#box_disabili
{
    float: left;
    margin-right: 6px;
    background: url(http://www.salentodonna.net/images/css/disabili.jpg) white no-repeat right bottom;
}
DIV#box_anziani
{
    float: right;
    margin-left: 5px;
    background: url(http://www.salentodonna.net/images/css/anziani.jpg) white no-repeat right bottom;
}
DIV#box_aziende
{
    float: left;
    border: solid 1px #008131;
    margin: 10px;
    margin-top: 7px;
    margin-bottom: 4px;
    padding: 5px;
     width: 365px!important;
   width: 345px;
    /* HEIGHT */
    min-height: 100px; /* IE7+mozilla */
    height: auto!important; /* IE7+mozilla */
    height: 100px; /* IE6 */
}
DIV#box_aziende DIV.titolo
{
    color: #008131;
    text-decoration: none;
    border-bottom: #a70966 1px dashed;
    text-transform: uppercase;
    padding-left: 10px;
}
DIV#box_aziende DIV.testo
{
    line-height: 1.5em;
    padding-top: 10px;
    padding-left: 10px;
    width: 96%;
    float: left;
}
DIV#box_aziende DIV.testo A, DIV#box_aziende DIV.testo A:visited
{
    color: #a70966;
    text-decoration: none;
}
DIV#box_aziende DIV.testo A:hover
{
    text-decoration: underline;
}
DIV#box_news
{
    float: left;
    border: solid 1px #008131;
    margin: 10px;
    margin-top: 7px;
    margin-bottom: 20px;
    padding: 5px;
    width: 365px!important;
    width: 345px;
    float: left;
}
DIV#box_news DIV.titolo
{
    color: #008131;
    text-decoration: none;
    border-bottom: #a70966 1px dashed;
    text-transform: uppercase;
    padding-left: 10px;
}
DIV#box_news DIV.testo
{
    line-height: 1.5em;
    padding-top: 10px;
    padding-left: 10px;
    width: 96%;
    float: left;
}
DIV#box_news DIV.testo A, DIV#box_news DIV.testo A:visited
{
    color: #a70966;
    text-decoration: none;
}
DIV#box_news DIV.testo A:hover
{
    text-decoration: underline;
}
/* altro */
SPAN.titolo_news
{
    color: #008131
}
A.testo_news, A.testo_news:visited
{
    color: #a70966;
    text-decoration: none;
}
A.testo_news:hover
{
    text-decoration: underline;
}

