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

/* Estil general (Públic - Think Small -TS-) */
<!--
body {
	background-color: #ffffff;/*eef3f6*/
	margin: 0;
}

/* Colors */
.vermell {
	color:#FF0000;
}

/* Estils text */
h1{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24pt;
}
h2{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18pt;
}
h3{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
}
h3{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
}
.mega_gran {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24pt;
}
.normal {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.error {
	color:#FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

/* taula */
th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
	background-color:#6C6C6C;
}
td {
	font-family:"Courier New", Courier, monospace;
	font-size:10pt;
	/* background-color:#eef3f6; -TS- */
}
td.destacat{
	color:#ffffff;
	background-color: #a1aab1;
}


/* Enllaços */
a.destacat:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
a.peu:link, a.peu:visited  {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

/*
a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a.tipus2:link {
	text-decoration: none;
	color: #ffffff;
}
a.tipus2:visited {
	text-decoration: none;
	color: #ffffff;
}
a.tipus2:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #307cbb; 
}
a.tipus2:active {
	text-decoration: none;
}
*/
/* Formularis */
form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#ffffff;/*eef3f6*/
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#ffffff;/*eef3f6*/
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#ffffff;/*eef3f6*/
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#ffffff;/*eef3f6*/
}

.boto {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#ffffff;/*eef3f6*/
}

.left {
	float:left;
}
.right {
	float:right;
}

/* Llistats */

-->
