/*----------------------------------------------------------------
			    BASE
  ----------------------------------------------------------------*/
	*{
		margin:	0px;
		padding:0px;
		background-color:	#ffffff;
		font-family: "Arial" , sans-serif;
		color:	#010101;
	}
/*----------------------------------------------------------------
			    CENTRAMENTO
  ----------------------------------------------------------------*/
	a{ color: #010101; }
	#v-al{
    			width:	100%;
    			height:	482px;

    			margin-top:	-290px;
    			position:	absolute;
    			top:	50%;
		}

	#c-al{ 		
		width:	958px;
		height:	502px;
		margin:	auto; 
		overflow:	hidden;
	}

	.head{
		width:	958px;
		height: 73px;
		border-bottom:	3px solid #020235;
		padding-top:	74px;
		position:	relative;
		left:	958px;
		/*background-image:	url("../images/border1.png");
		background-repeat:	no-repeat;
		background-position:	bottom;*/
	}
	.body{
		width:	958px;
		height:	292px;
	}
	.foot{
		width:	958px;
		height:	22px;
		position:	relative;
		right:	958px;
		border-top:	3px solid #020235;
		text-align:	right;
		/*background-image:	url("../images/border2.png");
		background-repeat:	no-repeat;
		background-position:	bottom;*/
	}

	.foot p{ font-size: 11px; margin-top: 6px; }
	.foot img{ border: 1px solid; margin-right: 10px; }

	.img1, .img2, .img3, .img4{ position: absolute; display: none; margin-top: 10px; }

	.news{ 
		background-color:	#bfc5cf;
		width:	187px;
		height:	270px;
		padding:10px;
		position: relative;
		top:	1px;
		left:	750px;
		z-index:	5px;
		border-left:1px solid #ffffff;
		overflow: auto;
	}

	.news a{ font-size: 11px; color: #020235; margin-bottom: 30px; display: block; text-decoration: none; background-color: #bfc5cf;} 

	ul{ 
		background-color:	#bfc5cf; 
		list-style-type: 	disc; 
		width: 	170px; 
		list-style-image: url("../images/li.jpg");
		position:	relative;
		left:	10px;  
	}
	.scritta{ 
		width:	701px;
		height:	20px;
		position: relative;
		text-align:	right;
		font-size:	24px;
		top:	-32px;
		color:	#020235;
	}

	h1{
		font-weight:	normal;
		color:	#020235;
	}

	.lang{ padding-right: 90px;}
