.cap{
	width: 100%;
}

.cos{
	clear: both;
	width: 100%;
	padding-top: 20px;
}

.columna_portada{
	float: left;
	width: 450px;
	padding-right: 10px;
}

.caixa_portada{
	width: 440px;
	margin-bottom: 10px;
	border: 1px solid #FF6600;
	padding: 5px;
}

.caixa_portada_titol{
	background-color: #FF6600;
	padding: 5px;
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:0; /* necessari per FF */
}

.text_normal{
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
}

.link_normal {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	color: #FF6600;
}

.link_normal:hover {
	text-decoration: underline;
}

.link_normal_llistat {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color: #FF6600;
}

.link_normal_llistat:hover {
	text-decoration: underline;
}

.text_petit {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
}

.text_petit_vermell {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.7em;
	font-weight: normal;
	color: #FF0000;
}

.titol_gran {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 3em;
	font-weight: bold;
	color: #000000;
}

.titol_seccio {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
}

.titol_subseccio {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.text_error {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.9em;
	font-weight: normal;
	color: #FF0000;
	border: 1px #FF0000 solid;
	padding: 3px;
	background-color: #FF9999;
}

.text_ok {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.9em;
	font-weight: normal;
	color: #008800;
	border: 1px #008800 solid;
	padding: 3px;
	background-color: #99FF99;
}

.taula_menu {
	border: 1px #FF6600 solid;
}

.cela_menu {
	border: 1px #FF6600 solid;
}

.text_menu {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
}

.link_menu {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.8em;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.link_menu:hover {
	text-decoration: underline;
}

.taula_llistat {
	border: 1px solid #FF6600;
	border-collapse: collapse;
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
}

.fila_cap_llistat {
	background-color: #FFFFFF;
	height: 25px;
	vertical-align: middle;
}

.fila_peu_llistat {
	background-color: #FFFFFF;
	height: 25px;
	vertical-align: middle;
}

.fila_no_fons_llistat {
	background-color: #FFFFFF;
}

.fila_fons_llistat {
	background-color: #FFCC99;
}

.cela_marge_llistat {
	border: 1px solid #FF6600;
}

td {
	
}

.ajuda {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	color: #FF6600;
}

.ajuda span {display: none;}

.ajuda:hover span {
	display: block;
   	position: relative; 
	top: 10px; 
	left: 0; 
	width: 500px; 
   	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	border: 1px solid #FF6600; 
	background-color: #FFCC99;
	color: #999999;
	text-align: justify;
}

.autocompleta {
	border: 1px solid #FF6600; 
	font-size: 0.9em;
	width: 600px;
}

.autocompleta a {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	color: #FF6600;
	cursor: pointer;
	display: block;
	padding: 5px;
}

.autocompleta a:hover {
	background-color: #FFCC99;
	text-decoration: underline;
}

.llista_incidencies_correu {
	border: 1px solid #FF6600; 
	font-size: 0.8em;
	padding: 1px;
	width: 300px;
}

.taula_cercador {
	border: 1px solid #FF9900;
}

.taula_cercador_mitja {
	border: 1px solid #FF9900;
	display: inline;
}

hr {
	border: 1px solid #FF9900;
}

/* Taula calendari gestió espais*/
.gec_taula {
	border: 1px solid #FFCC66;
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
	border-collapse: collapse;
}

.gec_taula tr {
	height: 5px;
}

.gec_taula td {
	border: 1px solid #FFCC66;
	padding: 0px;
	text-align: center;
	/*width: 20px;*/
}

.gec_taula_fons_alter {
	background-color: #EEEEEE;
}

.gec_taula a {
	text-decoration: none;
	color: #FF6600;
	cursor: pointer; /* Ho necessitem per les img clicables */
}

.gec_taula a:hover {
	text-decoration: underline;
}

.gec_img_ocupat {
	width: 100%;
	height: 5px;
	border-style: none;	
}

/* Calendari javascript*/
.fc_main { 
	background: #FFFFFF; 
	border: 1px solid #FF6600; 
	font-family: "Lucida Sans Unicode", Verdana; 
	font-size: 0.7em;
}

.fc_date { 
	border: 1px solid #FF6600;
	cursor: pointer;
	font-size: 0.7em;
	text-align: center;
}

.fc_dateHover, TD.fc_date:hover {
	cursor: pointer;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #E7E7E7;
	font-size: 0.7em;
	text-align: center;
}

.fc_wk {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.7em;
	text-align: center;
}

.fc_wknd {
	font-family: "Lucida Sans Unicode", Verdana;
	color: #FF0000;
	font-weight: bold;
	font-size: 0.7em;
	text-align: center;
}

.fc_head {
	background: #FF6600;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: 0.7em;
	font-family: "Lucida Sans Unicode", Verdana;
}

form label{
	clear: both;
	display: block;
	float: left;
	width: 150px;
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.9em;
	color: #000000;
	margin-bottom: 10px;
}

.form_control{
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 0.9em;
	color: #000000;
	margin-bottom: 10px;
}