@charset "utf-8";
.tabla {
	border: thin groove #999999;
}
.borde-abajo {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #000033;
	border-left-color: #FFCC00;
}

