@charset "UTF-8";
/* CSS Document */


/* RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FINE RESET */

* {outline:none;}
body{
    margin: 0px;
    padding: 0px;
    font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 11px;
    height: 100%;
    color: #2e2e2e;
    background-color: #000;
    text-align: left;
		z-index:1px;
}
html{height: 100%;overflow: auto;}

/* MAIN */
div.main {
	position:relative;
	margin:0 auto;
	background-color: #000;
	border:solid 1px #222;
	width:1000px;
	height:740px;
}

div.rounded {
		margin: 0;
    color: #fff;
    width: 60%;
    padding: 20px;
    text-align: left;
    background-color: #fff;
    border: 0px solid #fff;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    overflow: hidden;
}

div#map {
	position:absolute;
	top:30px;
	left:50px;
	width:201px;
	height:263px;
}

div#titolo {
	font-family: arial, serif;
	position:absolute;
	top:12px;
	left:300px;
	font-size:52px;
	color:#777;
}

div#sottotitolo {
	position:absolute;
	top:65px;
	left:396px;
	font-size:14px;
	color:#999;
}

div#riq_1 {
	position:absolute;
	top:92px;
	left:300px;
	width:490px;
	height:340px;
}

div#riq_1 img{
	margin:7px 4px;
}

div#riq_2 {
	position:absolute;
	top:483px;
	left:300px;
	width:490px;
	height:170px;
}
div#riq_2 p{
	color:#777;
	font-size:14px;
	margin-bottom:0.4em;
	line-height:17px;
}
div#riq_3 {
	position:absolute;
	top:302px;
	left:10px;
	width:240px;
	height:130px;
	color:#808080;
	line-height:24px;
	font-size:20px;
	text-align:center;
}
#riq_3 a{
	text-decoration:none;
	color:#808080;
}
#riq_3 a.k1{
	font-size:11px;
}
#riq_3 a.k2{
	font-size:15px;
}
#riq_3 a.k3{
	font-size:18px;
}
#riq_3 a.k4{
	font-size:23px;
}

div#riq_4 {
	position:absolute;
	top:483px;
	left:10px;
	width:240px;
	height:170px;
}
div#riq_4 img{
	margin:2px;
}

div#banner_lat {
	position:absolute;
	/*border:solid 2px #fff;*/
	top:92px;
	left:840px;
	width:160px;
	height:600px;
}

