﻿
.imgSUE {
	background: url('Images/SUE.jpg') no-repeat center center;
	width: 699px;
	height: 298px;
}

.imgTipoSUE {
	background: url("Images/imgTitoloSUE.png") repeat scroll 0 0 transparent;
	float: left;
    height: 35px;
    margin: 54px 10px 0 10px;
    width: 34px;
}

.titoloSezione {
    font-size: 24px;
}

.borderRight {
    border-right: 1px solid #e7e7e7;
}

.divContainer {
    text-align: center;
    width: 48%;
    height: 200px;
    cursor: pointer;
    background: url('Images/default.png') no-repeat 50% 0%;
    float: left;
    margin: 0px 10px 0px 0px;
}   

.divContainer:hover {
    background: url('Images/active.png') no-repeat 50% 0%;
}   

.divContainer:hover a {
    text-decoration: underline;
} 

.divContainerSUAP {
    text-align: center;
    width: 48%;
    height: 200px;
    cursor: pointer;
    background: url('Images/Suap.png') no-repeat 50% 0%;
    float: left;
    margin: 0px 10px 0px 0px;
}   

.divContainerSUAP:hover {
    background: url('Images/SuapHover.png') no-repeat 50% 0%;
}   

.divContainerSUAP:hover a {
    text-decoration: underline;
} 

.divContainerRegolamenti {
    text-align: center;
    width: 48%;
    height: 200px;
    cursor: pointer;
    background: url('Images/Regolamenti.png') no-repeat 50% 0%;
    float: left;
    margin: 0px 10px 0px 0px;
}   

.divContainerRegolamenti:hover {
    background: url('Images/RegolamentiHover.png') no-repeat 50% 0%;
}

.divContainerRegolamenti:hover a {
    text-decoration: underline;
}   

.divContainerModulistica {
    text-align: center;
    width: 48%;
    height: 200px;
    cursor: pointer;
    background: url('Images/Modulistica.png') no-repeat 50% 0%;
    float: left;
    margin: 0px 10px 0px 0px;
}   

.divContainerModulistica:hover {
    background: url('Images/ModulisticaHover.png') no-repeat 50% 0%;
}

.divContainerModulistica:hover a {
    text-decoration: underline;
}   

.divContainerCartografia {
    text-align: center;
    width: 48%;
    height: 200px;
    cursor: pointer;
    background: url('Images/Cartografia.png') no-repeat 50% 0%;
    float: left;
    margin: 0px 10px 0px 0px;
}   

.divContainerCartografia:hover {
    background: url('Images/CartografiaHover.png') no-repeat 50% 0%;
}

.divContainerCartografia:hover a {
    text-decoration: underline;
}   

.divContainerConsulta {
    text-align: center;
    width: 48%;
    height: 200px;
    cursor: pointer;
    background: url('Images/consultaPratiche.png') no-repeat 50% 0%;
    float: left;
    margin: 0px 10px 0px 0px;
}   

.divContainerConsulta:hover {
    background: url('Images/consultaPraticheHover.png') no-repeat 50% 0%;
}

.divContainerConsulta:hover a {
    text-decoration: underline;
}  

.divContainerConcessioni {
    text-align: center;
    width: 48%;
    height: 200px;
    cursor: pointer;
    background: url('Images/Concessioni.png') no-repeat 50% 0%;
    float: left;
    margin: 0px 10px 0px 0px;
}   

.divContainerConcessioni:hover {
    background: url('Images/ConcessioniHover.png') no-repeat 50% 0%;
}

.divContainerConcessioni:hover a {
    text-decoration: underline;
}  

.testoSmall {
    font-size: 12px;
}

.testoAnchor {
    font-size: 18px;
    color: #2a75b4;
}

.spacer {
    padding: 50px 0 10px;
}

.lineHeight {
    line-height: 12px;
    margin-bottom: 20px;
}

.divClear {
    clear: both;
    height: 30px;
}

.divClearSmall {
    clear: both;
    height: 15px;
}
