/* CSS */
/* comú per tots els body */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#3DBBAD url("../img/bg_body.png") top repeat-x;
	color:#fff;
}

a {
	color:#FFF;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

form {
	padding:0; margin:0
}

.invisible {display:none}
.visible {display:block}

/* CAPA AMB EL CONTINGUT PRINCIPAL */
#main_content {
	margin-left:225px;
}
.titol_apartat { 		
	margin:20px 0 0 5px;
	color:#E9FFFD;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	border-bottom:1px solid #C0FFF8;	
}
.titol_apartat_directe_vertical { 	
	margin:20px 0 0 5px;
	color:#E9FFFD;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	border-bottom:1px solid #C0FFF8;	
}

.destacat {
	font-size:16px;
	font-weight:bold;
}

.destacat2 {
    font-size:16px;
	font-weight:bold;
    color: #FF0000;
}

#div-resultats {
	padding:15px 0 0 25px;
}

#table-horari td {
	font-size:13px;
	padding:0 20px 10px 0;
}

/* CAPA AMB ELS ACCESSOS DIRECTES */
#directe_vertical {
	padding-left:2px;
	float:left; width:215px;
	z-index:100;
}

/* CAPA DE CRÈDITS */
#credits {
	padding-top:20px;
	width:100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	clear:both;
}
#credits #bold {
	font-size:11px;
	font-weight:bold;
}
#credits a {
	color:#000;
	text-decoration:underline;
}
#credits a:hover {
	text-decoration:none;
}
