﻿/* Layout CSS */

#contenitore
{
		width:auto;
		margin:auto;
		position:relative;
}
#masthead {
	  font-family:"Baskerville Old Face";
	  font-size:small;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 165px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align:center;
	
}

#page_content {
	height: 1209px;
	width:560px;
	margin-left:170px;
	margin-right:200px;
	
	
	
}

#right_col {
	text-align:center;
	width: 400px;
	position: absolute;
	right: 0px;
	left:730px;
	top: 0px;
	
}
#coldestra {
	text-align:center;
	width: 190px;
	float:left;
	
}

#menuturistico {
	text-align:center;
	width: auto;
	float:right;
	
	
}


#footer {
}
.pagina {
		 background:#a0badd;		
}
#tagCloud
{
    width:185px;
    border:solid 1px #ccc;
    padding:5px;
    margin-bottom:10px;
    text-align:justify;
    
}

#tagCloud A
{
    text-decoration:none;
    margin-left:5px;
    margin-right:5px;
    font-family:Trebuchet MS, Verdana, Arial;
    text-transform:lowercase;
}

#tagCloud A:hover
{
    color:#00cc00;
    text-decoration:underline;
}

#tagCloud A.weight1
{
    color: #ff9900;
    font-size: 1.9em;
    font-weight:bolder;
}
#tagCloud A.weight2
{
    color: #4169e1;
    font-size:1.5em;
    font-weight:bolder;
}
#tagCloud A.weight3
{
    color: #009eff;
    font-size: 1.4em;
    font-weight:bolder;
}
#tagCloud A.weight4
{
    color: #4188cf;
    font-size: 1.2em;
}
#tagCloud A.weight5
{
    color: #83bcd8;
    font-size: 1.0em;
}

