@charset "utf-8";
/* CSS Document */

A:link {color:#7f8cd3; text-decoration:none;}
A:visited {color:#7f8cd3; text-decoration:none;}
A:active {color:#7f8cd3; text-decoration:none;}
A:hover {color:#0019a8; text-decoration:none;}

.menu_off{
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:14px;
	text-align:center;
	color:#0019a8;
	cursor:pointer;
	cursor:pointer;
	font-weight:bold;
}

.menu_on{
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:14px;
	text-align:center;
	color:#ffcc00;
	cursor:pointer;
	cursor:pointer;
	font-weight:bold;
}

.estructura_off{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#E6E6E6;
}

.titol{
	font-family:Tahoma;
	font-size:20px;
	color:#ffcc00;
}

.subtitol{
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#293d83;
}

.text_normal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#03157f;
}

.text_subtitol_normal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#03157f;
}

.text_form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000033;
}

.btn_form{
	background-color:#f2f0f1;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#7f8cd3;
	cursor:pointer;
	border:1px #0019a8 solid;
}

.peu{
	font-family:Tahoma;
	color:#000000;
	font-size:10px;
}

.fons_groc{
	background-color:#ffcc00;
}

.fons_blau{
	background-color:#0019a8;
}

.fons_blau_clar{
	background-color:#7f8cd3;
}

.fons_gris_clar{
	background-color:#f2f0f1;
}
