body {  font-family: "Times New Roman", Times, serif; font-size: 9pt}
td.lateral {  font-family: "Times New Roman", Times, serif; font-size: 15pt; font-weight: normal; text-decoration: none; padding-bottom: 10px}
td.idiomes {  font-family: "Times New Roman", Times, serif; font-size: 15pt; font-weight: normal; text-decoration: none; text-align: center; vertical-align: top; height: 70px}
/* 
Estils que podriem posar a un parraf o a un altre.	*/
td.parraf1 {  font-family: "Times New Roman", Times, serif; font-size: 15pt; font-weight: normal; text-decoration: none}	
/* td.parraf2 {  font-family: "Times New Roman", Times, serif; font-size: 12pt; font-weight: normal; text-decoration: none}  */
td.textesImatges {vertical-align:top; font-family: "Times New Roman", Times, serif; font-size: 12pt; font-weight: normal; text-decoration: none; height:50; text-align:center}
td.textesImatgesOctubre {vertical-align:top; font-family: "Times New Roman", Times, serif; font-size: 12pt; font-weight: normal; text-decoration: none; height:60; text-align:center}
td.tamanyImatges {width:220;vertical-align:top;text-align:center}
td.tamanyImatgesHorrores {width:450;vertical-align:top;text-align:center}
td.tamanyImatgesOctubre {width:250;vertical-align:top;text-align:center}
font.soTitulos { font-family: "Times New Roman", Times, serif; font-size: 17pt; font-weight: bold; text-decoration: none}	
td {  font-family: "Times New Roman", Times, serif; font-size: 12pt; font-weight: normal; text-decoration: none}			  
a:link {

color: #0066cc;
}
/* a:visited {

color: #0066cc;
}	*/																										   

/* Col·locacio absoluta de l'index lateral esquerra i del logo superior esquerra */
div.absLogo {
    position: absolute;
    top: 45px;
    left: 20px;
	right: 0;   
	width: 140px;	
} 
div.absIndice {
    position: absolute;
    top: 200px;
    left: 0px;
	right: 0;  
	width: 140px;
} 

div.absIndicePrincipal {
    position: absolute;
    top: 250px;
    left: 0px;
	right: 0;  
	width: 140px;
} 


/* Fi Col·locacio absoluta de l'index lateral esquerra i del logo superior esquerra */

/* Estils necessaris pels popups */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
	text-decoration:none;
	}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #6699FF;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;	
    font-style:normal;
	font-weight: normal;	
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -150px;	

}

.tooltip:hover .tooltiptext {
    visibility: visible;


}			 

/* Fi Estils necessaris pels popups */ 



