/*aquest és del meu projecte 28 març */

#menu{
display:none;
}
body{
 width: 100%;
 color: #000;
 background: none;
 font-size: 12pt; 
 font-family: "Times New Roman";
 
 }
 #page {

 background: none;
 border: none;
 margin: 0;
 padding: 0;
 }
 
 
   
 #content,content2 {
margin:.0;
padding: 0;
float: none;
width: 100%;
}


#leftbar2{
display: none;
float: none;

}
#leftbar{
display: none;
float: none;

}
#rightbar {
display: none;
float: none;

}
#rightbar2{
display: none;
float: none;

}


#footer {
display: none;
float: none;
}




h1, h2, h3, p, dl{
font-family: "Times New Roman";
width: 95%;
margin: 0;
line-height:30px;
font-size: 16pt;

}
p{
text-align: justify;
}
h1{
text-align: center;
margin-bottom:20px;
}
h2{
margin-bottom:10px;
}

table{ 
		border: 3px solid #fff;
		width: 90%;
		margin: 0 auto;
		border-collapse: collapse;
		}
		
	caption{
		font-family: "Times New Roman";
		font-size: 16px;
		
		color: #fff;
		padding-top: 10px;
		padding-bottom: 16px;
		}
	th{
	font-family: "Times New Roman";
	font-size: 14px;
	
	color: #000;
	margin: 0;
	

	}
	td{
	font-family: "Times New Roman";
	text-align: left;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	text-align: justify;
	padding: 6px;
	}


#dies {
font-size: 14px;
}








