/* pral.css */

@import "estructura-2.css";

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

div#titular h1 {
	margin-left: 200px; /* 200px - amplada logo */
	padding-left: 10pt; /* = padding-left contingut */
  padding-top: 20px; /* optatiu */
}

div#contingut {
	padding-right: 55px;
}

div#menu ul {
	list-style: none;
	padding-left: 1em;
	margin-left: 0px;
}

.submenu { /* Permeto que n'hi hagi més d'un */
	font-size: 85%;
	margin: 0px 0px 10px 0px;
}

#idioma {
  font-weight: bold;
  border-top: solid 1px #0064c4;
  border-bottom: solid 2px #80b2e1;
  padding-top: 1px;
  padding-bottom: 3px;
}
#idioma a {
  font-size: 120%;
}

p.submenu {
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: .5em;
	padding-bottom: 0px;
}

/*div#submenu a {
	color: #6060a0;
	text-decoration: none;
}
*/
a {
	color: #0064c4;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #80b2e1;
}

p {
	margin: 0px;
	padding: 0px;
  line-height: 1.8em;
  padding-bottom: 1em;
}

h1 { margin-top: 5px; } 

h1, h2, h3, h4 {
	font-style: normal;
	font-weight: bold;
}

h1 { color: #0064c4; }
h2 { color: #0064c4; }
h3 { color: #0064c4; }
h4 { color: #0064c4; }
h5 {
	color: #0064c4;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

p.copynote {
	color: #0064c4;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

/* Classes */
.retol {
  width: 480px;
  height: 60px;
  text-align: center;
  /* === */ background-color: #ccc;
}

.retol img {
	margin: 0px auto;
}

img.mostra {
/*	width: 150px; /* Mídes intrínseques: 150 x 100 px, tot i que pot variar. */
	margin: 0px -50px 5px 5px;
	padding: 2px;
	float: right;
	border: solid 2px #80b2e2;
}

a:link img.mostra {
  border-color: #0064c4;
}
a:hover img.mostra {
  border-color: #80b2e1;
}

/* Escala de colors */

#c1 { background-color: #000077; display: block; float: left; height: 2px; width: 20px; overflow: hidden;	}
#c2 { background-color: #50508F; display: block; float: left; height: 2px; width: 20px; overflow: hidden;	}
#c3 { background-color: #6060a0; display: block; float: left; height: 2px; width: 20px; overflow: hidden;	}
#c4 { background-color: #8080c0; display: block; float: left; height: 2px; width: 20px; overflow: hidden;	}
#c5 { background-color: #a0a0d5; display: block; float: left; height: 2px; width: 20px; overflow: hidden;	}
#c6 { background-color: #c0c0f0; display: block; float: left; height: 2px; width: 20px; overflow: hidden;	}
#c7 { background-color: #d0d0f4; display: block; float: left; height: 2px; width: 20px; overflow: hidden;	}
#c8 { background-color: #e0e0f8; display: block; float: left; height: 2px; width: 20px; overflow: hidden;	}
#c9 { background-color: #e8e8fc; display: block; float: left; height: 2px; width: 20px; overflow: hidden;	}
#cA { background-color: #f0f0ff; display: block; float: left; height: 2px; width: 20px; overflow: hidden;	}
