html {
	margin: 0px;
	font-family: "Arial";
}
body {
	margin: 0px;
}
div.logo	{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 244px;
	height: 100px;
	color: #00285a;
	padding: 10px;
	font-size: 24px;
}
div.menu	{
	background-image: url('/img/foto1.jpg');
	background-repeat: no-repeat;
	padding-top: 402px;
	width: 244px;
	background-color: #00285a;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
div.content	{
	position: absolute;
	left: 244px;
	right: 0px;
	top: 41px;
	bottom: 0px;
	overflow: auto;
	padding: 5px;
	padding-top: 20px;
}
ul.menu {
	list-style: none;
	padding: 10px;
	margin: 0px;
}
ul.intro {
	font-size: 20px;
	color:	#009ee7;
}
ul.menu li {
	height: 20px;
}
ul.menu li a {
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
div.title {
	background-color: #00285a;
	height: 41px;
	position: absolute;
	top: 0px;
	left: 244px;
	right: 0px;
}
h1	{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 10px;
	color: white;
	font-size: 20px;	
	font-weight: normal;
}
h2	{
	font-weight: normal;
	font-size: 24px;
	color:	#009ee7;
}
div.foto {
	position: absolute;
	top: 0px;
	right: 20px;
	height: 41px;
	width: 140px;
	border-left: 10px solid white;
	border-right: 10px solid white;
}
#foto3 {
	width: 139px;
	background-image: url('/img/foto3.jpg');
	background-repeat: no-repeat;
}
#foto5 {
	width: 141px;
	background-image: url('/img/foto5.jpg');
	background-repeat: no-repeat;
}
#foto6 {
	background-image: url('/img/foto6.jpg');
	background-repeat: no-repeat;
}
#foto9 {
	background-image: url('/img/foto9.jpg');
	background-repeat: no-repeat;
}
#foto10 {
	width: 141px;
	background-image: url('/img/foto10.jpg');
	background-repeat: no-repeat;
}
div.alinea {
	width: 740px;
}
div.alinea span {
	color: #00285a;
}

div.content table	{
	padding-top: 5px;
	width: 740px;
	color: #00285a;
	line-height: 120%;
}
div.content table tr th {
	background-color: #00285a;
	color: white;
	text-align: center;
	font-size: 14px;
}
div.content table tr th.c1 {
	background-color: #00285a;
	color: white;
	text-align: left;
	padding-left: 10px;
}
div.content table tr.r0	{
	background-color: #eff7ff;
}
div.content table tr.r1	{
	background-color: #d6efff;
}
div.content table tr td	{
	text-align: center;
	font-size: 13px;
}
div.content table tr td.c1	{
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
}




