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


/* COLORI VILLA D'AMELIA
marrone logo: #4E2813

*/



.welcome * {
	font-family: 'Lucida Grande', verdana, arial, sans-serif;
	font-weight: 400;
}

img {
	height: auto;
}

.logo {
	display: block;
	float: left;
	position: absolute;
	left: 2%;
	top: 0;
	padding: 1% 0 0;
	
	z-index: 111;
	background: transparent url(/img_sito/grafica/sfondi/bianco/bianco_opaco75.png) repeat 0 0;
}
.logo a,
.logo img {
	padding: 25px 10px;
}

.logo,
.lang,
#control,
.piede {
 -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
     -ms-transition: all 0.2s ease-in-out;		
}
.lang,
#control,
.piede {
	opacity: .7;
	filter:alpha(opacity=70);
}
.lang:hover,
#control:hover,
.piede:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

.lang {
	width: 70%;
	position: absolute;
	right: 2%;
	top: 2%;
	z-index: 110;
}
.lang ul {
	width: auto;
	float: right;
}
.lang li {
	float: left;
}
.lang li a {
	display: block;
	color: #fff;
	background: #4E2813;
	border: 1px solid #45220e;
	padding: 2px 14px;
	margin: 0 0 8px 10px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
}
.lang li a:hover {
	color: #4E2813;
	background: #fff;
	border-color: #f3f3f3;
}

div#images_super {
	display: none;
}
#control {
	position: fixed;
	top: 14%;
	right: 2.5%;
	z-index: 4;
}
#control a.next {
	display: block;
	width: 80px;
	height: 90px;
	background: transparent url(/inc_sito/_core/jquery/superbgimage/grafica/freccia_random_bianca.png) no-repeat 1px 1px;
}
#control a.next span {
	display: none;
}
#superbgimage {
	display: none;
	background: #fff url(/inc_sito/_core/jquery/superbgimage/grafica/superbgloading.gif) no-repeat center center;
}
#superbgimage img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}
.piede {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: .5% 2%;
	width: 97%;
	text-align: right;
	color: #eee;
	z-index: 109;
}
.piede:hover {
	color: #777;
	background: #fff;
	padding-bottom: 1%;
}
.piede p {
	font-size: 11px;
	line-height: 18px;
}

.piede p span.small a,
.piede p span.small{
	font-size: 10px;
	line-height: 18px;
}


.piede strong,
.piede a {
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	padding: 0 2px;
}
.piede:hover strong,
.piede:hover a {
	color: #222;
}
.piede a:hover {
	color: #4E2813;
	border-bottom: 1px solid #ccc;
}
.piede a:hover {
	
}
