@charset "utf-8";
body {
	font-family: "Verdana";
	font-size: 14px;
	background-attachment: fixed;
	background-color: #27365e;
/*	background-image: url(img/texturecarbonio.jpg);*/
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	color: #1e3250;
}
a:link {
	color: #1e3250;
	text-decoration: none;
}
a:visited {
	color: #1e3250;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
.rosso {
	color: #F00;
}



.UpPage {
	background-image: url(img/BG/topPage.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.DownPage {
	background-image: url(img/BG/bottomPage.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.MidPage {
	background-image: url(img/BG/modPage.png);
	background-repeat: repeat-y;
}



.piepagina {
	font-size: 12px;
}
.piepagina a:link {
	color: #1e3250;
	text-decoration: none;
}
.piepagina a:visited {
	color: #1e3250;
	text-decoration: none;
}
.piepagina a:hover {
	color: #F00;
	text-decoration: none;
}
.sfondoMenu {
	background-color: #27365e;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 22px;
}
.sfondoMenu2 {
	background-color: #CCC;
	color: #F00;
	font-size: 16px;
	font-weight: bolder;
	letter-spacing: 4px;
}
.padding {
	padding-right: 20px;
	padding-left: 20px;
}


.sfondoMenu a:link {
	color: #FFF;
	text-decoration: none;
}
.sfondoMenu a:visited {
	color: #FFF;
	text-decoration: none;
}
.sfondoMenu a:hover {
	color: #e30613;
	text-decoration: none;
}

.bordoUp {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #1e3250;
}
.nano {
	font-size: 10px;
}
.piccolo {
	font-size: 12px;
}
.normale {
	font-size: 14px;
}
.bigger {
	font-size: 18px;
}
.biggest {
	font-size: 24px;
}
.biggest2 {
	font-size: 50px;
}

.immagini:hover {
	opacity: .7 !important;
	filter: alpha(opacity=70);
}

.immagini {
	opacity: 1 !important;
	filter: alpha(opacity=0);
}


.sottoTitolo{
	font-size:14px;
	font-weight:bold;
}

.Titolo{
	font-size:30px;
	font-weight:bold;
}

.MidPage table tr .auto-style1 .auto-style10 strong {
	text-align: center;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    font-size: 12px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.ui-widget-header {
    border: 2px solid #8bc449;
    background: #094b9c;
    color: #ffffff;
    font-weight: bold;
}
.ui-widget-header2 {
    border: 0px solid #8bc449;
    background: #FF0004;
    color: #ffffff;
    font-weight: bold;
}
.marginiesterni {
	margin: 20px;
	}
hr {
background:#094b9c;
size:1px;}
.schedaSicuramed {
	width:100%;}

.areariservata a{
	color: red !important;
	font-weight:bold  !important;
}

.areariservata a:hover{
	color: #ffffff  !important;
}

/* .bottone-home{
	cursor:pointer !important;
	height:70px !important;
	font-size: 12pt !important;
	width:100% !important;
	font-family:Verdana, Geneva, sans-serif !important;
	font-weight:bold !important;
	background-color:#1E3250 !important;
	color:#FFF !important;
	text-align:center !important;
}

.bottone-home:hover{
	background-color: red !important;
} */
.btn-home{
	transition: background-color ease 0.3s;
}

.btn-home h2{
	border: 2px solid red;
}

.btn-home:hover h2 {
	background-color: red!important;
	border: 2px solid rgb(30, 50, 80);
}

.container-chi-siamo{
	width: 880px;
	margin: 25px 0px;
}

.titolo-sezione{
	background: rgb(30, 50, 80);
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 5px;
	line-height: 100%;
	padding: 5px;
}


.btn5{
    display:inline-block;
    padding:0.7em 1.4em;
    margin:0 0.3em 0.3em 0;
    border:none;
    border-radius:0.5em;
    box-sizing: border-box;
    text-decoration:none;
    font-family:'Verdana';
    text-transform:uppercase;
	font-size: 16px;
    font-weight:300;
    color:#FFFFFF;
    background-color:#262942;
    box-shadow:inset 0 -0.6em 0 -0.3em rgba(0,0,0,0.20);
    text-align:center;
    position:relative;
    cursor:pointer;
}
.btn5:hover{
    background:#565982;
}
.btn5:active{
    background:#767992;
    top:0.15em;
    color:#D9D9D9;
    box-shadow:none;
}







