}

/* colonne visualizzazione Blog Categoria */

.cols-2 .column-1 {
    width: 48%;
    float: left;
    margin: 0px;
}

.cols-2 .column-2 {
    width: 48%;
    float: right;
    margin: 0px;
}

.column-1 {
   background: #ffffff;
  border: #9f9f9f 1px solid;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
  padding-left: 5px;
  min-height: auto;
}

.column-2 {
   background: #ffffff;
  border: #9f9f9f 1px solid;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

/* personalizzazione etichette TAGS */

.label-info[href],
.badge-info[href] {
	background-color: #eeeeee;
    border: #cfcfcf 1px solid;
}

.label,
.badge {
	display: inline-block;
	padding: 10px;
    margin: 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #06547E;
	vertical-align: baseline;
	white-space: nowrap;
	
}
.label {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.badge {
	padding-left: 9px;
	padding-right: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.label:empty,
.badge:empty {
	display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
	color: #06547E;
  	border: #757575 1px solid;
	text-decoration: none;
	cursor: pointer;
}

/* menù orizzontale */

.orizzontale li {
display:inline;
list-style-type:none;
padding: 0 7px 0 7px;
margin: 0 20px 0 0;
float:left;
}


/* Modulo senza Bordo per Link Immagini */

#right div.moduletable_ter, #right div.module_ter,
#right div.moduletable_menu_ter, #right div.module_menu_ter {
  border: none;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
}

.nav {
    margin-left: 0;
    margin-bottom: 10px;
    list-style: none;
}  
  /* Immagini Menù (es. Albo Pretorio) adattati al 100% */

.img_menu {
  width: 100%;
}

}

.rosso {
	color: #CD00000;
	font-weight: normal;
}

