/* Attributs dels tags HTML */
body, div, th, td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}

img {
	border: 0px;
}

body {
	background-color: #FFFFFF;
}

table {
	width: 100%;
}

a, a:visited {
	text-decoration: none;
}
a:hoover {
	text-decoration: underline;
}

/* Contenidor de la Web */
#canvas {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	height: auto;
}

/* Estructura del Web */
#header {
	border-bottom: 1px dotted #CACACA;
}

