
/* CONTENTS  */

/* Titols */
.titles {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3A3A3A;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 10px;
}

/* subtitols  */
.txt_bold_subtitles {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3A3A3A;
	text-decoration: none;
}

/* Subtitols taronges */
.subtitles_orange_bold {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #E58100;
	text-decoration: none;
	line-height: 16px;
	padding: 0px;
}

/* Text general */
.txt {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
}

/* Text general negreta */
.txt_bold {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #3A3A3A;
	text-decoration: none;
}

/* Text general subrayat */
.txt_underline {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: underline;
}

/* Text pels punts llistats */
.txt_points {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
	padding-left: 10px;
}


/* Links */
.links {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #E58100;
	text-decoration: none;
	line-height: 16px;
	
}

/* Links dins d'un paragraf */
.links_dins_txt {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #E58100;
	text-decoration: none;
	line-height: normal;
}


