body{
      background-color:#fff;
      margin-left:50px;
      background-image: url(img/interficie/fondo.gif);
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
	}
	
.centrat{
	text-align:center;
	}

.data {
	font-size:0.9em;
	color: #FFFFFF;
}

.titol,dt {
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color:#006699;
}
.paragraf {
	font-size: 1em;
}

.negreta {
	font-weight: bold;
	color: #006699;
}

b, strong{ 
	font-weight: bold;
	color: #006699;
	}
	
.autor {
	font-size: 0.9em;
	color: #000000;
}
.normal {

	font-size: small;
}
p, dd {
	font-size:1em;
}

.noblanc a:link {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}

.noblanc a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.noblanc a:hover {
	font-weight: bold;
	background-color: #ff9900;
}
.noblanc a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFCC00;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	background-color: #ff9900;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	background-color: #FFCC00;
}

h1 { 
	font-size: 1.2em;
	font-weight: bold;
	color: #006699;
	}
	
h2{ 

	font-size: 1.1em;
	font-weight: bold;
	color: #006699;
	}
	
h3{ 

	font-size: 1em;
	font-weight: bold;
	color: #006699;
	}

.subtitol {
	font-weight: normal;
	color: #006699;
}

.sense{
	list-style-type:none;
	}

li{
	font-size: 1em;
}

.columna{
	width:28%;
	margin: 10px;
	float: left;
	border: 1px solid #006699;
	padding:10px;
	background-image: url(img/interficie/fondo.gif);
    background-color:#fff;
	}
ol.lower-alpha {
	list-style-type:lower-alpha;
	}