/*estil pel text en general*/
.contingut{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: none;
	font-style: none;
}
.imagen{
border-style:solid;
border-color:#5b87c6;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
}

.imagen:hover{
border-style:solid;
border-color:#5b87c6;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
}

.imagen:link{
border-style:solid;
border-color:#5b87c6;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
}
