/*********main grid*********/
.reg_col_1_top {
        padding-left:2px;
        padding-right:2px;
        padding-top:2px;
        border-right:1px solid #ff9900;
        border-left:1px solid #ff9900;
        position:absolute;
        left:0px;
        top:106px;
        width:294px;
        height:68px;
}

.reg_col_1_bottom {
        padding-top:2px;
        padding-left:2px;
        padding-right:2px;
	border-right:1px solid #ff9900;
	border-left:1px solid #ff9900;
	border-bottom:1px solid #ff9900;	
        position:absolute;
        left:0px;
        top:176px;
        width:294px;
        height:393px;
}

.reg_col_2_top {
        padding-top:2px;
        padding-left:2px;
        padding-right:2px;
        border-right:1px solid #ff9900;
        position:absolute;
        left:300px;
        top:106px;
        width:532px;
        height:68px;
}

.reg_col_2_bottom {
        padding-left:2px;
        padding-right:2px;
        padding-top:2px;
        border-right:1px solid #ff9900;
        border-bottom:1px solid #ff9900;
        position:absolute;
        left:300px;
        top:176px;
        width:532px;
        height:393px;
}

.reg_col_3_bottom {
        padding-left:2px;
        padding-right:2px;
        padding-top:2px;
        border-right:1px solid #ff9900;
        border-bottom:1px solid #ff9900;
        position:absolute;
        left:837px;
        top:404px;
        width:150px;
        height:165px;
}

.regMap{
	width:284px;      
        height:393px;            
        overflow:hidden;	
}

.regDescr{
	margin-top:2px;
	padding:5px;
	background-color:#fdf0d9;
    max-height:276px;
    min-height: 248px;
    height: 248px;
    overflow: auto;
    overflow-x:hidden;
    /*color:#000000; */
}

.regDescr h1 {
	margin-top:15px;
	color:#ff3333;
}

.regDescr h2 {
	margin-top:10px;
	color:#000000;
}

.regDescr p {
        font-size:1.3em; 
        line-height:15px;
        margin-top:5px;
        /*color:#000000; */
}

.regDescr div {     
        font-size:1.3em;
        line-height:15px;
        margin-top:5px;
}

.reg_goTo{
	margin-left:3px;
	margin-top:5px;
	font-size:1.2em;
	line-height:13px;
    overflow: hidden;
}

.reg_goTo2 {
	margin:3px;
	margin-top:1px;
	font-size:1em;
	line-height:9px;
	min-height:35px;
	height:44px;
	text-align: justify;
	overflow: hidden;
}

.reg_goTo a{color:#000000;}
.reg_goTo2 a{color:#000000;}
.reg_goTo p {margin-bottom:5px;}

a.provincia { color: #000000; 
				   text-decoration: none;
}
a.provincia:hover { color: #ff3300; 
				   text-decoration: underline;
}

a.scheda { color: #ff3300; 
				   text-decoration: none;
}
a.scheda:hover { color: #000000; 
				   text-decoration: underline;
}