html, body {
	margin:0 auto;
}

body {
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	font-family: 'Open Sans', sans-serif;
}


		

a img {
	border:none;
}

.clear {
	clear:both;
}

.spacer10 {
	width:100%;
	height:10px;
	margin:auto;
}

.testata {
	width:100%;
	position:absolute;
	top:40px;
	height:124px;
	background-image:url(../images/menubg.png);
	background-position:center;
}



.tsx {
	height:112px;
	margin-top:6px;
	width:300px;
	float:left;
}




.tdx {
	height:112px;
	margin-top:6px;
	width:300px;
	float:right;
}




.tsx a,
.tdx a {
	display:block;
	float:left;
	width:100px;
	height:40px;
	line-height:20px;
	color:#000;
	text-decoration:none;
	text-align:center;
	padding-top:36px;
	padding-bottom:36px;
	font-size:16px;
	font-weight:200;
	text-transform:uppercase;
}

.tsx a:hover,
.tdx a:hover {
	background-color:#b84237;
	color:#ffef00;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}




a.attivo {
	background-color:#b84237;
	color:#ffef00;
}






.logo {
	width:347px;
	height:228px;
	background-image:url(../images/logonew.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin:auto;
	position:relative;
	z-index:1000;
}


.logo a {
	width:299px;
	height:165px;
	display:block;
}







.contenitore {
	width:950px; height:auto;
	margin:auto;
}

h1 {
	color:#000;
	font-size:36px;
	/*
	font-weight:100;
	*/
	font-weight:400;
	color:#111;
}

h2 {
	color:#000;
	font-size:24px;
	font-weight:100;
}

.contenitore p {
	color:#000;
	font-size:16px; 
}

.contenitore p strong {
	color:#b84237;
	font-weight:700
}


h3 {
	color:#000;
	font-size:18px;
	/*font-weight:100;*/
	font-weight:600;
	color:#000;
} 



.footer {
	width:100%; 
	height:auto;
	min-height:50px;
	background-color:#2a2a2a;
	border-top:solid 3px #b84237;
	margin-top:20px;
}

.footer p {
	color:#FFF;
	font-size:12px;
}




.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}