/* Estils tipografics*/

.subseccio {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
}

.seccio {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B61A19;
	font-weight: bold;
	
}
.titol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
	font-weight: bold;
}

.autor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	font-style: italic;
}

.textnoticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
	font-weight: normal;
	text-align: justify;
}

.bordeImg {
	border: thin solid #000000;
}
/*Estils capses*/


div.capsanoticia {
	width: 400px;
	padding: 5px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.modulo {
	margin: 10px;
	width: 90%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}
.titol_modulo h2{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	border-bottom:1px solid #000000;
	padding-top: 5px;
}

h2{
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
}

.modulo ul{
	padding-left: 5pt;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-right:5pt;
}
.modulo p{
	padding-left: 5pt;
	padding-bottom: 5px;
}

.combo{
	width: 125px;
	margin-left: 5pt;
	font-size: 10px;
	border: 1px solid #000000;
}
