/* 		RESET IMPOSTAZIONI BASE BROWSER	 */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
.textbox_home{
	width:150px;
	border:1px solid #999;	
}
.textbox{
	width:300px;
	border:1px solid #999;	
}
.ricerca fieldset, .ricHome fieldset{
	border:1px solid #999;
	padding:5px;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*		FINE RESET	*/
/*		TAG PRINCIPALI	*/
body, html{
	width:100%;
	background-color:#AF687D;
	font-family: helvetica, verdana, sans-serif;
	/* URW Gothic L, futura, helvetica, verdana, sans-serif; */
	font-size:14px;
	text-align:center;
}
img{
	border:0px;
}
a{
	color:black;
	text-decoration:underline;
}
a:link,a:visited{ 
	color:black; 
	text-decoration:underline;
}
a:hover,a:active,a:focus { 
	text-decoration:underline;
}

/*		FINE TAG PRINCIPALI	*/

/*		STRUTTURA		*/
#wrap { 
	width:900px;
	margin: 0px auto!important;
	text-align:left;
	background-color:#6D3F4A;
	color:#fff;
}
#wrap a{
	color:#fff;
}

#wrap #top{
	height:188px;
	width:900px;
}
#wrap #frase{
	height:40px;
	width:900px;
}

#wrap #scritte_tordesgeants{
	height:103px;
	width:900px;
	clear:both;
	background-image:url('../images/gui/scritta.jpg');	
}

#wrap #main .sx, #wrap #main .dx{
	width:450px;
	float:left;
}

#wrap #main .conte{
	padding:5px 10px;
}
#wrap #main h1{
	font-size:16px;
	padding-bottom:5px;
}

#wrap #main .download{
	padding:10px 0;
}

#wrap #main .box{
	border:2px solid #D0B1B9;
	background-color:#8E6370;
	padding:5px;
	margin-bottom:10px;
}
#wrap #main .box_img{
	border:2px solid #D0B1B9;
	background-color:#8E6370;
	margin-bottom:10px;
}


#wrap #main .a_centro{
	text-align:center;
}
#wrap #main .a_dx{
	text-align:right;
}

#wrap #main .font_grande{
	font-size:20px;
	font-weight:bold;
}

#wrap #bottom p{
	text-align:center;
	font-size:12px;
	line-height:40px;
	vertical-align:middle;
	border-top:2px solid #B48191;
}
#wrap #bottom p img{
	float:right;
	margin:5px 10px 0 0;
}

#wrap #main ul{
	list-style: square;
	list-style-position:inside;
}
#lingua{
	float:right;
}


.cartina{
	text-align:center;
}
.cartina img{
	border:2px solid #B48191;
}

.galleria{
	text-align:center;
}

.galleria img{
	margin:5px;
	border:1px solid #D0B1B9;
}
.tab_bordo{
	width:100%;
}

.tab_bordo td, .tab_bordo th{
	border:1px solid #D0B1B9;
	padding:3px;	
}
.maiuscolo{
	text-transform: uppercase
}
.no_doc{
	color:#900;
}
.ok_doc{
	color:#090;
}

.cancella{
	clear:both;
}