@import url(aspecte.css);
@import url(formularis.css);
@import url(menus.css);
@import url(texte_basic.css);
/*CSS Document
-- Additional Style sheets --
------------------------------ GLOBAL RESET SETTINGS---------------------------*/
*
{
	margin: 0px;
	padding: 0;
	text-decoration: none;
	font-size: 100%;
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
CODE, KBD, SAMP, PRE, TT, VAR, TEXTAREA, INPUT, SELECT
{
	font: inherit;
	font-size: 13px;
}
DFN, I, CITE, VAR, ADDRESS, EM
{
	font-style: normal;
}
TH, B, STRONG, H1, H2, H3, H4, H5, H6
{
	font-weight: bold;
}
A, IFRAME, FORM, FIELDSET, ABBR, ACRONYM, OBJECT, APPLET
{
	border: none;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
CAPTION, TH, TD, CENTER
{
	text-align: center;
	vertical-align: top;
}
BODY
{
	line-height: 1.3em;
}
Q
{
	quotes: "" "";
}
UL, OL
{
	list-style: none;
}
SUB, SUP
{
	vertical-align: baseline;
}
A
{
	color: inherit;
}
EM
{
	font-style: italic;
}
/*--------------------------END GLOBAL RESET ------------------
*** etiquetes basiques molt generiques ***
el body que ho abarca tot te un id amb el nom cos*/
#cos
{
	height: 100%;
	background-color: #008B8F;
	padding: 0;
	margin: 0;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
