*{
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
	font-size:11px;
}
a{
	color:#0E3775;
	text-decoration:none;
}

body{
	font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
	background:url(../images/background.jpg) #0E3674;
	background-repeat:repeat-x;
	background-position:top;
	margin-top:15px;
	margin-bottom:10px;
	font-size:11px;
}
html,body,#tot,#central,.dreta,.esquerra{height:100%;}

input[type=submit] {
	margin-top:10px;

	padding:2px 2px;

	border:1px solid #333333;

	background:#666666;

	color:#FFFFFF;

	font-family:verdana,arial,helvetica;

	font-size:10px;
	
	cursor:pointer;

}
#pagina{
	width:900px;
	background:white;
	padding-bottom:30px;
	overflow:hidden;
	min-height:400px;
}
#interior{
	width:800px;
	background:#FFFFFF;
	height:100%;
}
.Breadcrum{
	text-align:left;
	font-size:10px;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #CCD2E2;
	color:#333333;
}
.Breadcrum a{
	font-size:10px;
	color:#0E3775;
	text-decoration:none;
}
.Breadcrum a:hover{
	font-size:10px;
	color:#0E3775;
	text-decoration:underline;
}
#central{
	margin-top:10px;
	width:800px;
	height:auto;
}
#central .esquerra{
	border:1px solid #CCD2E2;
	margin-right:595px;
	width:auto;
}
#central .dreta{
	border:1px solid #CCD2E2;
	min-height:390px;
	height:100%;
	float:right;
	overflow:hidden;
	width:570px;
	padding:10px;
}
#central .dreta a:hover{
	text-decoration:underline;
}

#central .esquerra #menu ul{
	list-style:none;
	margin-top:5px;
	margin-bottom:5px;
}
#central .esquerra #menu ul li{
	border:1px solid #CCD2E2;
	margin:5px;
	margin-bottom:2px;
	margin-top:2px;
}
#central .esquerra #menu ul li a{
	padding:7px;
	color:#0E3775;
	text-decoration:none;
	display:block;
}
#central .esquerra #menu ul li a:hover{
	background:#0E3775;
	color:white;
	font-weight:bold;
}
#central .esquerra #menu #seleccionat{
	background:#CCCCCC;
	color:#333333;
	font-weight:bold;
	cursor:default;
	border:1px solid #333333;
	
}
.documentos{
	width:570px;
		height:100%;
	min-height:390px;

}
.documentos td{
	padding:3px;
	padding-left:5px;
	border-bottom:1px solid #CCD2E2;
}
.documentos th{
	padding-left:5px;
	background:#CCCCCC;
	color:#333333;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #333333;
}