


* { margin: 0; padding: 0; border: 0; 

-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
         box-sizing: border-box;

		-webkit-appearance: none;
		
		-webkit-text-size-adjust: none;
}
		
html, body, div, span, object,
form, input, h1, h2, button, label, a, img {
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-webkit-user-select: none;
 }
 
html {		
					margin:				0;
					padding:			0;
					width:				100%;
					height: 			100%;
					overflow: 			auto;
					
					font-family: 		Arial,Courier,Verdana;
}
 
body {
					margin:				0;
					padding:			0;
					width:				100%;
					height: 			100%;
					font-size:			14px;
					line-height: 16px;
					top:				0;
					text-align:			left;
					background:			#ffffff; 
					color:				#333333; 
}

h1{
					
					font-size:		28px;
					line-height:	32px;
					font-weight: normal;
					margin: 0px 0px 10px 0px;
					font-family: 		Arial,Courier,Verdana;
					color: #333333;
}				
h2{
					
					font-size:		28px;
					line-height:	32px;
					font-weight: normal;
					margin: 0px 0px 15px 0px;
					font-family: 		Arial,Courier,Verdana;
					color: #333333;
}				
	
a{
					text-decoration:	none;
}


.c1{
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	font-style: italic;
}
.c2{
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	font-style: italic;
}
.c3{
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	font-style: italic;
}
#wrap {
	
	
	position:			relative;
    
	
    height: auto;
    
    margin: 0 auto 0px; 
	
	
	min-width: 		940px;
	width:			940px;
	
	border: 0px dotted #999999;
	border-top: 0px dotted #999999;
	border-bottom: 0px dotted #999999;
	
	
	
	
    }

	
	
#main {
	
	padding-bottom: 0px; 
}


#footer {
	position:			relative;
	height:				48px;
	left:				0px;
	right:				0px;
	bottom:				0px;
	padding: 			0px;
	
	font-size:			12px;
	font-weight:		normal;
	line-height:		48px;
	color:				#000000;
	text-align: 		center;
	background: 		#ffffff;
	}



#footer a{
	color: 				#ffffff;
	text-decoration:	none;
}
#footer a:hover{
	color: 				#22b4f7;
}

#top{
	position: relative;
	
	height: 	60px;
	
	margin: 0px auto;
	
	
	color:				#000000;
	text-align: 		center;
	background: 		#ffffff;
}

.rem{
	float: 				right;
	margin: 			2px 12px 0px 0px;
	font-weight: 		normal;
	width: 				70px;
	height: 			54px;
	font-size: 			14px;
	line-height: 		15px;
	border-left: 		1px dotted #000000;
	text-align:			left;
	font-family:		'Times new roman';
}

#bloque1{
	float: left;
	width: 460px;
	height: 705px;
	background: #e9e5e4;
	padding: 0px 50px;
}

#bloque2{
	float: right;
	width: 460px;
	height: 705px;
	background: #e9e5e4;
	padding: 0px 50px;
}

.title{
	position: absolute; 
	left: 0px; 
	right: 0px; 
	line-height: 60px; 
	font-size: 20px; 
	color: #000000;
	font-weight: normal;
	font-family: Arial,Georgia;

}


.scene_about{
	padding: 20px 40px;	
	background: #eeeeee;
	display: none; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	height: 705px; 
	width: 940px; 
	
	
	
	
	text-align: left;
	overflow: hidden;	
	z-index: 1000;
}



.initothers{
	position: absolute; 
	left: 40px; 
	top: 117px; 
	width: 152px; 
	height: 141px; 
	text-align: center; 
	color: #88847c; 
	display: table;
	font-size: 16px;
	padding: 0px 10px 0px 12px;
}

.circlemain{
	position: absolute;
	width: 320px;
	height: 315px;
	left: 53px;
	top: 239px;
	display: table;
	padding: 0px 40px;
	color: #ffffff;
	
}


.circlemenu{
	position: absolute;
	width: 316px;
	height: 317px;
	left: 595px;
	top: 250px;
	display: table;
	cursor: pointer;
	padding: 0px 40px;
}

.circleint{
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


  
.activitatfamiliar{
	font-size: 30px;
	color: #e9e5e5;
	padding: 7px 0px 0px 0px;
	height: 25px;
	line-height: 29px;
}

.menutitle{
	font-size: 30px; 
	line-height: 34px;
	color: #333333;
	cursor: pointer; 
}

.menutext{
	font-size: 12px; 
	color: #333333;
	cursor: pointer; 
}



.transparency{
	opacity: 0.0;
	filter: alpha(opacity = 0);
	
}

.transition_500{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.transition_250{
	-webkit-transition: all 0.25s ease ;
	-moz-transition: all 0.25s ease ;
	-o-transition: all 0.25s ease ;
	-ms-transition: all 0.25s ease ;
	transition: all 0.25s ease ;
}
.nicename{

	font-size: 23px;
	color: #ff6666;
	 width: 170px; 
	 text-align: center;
}

.upnumber{

	font-size: 30px;
	color: #ffffff;
	
	width: 80px; 
	height: 40px; 
	border: 0px solid white;
	cursor: pointer;
	text-align:center;
	line-height: 32px;
	
	-webkit-border-radius: 	0px 0px 40px 40px;
	-moz-border-radius: 	0px 0px 40px 40px;
	border-radius: 			0px 0px 40px 40px;
}
.upnumber:hover{
	color: #333333;
}

.upnumber_fake{

	font-size: 30px;
	color: #333333;
	width: 80px; 
	height: 40px; 
	border: 0px solid white;
	cursor: pointer;
	text-align:center;
	line-height: 32px;
	
	-webkit-border-radius: 	0px 0px 40px 40px;
	-moz-border-radius: 	0px 0px 40px 40px;
	border-radius: 			0px 0px 40px 40px;
}

.upnumber_text{

	font-size: 22px;
	color: #ff6666;
	line-height: 24px;
	width: 150px; 
	text-align:left;
}

.upnumber_volume{
	
	font-size: 29px;
	color: #00cccc;
	line-height: 28px;
	width: 177px; 
	text-align:center;
	
	
}


.nicevedute{
	
	font-size: 30px;
	color: #00cccc;
}

.fotopie{
	font-size: 11px;
	color: #999999;
	line-height: 12px;
}

.textopopups{
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}

.pinkbutton{
	background: #ff99cc;
	padding: 0px 20px;
	font-size: 11px;
	color: #333333;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
}

.image_noflip{
cursor: pointer; 
position: absolute; 
left: 0px; 
top: 0px; 
display: none;
}


.image_flip{
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;

cursor: pointer; 
position: absolute; 
left: 0px; 
top: 0px; 
display: none;
}

.greytext{
	font-size: 12px;
	color: #999999;
}


#creditosdiv{
	position: absolute; 
	left: 50%; 
	top: 50%; 
	width: 500px; 
	height: 300px; 
	margin-left: -250px; 
	margin-top: -150px;
	background: #ffffff;
	
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow:         3px 3px 5px 6px #ccc;
  
	display: none;
	
	font-size: 11px;
}

.belowfoto{
	margin: 5px 4px 0px 4px; width: 147px; height: 41px; 
	
	opacity: 0.5;
	filter: alpha(opacity = 50);
}


.numerillo{
	
	font-size: 28px; 
	color: #cccccc; 
	margin: 0px 0px 5px 0px;
}

.lilabutton{
	background: #e9e5e5;
	
	font-size: 11px;
	color: #333333;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
	text-align: center;
}

.lilabutton:hover{
	background: #cc99ff;
}


.piranesi_scene{
	display: none; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	height: 705px; 
	width: 940px; 
	margin: 0px 0px;
	
	
	overflow: hidden;
}

.piranesi_scene_init{
	position: relative;
	padding: 20px 40px;	
	background: url(../img/back1.jpg);
	display: none; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	height: 705px; 
	width: 940px; 
	
	
	
	
	text-align: left;
	overflow: hidden;	
	z-index: 1000;
}

.piranesi_scene_intro{
	display: none; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	height: 705px; 
	width: 940px; 
	margin: 0px 0px;
	
	text-align: center;
	overflow: hidden;
	padding: 150px 280px 0px 260px;
	cursor: pointer;
}		

#gohome{
	position: absolute;
	left: 6px;
	top: 12px;
	cursor: pointer;
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

#gohome:hover{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

