body {
	font-family: Tahoma;
	font-size: xx-small;
	color: #333333;
	text-decoration: none;
}
table {
	font-family: Tahoma;
	font-size: xx-small;
	color: #333333;
	text-decoration: none;
}
.contorno-costados-gris {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.contorno-3lados-gris {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.link-rojo {
	color: #990000;
	text-decoration: none;
}
.link-rojo:hover {
	color: #666666;
	text-decoration: none;
}
.contorno-negro {
	border: 1px solid #000000;
}
.fondo-palido {
	background-image: url(../imagenes/fondo_palido.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.margen3pix {
	margin-left: 5px;
}

