body,td,th {
	font-family: Trebuchet MS, Verdana;
	font-size:14px;
}
.Estilo1 {color: #ffffff; }
#espai{ margin-left:10; padding-left:10;}
#enll a:link {
	color:#990000;
	text-decoration: underline;
}
#enll a:visited {
	text-decoration: underline;
	color: #990000;
}
#enll a:hover {
	text-decoration: none;
	color:#000066;
	background-color:#CCCCCC;
}
#enll a:active {
	text-decoration: underline;
	color: #000066;
		background-color:#CCCCCC;

}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #990000;
font-weight:bold;
}
a:active {
	text-decoration: underline;
	color: #FFCC00;
font-weight:bold;
}
.Estilo2 {
	color: #000000;
	font-size: 16px;
}
.Estilo3 {
	color: #990000;
	font-weight: bold;
}
.campoRojo{
	background-color:#FFE8E8;
	border: 1px solid #990000;
}
#aviso_error{
	color:#990000;
	text-align:center;
	font-weight:bold;
	background-color:#FFE8E8;
	border: solid 1px #990000;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 50px;
	margin-right: 50px;
}
#aviso_ok{
	color:#009900;
	text-align:center;
	font-weight:bold;
	background-color:#EBF1EE;
	border: solid 1px #476C5B;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 50px;
	margin-right: 50px;
}