body {
	background-color: #000000;
	color: white;
	font-family: Arial;
}
td {
	font-size: 12px;
}
p {
	text-align: justify;
}

a {
	color: #ffffff;
}
a:hover {
	text-decoration: none;
}

.tab {
	padding-left: 20px;
}


/* ESTRUCTURA */
.header_box {
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #f9f124; 
}
.menu_box {
	border-right-width: 1px; 
	border-right-style: solid; 
	border-right-color: #f9f124;
	height: 400px;
	padding-right: 5px;
	vertical-align: top;
}
.content_box {
	vertical-align: top;
}
.footer_box {
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #f9f124; 
}


/* HEADER */
.header_apartat {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

a.header_apartat:link, a.header_apartat:visited, a.header_apartat:active {
	color: #ffffff;
	text-decoration: none;
}

a.header_apartat:hover {
	color: #f9f124;
	text-decoration: none;
}

a.header_apartat_actiu:link, a.header_apartat_actiu:visited, a.header_apartat_actiu:active, a.header_apartat_actiu:hover {
	color: #f9f124;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.idioma_actiu {
}

.idioma_inactiu {
	opacity:0.5;
	filter:alpha(opacity=75)
}

/* MENU */
.menu_actiu {
	color: #f9f124;
	font-weight: bold;
	text-align: right;
}

.menu_inactiu {
	font-weight: bold;
	text-align: right;
}

a.menu:link, a.menu:visited, a.menu:active {
	color: #ffffff;
	text-decoration: none;
}

a.menu:hover {
	color: #f9f124;
	text-decoration: none;
}

.menu_titol {
	color: #f9f124;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: right;
	text-transform: uppercase;
}


/* CONTENT */
.content_titol {
	color: #f9f124;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.content_delegacions {
	font-size: 16px;
}

a.subfamilia:link, a.subfamilia:visited, a.subfamilia:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.subfamilia:hover {
	font-weight: bold;
	text-decoration: underline;
}

a.article:link, a.article:visited, a.article:active {
	color: #ffffff;
	text-decoration: none;
}

a.article:hover {
	color: #f9f124;
	text-decoration: underline;
}

a.fitxa_tecnica:link, a.fitxa_tecnica:visited, a.fitxa_tecnica:active {
	color: #007bb8;
	text-decoration: none;
}

a.fitxa_tecnica:hover {
	color: #007bb8;
	text-decoration: underline;
}

.formulari_input {
	font-family: Arial;
	font-size: 12px;
	width: 400px;
}


/* FOOTER */
.footer {
	font-size: 10px;
}


/* FORMULARI */
.content_text {
	border: #AAAAAA 1px solid;
	font-family: Arial;
	font-size: 12px;
	width: 150px;
}
.button {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}


/* LLISTAT */
.list_header {
	color: #f9f124;
	font-size: 12px;
	font-weight: bold;
}
.list_even {
}
.list_odd {
	background-color: #333333;
}
.list_pagination {
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	vertical-align: bottom;
}
.list_pagination a {
	color: #f9f124;
	font-weight: bold;
	text-decoration: none;
}
.list_pagination a:hover {
	color: #ffffff;
	text-decoration: underline;
}

