/*
 * Copyright (C) 2015
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 * A copy is found in the textfile GPL.txt
 */
 
/*
 * * Autore: Samuele Ortolani
 */


map#mbc {
	color: rgb(0,0,0);
	font-weight:normal;
}

div.cms-size-medium h2 {
font-size: 1.1em;
line-height: 1.3em;
}


/* link */
.cms-content-left a:link,
.cms-content-normal a:link,
.cms-content-border a:link,
.cms-content-right a:link {
 color: rgb(0,43,185);
 color: rgb(204,0,0);

 text-decoration:none;
  
 }

 
.cms-content-left a:visited,
.cms-content-normal a:visited,
.cms-content-border a:visited,
.cms-content-right a:visited{
 color: rgb(90,54,150);
  color: rgb(204,0,0);

 text-decoration:none;
 }
 
  
.cms-content-left a:active,
.cms-content-normal a:active,
.cms-content-border a:active,
.cms-content-right a:active{
 text-decoration:none;
}
 
.cms-content-left a:hover, 
.cms-content-normal a:hover, 
.cms-content-border a:hover, 
.cms-content-right a:hover{
 color: rgb(0,43,185);
  color: rgb(204,0,0);
 text-decoration:underline;
}
 
/* altezza minima fissa */
div.min-height {
/* provvisoriamente più corto per la home page-news nascoste */
min-height: 302px;
height: auto !important;
height: 302px;
}