body, td {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", "MS Outlook", Tahoma, Verdana;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.txt_naranja {
	color: #FA9E0D;
}
.txt_naranjaB {
	color: #FA9E0D;
	font-weight: bold;
}
.borde_blanc {
	border: 1px solid #FFFFFF;
}
.titol {
	font-size: 20px;
	font-weight: bold;
	color: #FA9E0D;
}
.titol_blanc {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.maneta {
	cursor: hand;
}
.caja {
	color: #FFFFFF;
	background-color: #000000;
	height: 20px;
	width: 100%;
	border: 1px solid #666666;
}
.cajaMulti {
	color: #FFFFFF;
	background-color: #000000;
	width: 100%;
	border: 1px solid #666666;
	font-family: "Trebuchet MS", "MS Outlook", Tahoma, Verdana;
	font-size: 12px;
}
.boto {
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	background-color: #FF9900;
	height: 20px;
	width: 75px;
	border: 1px solid #999999;
	font-weight: bold;
	font-size: 11px;
}
.txt_grisB {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}
