body {
	background-color: #2A51A8;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.h1 {  
     font-family: Geneva, Arial, Helvetica, sans-serif;
	 font-size: 12pt; 
     font-style: normal; 
     font-weight: strong; text-transform: uppercase;
	 color: #FFFFFF; text-decoration: none;
	 border-color: #FFFFFF;
     
}
.Titolmitxanegre {  
     font-family: Geneva, Arial, Helvetica, sans-serif;
	 font-size: 12pt; 
     font-style: normal; 
     font-weight: strong; text-transform: uppercase;
	 color: #CCCCCC; text-decoration: none;
	 border-color: #CCCCCC;
     
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

.Petita10 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.bodystyle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	

.Contingut {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.inici {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	
}
.descripcions {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; text-decoration: none; font-style: normal}

.menus {  
     font-family: Geneva, Arial, Helvetica, sans-serif; 
	 font-size: 9pt; font-style: normal; line-height: 1.4em; 
	 font-weight: normal; text-decoration: none; 
	 font-variant: normal; text-transform: none; color: #000000
	 
}

.titulin {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16pt; font-weight: normal}

.Continguttrebuchet {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.data {font-family: "Trebuchet MS"; font-size: 12px; color: #FFFFFF;}

<style type="text/css">
/* menus */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font-family: Trebuchet MS;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
font-family: Trebuchet MS;
font-size: 11px;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

</style>

<style type="text/css">
/*Fotos i text emergents*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
font-family: "Trebuchet MS";
font-size: 14px;
position: relative;
top:5px;
left:5px;
width:300px;
height:250px;
background-color: #666666;
border: 2px dashed gray;
visibility: hidden;
color: #FFFFFF;
text-decoration: none;
padding: 6px;

}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>



