* {
	padding: 0;
	margin: 0;
}
html {
	height:100%;
	-webkit-font-smoothing: antialiased;
}
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color:#ddd;
	font-size:100%;
}

div {
	outline:none;
}
a {
	color: #000;
	text-decoration:none;
	outline:none;
}
a:hover {
	outline:none;
	color: #fff;
	border-bottom:2px solid #fff;
}

h1, h2, h3 {
	padding: 0;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	line-height: 1em;
	font-weight: lighter;
	margin-bottom: 5px;
}
h2 {
	font-size:2em;
	margin:15px 5% 0 5%;
}

h3 {
	font-size:1.3em;
	margin:0;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}

/* LAYOUT */
#container {
	width:1050px;
	background-color:#d10018;
	margin:0 auto;
	padding:0;
	position:relative;
}
#logo {
	position:relative;
	top:3px;
	left:20px;
}
#foto {
	width:100%;
	height:204px;
	overflow:hidden;
	background-color:#000;
}
#foto p {
	margin:0;
	padding:0;
}
#bianco {
	width:100%;
	height:160px;
	background-color:#fff;
}
#colonne {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#colonne {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#colonne table {
	width:100%;
}
#colonne table tr {
	vertical-align:top;
}
#colonne table tr td, #colonne table.bordo tr td p {
	padding:20px 5%;
	color:#fff;
}
#colonne table tr td:first-child img {
	width:100%;
	height:auto;
}
#colonne table.bordo tr td {
	padding:0;
}
#colonne table.bordo tr td img {
	margin-top:-20px;
}

.titolo1 {
	font-size:1.6em;
	font-style:italic;
	font-weight:normal;
}
.titolo2 {
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
}

#colsx {
	width:40%;
	padding-top:20px;
	/*float:left;*/
	display:inline-table;
	vertical-align:top;
}
#colsx img {
	width:100%;
	height:auto;
}
#coldx {
	width:50%;
	padding:20px 5%;
	display:inline-table;
	vertical-align:top;
}
#footer {
	color:#fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.8em;
	text-align:right;
	padding:15px 50px 20px 0;
	border-top:1px solid #fff;
	border-top:1px solid rgba(255,255,255,.5);
}

/* MAIN MENU */	

#mainmenu {
	font-weight: bold;
	font-style:italic;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	margin-top: 10px;
	letter-spacing:0.07em;
}
#mainmenu ul {
	list-style-type:none;
}
#mainmenu ul li {
	float:left;
	margin-right:22px;
}

#mainmenu ul li a {
	color:#000;
	text-decoration:none;
}
#mainmenu ul li.item-120 a {
	background-image:url(../images/fb.png);
	background-repeat:no-repeat;
	color:transparent;
}
#mainmenu ul li.current a, #mainmenu ul li a:hover {
	color:#d10018;
	text-decoration:none;
}
#mainmenu ul li.item-120 a, #mainmenu ul li.item-120 a:hover {
	color:transparent;
}
/*LINK INATTIVI */
#mainmenu ul li span.separator {
	color:#aaa;
}


#frase {
	float:right;
	/*margin:40px 25px 0 0;*/
	text-align:center;
	width:605px;
}
#frase p {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	color:#d10018;
	font-size:1.6em;
	text-align:center;
	margin:0;
}
#frase p em {
	font-weight:normal;
	font-style:italic;
	font-size:.7em;
	text-align:right;
	line-height:2em;	
}

/* FASCIA */

#logo {
float:left;
}

/* FOOTER */
#footer {
	
}

/* CONTENT COLUMN */



@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation:portrait)
{

}

@media screen and (device-aspect-ratio: 40/71) {
	
}
/*iPhone 5*/
@media screen and (device-aspect-ratio: 40/71) and (orientation:portrait) {

	
}
@media screen and (device-aspect-ratio: 40/71) and (orientation:landscape) {
	
}
/*iPhone <5*/
@media screen and (device-aspect-ratio: 2/3) and (orientation:portrait) {
	
	
}
@media screen and (device-aspect-ratio: 2/3) and (orientation:landscape) {

}
