

/* elementos basicos */
html {
	margin: 0px;
	padding: 0px;
	}
body { 
	font: 9pt/17pt georgia; 
	background:  url(/imatges_entrada2/fondocorporativo.gif) repeat right top; 
	margin: 0px; 
	padding: 0px;
	}
p { 
	font: 9pt/17pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: blue;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: blue;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: navy;
	background: #eee;
	}
acronym {
	border-bottom: none;
	}

span#theText a:link, span#theText a:visited {
	font-weight: bold;
	text-decoration: none;
	color: red;
	font-size: 18px;
	text-align: center;
	vertical-align: bottom;
    }
	
	span#theText a:active, span#theText a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
	font-size: 18px;
    }
	
	span#data {
	font-weight: bold;
	text-decoration: none;
	color: #88361E;
	font-size: 12px;
	padding: 0px 0px 0px 6px;
	background-position: top;

	}
/* divs particulares */
div#textVisitants {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: 900;
	text-align: center;
	color: #000000;
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
}

