/*comments*/
body {
	margin:0px;
	padding:0px;
	border: 0px;
	width:100%;
	font-size:10px;
	font-family:verdana;
	color: #333;
	letter-spacing: 0.8px;
}

#main{
	position: absolute;
	top:0px;
	height:600px;
	z-index:15;
	width:100%;
	}

#mainwindow /*per le pagien con un layer centrale, come la lsita dei progetti e i links */{
	position:absolute;
	top:20px;
	color:#333333;
	z-index:10;
	width:680px;
	height:540px;
	left:150px;
	line-height:13px;
		}
	
	
#main-BG {
	position: absolute;
	top:0px;
	height:600px;
	width:120%;
	left: 1px;
	right:0px;
	z-index:1;
	overflow: hidden;
		}
		
.fullscreen{
	height:100%;
	width:100%;
}

.fullarea{
	position:absolute;
	left:0px;
	top:0px;
	height: 100%;
	width: 100%;
	z-index:110;
	display: block;
}

/*the following style give a transparent background*/
/*use combined with other style with the position specification */
/*example: <div class="P-table trans-W1">*/
.trans-W1{
	z-index:5;
	background-color: #FFFFFF;
	filter:alpha(opacity=45);/*IE*/
	-moz-opacity:0.45;
	-khtml-opacity: 0.45;
	opacity: 0.45;/*mozilla*/
	}

table{
	margin:0px;
	padding:0px;
	border:0;
				}

*{
 border:0;
}
a {
	color: #F00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FB7000;
		}
a:active {
	text-decoration: none;
	}

tr {
	vertical-align: top;
	font-size: 10px;
}	

/*here follow layers and location specification*/

					
#intencione{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 600px;
	z-index: 120;
	background-color: #000000;
	visibility: hidden;
	width: 240px;
		}			

.top-left{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
}

.end-right /*end right, usato per il testo a fondo pagina  "leer mas"*/{
	position: absolute;
	text-align: right;
	bottom: 0px;
	right: 0px;
		}
.ontop{
	position: absolute;
	z-index: 200;
	}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.white2 {
	color: #CCCCCC;
}

.xclose{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#G10author /*la posizione di un link a g10design*/ {
	position: absolute; /*fixed affinche risulti indipendente dal layer in cui si trova*/
	z-index: 10;
	width:120px;
	left:10px;
	bottom:20px;
	height: 20px;	
	/*per rendere trasparente il testo*/
	filter:alpha(opacity=20);/*IE*/
	-moz-opacity:0.20;
	-khtml-opacity: 0.20;
	opacity: 0.20;/*mozilla*/
		}



.text02 /*compact list usato per il sub menu dei progetti */{
	text-decoration: none;
	font-size: 11px;
	}
.text03 /* title */{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}
.text05 /* per il menu proyectos, dove proyectos non é un link */{
		color: #666666;
	}

.titulo-tabla {
	font-size: 11px;
	}

.txt-B /* font bold */{
	font-weight: bold;
	}
.txt-C	 /* align center */{
	text-align: center;
	}
.txt-R	 /* align right */{
	text-align: right;
	}
.txt-pad /* padding 10 = distanza del testo dal bordo */{
	padding: 10px;
	}
.txt-just /* text align justify*/
{text-align: justify;}

.txt-12 {
	font-size: 12px;
	text-decoration: none;
}	
.txt14{
	font-size: 14px;
	}
.txt-margin{
	margin: 20px;
}

.hidden{
	visibility: hidden;
}

.width200{	width:200px;}			
.width300{	width:300px;}			
.width400{	width:400px;}			
.width600{	width:600px;}
.fullwidth{width:100%;}

.height200{height:200px;}
.height300{height:300px;}
.height400{height:400px;}
.height600{height:600px;}
.fullheight{height:100%;}

.C150x150{
	width:150px;
	height:150px;	}
.C150x300{
	width:150px;
	height:300px;	}
.C150x450{
	width:150px;
	height:450px;	}







/* style not more in use. Remove at the end */
